Replies: 5 comments 13 replies
-
@johnnynunez @Sabrewarrior |
Beta Was this translation helpful? Give feedback.
-
https://drive.google.com/file/d/1GV4MaYiKaUdZmGY3Hgn8r-eBwAJdxDNB/view?usp=sharing |
Beta Was this translation helpful? Give feedback.
-
I have a question.
Is this "clang.exe" from ROCm/bin or not?
|
Beta Was this translation helpful? Give feedback.
-
Any updates with the new version? |
Beta Was this translation helpful? Give feedback.
-
I got |
Beta Was this translation helpful? Give feedback.
-
Install VS 2022, ninja, cmake, rocm, and so on.
Install vcpkg, and use it to install bz2, sqlite3, nlohmann_json, boost.
Sometimes CMAKE_PREFIX_PATH on Windows only recognize the first path, so copy all rocm files to vcpkg's lib path (ex: d:/project/microsoft/vcpkg/installed/x64-windows/).
Copy bzcat.exe and bzip2.dll to some bin PATH.
Open ./CMakeFiles.txt, at line 70, remove
0.7.3 REQUIRED
.Create unistd.h yourself.
Download half.hpp from https://github.com/ROCm/half/blob/master/web/half.hpp, copy it to include PATH.
Copy boost_filesystem-vc140-mt.lib to libboost_filesystem-vc71-mt.lib (it is confused to how cmake guess the file name).
Something about amd_comgr (head and cmake files) are lost, copy them from somewhere. Linux version may be useful.
Use x64 native tools command prompt of VS 2022 to enter cmd, switch to the path of MIOpen.
Some options have been closed, I do not make sure they are the reason to slow speed or not. The dependencies are harder to build.
Then you can get miopen.dll, but it seems has some bugs. Maybe we have to wait for rocm 6 for windows.
miopenFindConvolutionForwardAlgorithm will get:
Beta Was this translation helpful? Give feedback.
All reactions