Quantcast
Channel: AMD Developer Forums: Message List
Viewing all articles
Browse latest Browse all 4104

Kernel Compiler in AMD SDK 2.9.1

$
0
0

I quickly browsed the SDK installation directory. The SDK installation doesn't seem to have a standalone kernel compiler that I can use to quickly check the syntax of my kernel. I understand I can use clCompileProgram, clLinkProgram, and clBuildProgram in host app to do that, but just thought a standalone compiler may be more convenient. Something like

 

compilecl kernel.cl -platform "amd" -device "cpu"

 

and then quickly tell me if there is any syntax error in it.


Viewing all articles
Browse latest Browse all 4104

Trending Articles