[llvm-dev] Execute OpenCL

Enrique González via llvm-dev llvm-dev at lists.llvm.org
Thu Sep 19 13:41:03 PDT 2019


Dear all,

After a huge amount of time trying to install LLVM and Clang i could
finally do it, so now im trying to use this tools for generating a
bytecode, then apply it modular optimizations and then generate an
executable to test the result.

First, I only want to compile a project and execute it to see how it works,
specifically this one:
https://github.com/rsnemmen/OpenCL-examples/tree/master/add_numbers

Which commands would you use?

I want to do that the .c file uses the .cl that i have compiled before with
clang and i do not know how to do it.

Thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190919/e29be60d/attachment.html>


More information about the llvm-dev mailing list