Han, Minhee

Results 11 comments of Han, Minhee

@axsaucedo Thank you for the reply! Did you mean [vkJAX?](https://github.com/alexander-g/vkJAX) This would be a good reference. In addition, do you think I would need to add much codes to Kompute...

Reopening the issue as I accidentally closed it

I see! I'll start working on it, though I don't know how much it will take 🙃

I guess you forgot to install **.msi AND .exe** files from the [link](https://www.microsoft.com/en-us/download/details.aspx?id=100593). msmpisetup.exe installs files you have and msmpisdk.msi installs the SDK files you need

> RX 6600 is not listed as supported but HIP SDK 5.5.1 works just fine for me on Windows 10. Did you try it and confirm it's not working? Are...

I was experiencing the same issue when I've tried to compile it with openCL12 option. I tried removing "\\" from the script: from `cmake -DCOMPILE_OPENCL12=On ..\` to `cmake -DCOMPILE_OPENCL12=On ..`...

> As of today, I'm trying with ROCm 6.2, with no luck. > > As I understand, the hipcc command should do the whole process of churning hip -> cuda...

oh... I solved the question 2 and 3

I also confirmed the same issue still happeing with `torch==2.1.0.post3 torchvision==0.16.0.post3 torchaudio==2.1.0.post3 intel-extension-for-pytorch==2.1.40+xp` (the sanity check works for cmd, but not the powershell.) Will it be fixed, or will it...

Yeah I tried it with generic at the beginning, but thought that might be an issue; I thought that was the right way to pass the target device code name....