What is the best way to conceal OpenCL kernel source code for AMD GPUs?

I have looked into SPIR-V, but the most recent information I can find suggests that AMD drivers don’t support SPIR-V. Is this still true? Is compiling binaries specifically for AMD architecture the only option?

the most recent information I can find suggests that AMD drivers don’t support SPIR-V

Where do you find that? The closest thing I could find saying that was from 2018.

Also, SPIR-V is not a way to “conceal” code. SPIR-V is a publicly accessible specification, and anyone can relatively easily see what your SPIR-V is doing.

yeah same thread probably, 2018, but I’m struggling to find any more recent information. And yes but it is a layer of protection.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.