- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I use OpenCL for integrated GPU. Everything is ready, except how to protect kernel code. I know this is an old topic.
I have tried to translate the kernel code to SPIR code. but anybody can get II code through SPIR , using llvm-dsi. Because integrated GPUs only support OpenCL1.2, GPU can't use SPIR-V code. So is there a better way to protect kernel code?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This article has more details on the options available today:
As far as I know it lists all of them.
I suspect what you're looking for is SPIR-V. It's an improvement on SPIR but that is more of an answer to look forward to in the future than something you could switch to today.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page