cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

peastman
Journeyman III

Error using OpenCL 2.0

I have an OpenCL program that was written to work with OpenCL 1.2.  I'm now trying to add some OpenCL 2.0 features to it.  But if I add "-cl-std=CL2.0" to the compilation options, then the program fails with the following error:

Symbol not found: % LLVM ERROR: Caught exception from libHSAIL

I'm not yet actually using any OpenCL 2.0 features.  The only change I made was adding that one option to clBuildProgram.  Without that option it works correctly.  Any idea what's going on?  This is with APP SDK 3.0 and an R9 Fury on Ubuntu 12.04.

0 Likes
25 Replies