Rationale: I need to figure out ways to protect Intellectual Property contained in NVIDIA CUDA/GPU code.
That said, I'm surprised that there are literally zero GPU code obfuscators.
On stack overflow, I found a single question: https://stackoverflow.com/questions/39311606/does-any-graphics-api-implement-shader-obfuscation
Is there something specific about GPU's that makes obfuscation difficult? I can find loads of solutions for C#/C/java....
[I'm interested in obfuscating SASSM code, not PTX code in case that impacts these answers]