-
Notifications
You must be signed in to change notification settings - Fork 20
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
Generating high-performance OpenCL kernels #2
Comments
I noticed you extended the documentation and now provide information on how to generate and execute kernels. Thank you! I tried the steps and have the following questions:
Many thanks in advance. |
For 2, the command just finds all the subfolders containing OpenCL kernels and executes them. You can either divide the subfolders into several folders and run them one by one or just run the command again, as it will skip kernels it has already run. |
Dear Lift-developers,
I would like to gain experience with Lift. I was able to install Lift by following the instructions at http://lift-project.readthedocs.io/en/latest/. All unit tests were succesfull. I have now written a couple of high-level expressions but don't know how to generate high-performance OpenCL kernels from these. I couldn't find any documentation on this and would greatly appreciate your support.
The text was updated successfully, but these errors were encountered: