Displaying 2 results from an estimated 2 matches for "calclcompil".
Did you mean:
calclcompile
2011 Dec 12
3
[LLVMdev] AMD IL Code Generator Backend for OpenCL
...D's OpenCL frontend does not produce any AMDIL.
Testing is sparse(I'm working on it)
No support for most OpenCL math functions. It is up to the library writers to map from OpenCL function calls to AMDIL intrinsic.
Minor post processing of AMDIL is required for AMDIL source to be accepted by calclCompile/clBuildProgramFromBinary.
The source is the documentation.
Only supports compute shader generation.
The output of the code generator is currently compatible with OpenCL 1.0/1.1 only when processing LLVM-IR from OpenCL binaries generated by AMD APP SDK 2.5 or later with the clBuildProgramSource opt...
2012 May 25
3
[LLVMdev] RFC: R600, a new backend for AMD GPUs
Hi Tom,
I have a higher-level question regarding this back-end. If I have an LLVM
IR module and run it through this back-end, it seems like the only output
option is a binary format. Is this a device binary, or another
intermediate format?
If the input LLVM IR module was a compute kernel, how would I go about
executing it on an AMD GPU? Can I use the APP SDK to load the binary,
perhaps