|
Since I couldn't find a definitive answer, I'm asking directly. The installation was done with In my directory Thank you very much! Regarding |
Replies: 3 comments 6 replies
|
It depends on what you want to do with the installed packages. I believe there is some code in pytorch for certain features that expects to be able to run cl.exe (MSVC / Visual Studio). The core ROCm packages should not need a separate Visual Studio install to work though. |
|
Ahh sadge for new convolutions with MiOpen i need MSVC |
|
Can someone tell me what am I missing MIOpen(HIP): Error [Compile] 'hiprtcCompileProgram(prog.get(), c_options.size(), c_options.data())' MIOpenBatchNormFwdInferSpatial.cpp: HIPRTC_ERROR_COMPILATION (6) |

If you use the packages produced by TheRock, I don't believe you should need any of those additional options to run comfyui python, see:
In my own testing I do roughly what's in those docs:
(with no additional environment variables, though I do usually have Visual Studio Buil…