You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most likely, the reported compilation errors are due to CUDA 12.0, which is not yet fully supported either by LLVM 15.x, or even by LLVM 16.x. The latest supported CUDA version for LLVM 15.x is 11.8.
Hi, I was using cuda 11.7 or 11.8 for the --cuda-path option, that doesn't seem an issue. But I updated the hipify repository today and rebuilt hipify, now the problem is gone. Thanks!
Hi, I tried to migrate a simple CUDA code using hipify and llvm-15.0.7, but got the following error. Any idea why this happens ? Thanks,
llvm-15.0.7/install/lib/clang/15.0.7/include/__clang_cuda_texture_intrinsics.h:696:13: error: no template named 'texture'
texture<__DataT, __TexT, cudaReadModeNormalizedFloat> __handle,
^
llvm-15.0.7/install/lib/clang/15.0.7/include/__clang_cuda_texture_intrinsics.h:709:13: error: no template named 'texture'
texture<__DataT, __TexT, cudaReadModeElementType> __handle,
The text was updated successfully, but these errors were encountered: