-
We have self-hosted legacy CUDA CI runs which are quite fast. So consider to add more.
We need
- [x] ENABLE_CUDA=ON. It should be low risk as legacy CUDA. Can be GCC + CUDA.
`cmake -DCMAKE_C_COMP…
-
I have clang 13 installed after a recent system update.
```
==> Making package: hipify-clang 4.5.0-1 (Mon 15 Nov 2021 01:58:52 PM MSK)
==> Checking runtime dependencies...
==> Checking buildtime…
-
When compiling on Linux, with LLVM Version 15, we get an error because of dependency on LLVMWindowsDriver. Could the LLVMWindowsDriver dependency only be added when building on Windows/MSVC only?
E…
-
Also, add a corresponding "Experimental" (E) column for HIP API only in the documentation CUDA2HIP tables
-
**Describe the bug**
While I would like to just consider any code without a license in it to just be public domain I doubt this is the case for the two files above. Whats the deal with them? Are th…
-
Since f19e7c29dfcef3d0c941c977ce6d1448ad4e288a commit hipcc cannot compile CUDA codes
on Nvidia machines, the compilation fails with this error:
```
$ pwd
/home/kaveh/source/HIP/samples/0_Intro/…
-
I tried to run hipify-clang on a simple program (attached for reference). Interac doesn't have any reference calls, and hipify-perl is able to convert it perfectly except that it uses hipLaunchKernel…