-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot co-exist with OpenCL driver #12
Comments
Not with fglrx. |
Hello Oded, What is the recommended way to run HSAIL code on the HSA runtime. Currently, I am trying to run HSAIL code on the HSA runtime provided with (Should we be using the runtime in HSA-Runtime-Reference-Source?) I seeking to run the HSAIL for another application in the same manner as Should we be using with CLOC an HSAIL compiler built from Thanks, On Mon, Apr 27, 2015 at 5:21 AM, Oded Gabbay [email protected]
|
Hi Rick The CLOC master branch is not up to date. Please find CLOC-0.9 branch. It can compile OpenCL program with HSA host without problem. However, I cannot compare HSA with OpenCL on the same machine, since the driver does not compatible with each other. Yifan |
Hi Rick, Also, you can use either the runtime from the reference source or from the binary release. Again, CLOC-0.9 is the up to date branch. Adrian |
Hello Oded, Yifan, Adrian, Yifun: Thanks. I used CLOC-0.9, which generates code acceptable to the Adrian: I am glad to know that the compiled runtime can be used in place of I should have replied earlier. Positive feedback is important! Thanks, On Mon, May 4, 2015 at 7:29 AM, James Edwards [email protected]
|
The HSA kfd driver works on radeon driver but opencl driver works on fglrx driver. This two drivers cannot co-exist on one machine. Can I still run OpenCL program on an machine where HSA is installed?
The text was updated successfully, but these errors were encountered: