Edward Liu

Results 7 comments of Edward Liu

Directly calling the clang built from RadeonOpenCompute/clang with the same command options also has the same error. So are these compilers in a usable state? I have tried using the...

I see, thanks! If linking with ROCm-Device-Libs is required, why should I be able to build it without linking it.. And for clang-ocl, what tool should I use to run...

I am having some trouble building ROCm-Device-Libs, filed an issue here: https://github.com/RadeonOpenCompute/ROCm-Device-Libs/issues/54

I have tried switching to use R9 Fury, whose compiling target is gfx803 according to: https://llvm.org/docs/AMDGPUUsage.html, and it matches with the parameter in my clang-ocl script. However I still got...

Update: I just realize that I still need to call clBuildProgram after reading the binaries. I tried dumping the binaries that I built on windows with clCreateProgramWithSource and it worked....

Thanks! I actually managed to get the ROCm Opencl compiler building yesterday on windows. I also found https://github.com/GPUOpen-Tools/RGA, which can be used to compile ROCm OpenCL on windows. However, even...

Oh that’s a bummer. Is there anything else I can use if I want to use the swizzle instructions on Windows then? The default OpenCL compiler in appsdk provides no...