ROCm / HIPIFY

HIPIFY: Convert CUDA to Portable C++ Code
MIT License
444 stars 69 forks source link

[HIPIFY] surf2dwrite issue #1010

Open hassamhb opened 10 months ago

hassamhb commented 10 months ago

Hi,

I'm trying to hipify my code, but I'm getting an error.

"surf2dwrite"

I have tried this command from "https://github.com/ROCm-Developer-Tools/HIPIFY/issues/140"

image hipify-clang --print-stats --cuda-path="c:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.5" "c:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.5/0_Simple/simpleSurfaceWrite/simpleSurfaceWrite.cu" --skip-excluded-preprocessor-conditional-blocks -I"c:\ProgramData\NVIDIA Corporation\CUDA Samples\v11.5\common\inc" -- -D_ALLOW_COMPILER_AND_STL_VERSION_MISMATCH

and I received this output.

surf2d

I have tried both the Ubuntu and Windows operating systems. Cuda: 10.2, 11.5, 12.2 LLVM: 15, 16

However, the problem has not yet been fixed. Is there any solution for this?

artheru commented 9 months ago

any progress or surf2Dwrite is actually not supported?