Skip to content

Commit

Permalink
vsort/win32.cpp: pre-load direct.dll
Browse files Browse the repository at this point in the history
fix #56
  • Loading branch information
WolframRhodium committed Sep 29, 2023
1 parent 54f5d90 commit 527744c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vsort/win32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
namespace {
std::vector<std::wstring> dlls = {
// This list must be sorted by dependency.
L"DirectML.dll",
L"onnxruntime.dll", // must be the last
};

Expand Down

0 comments on commit 527744c

Please sign in to comment.