-
Notifications
You must be signed in to change notification settings - Fork 4
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
CUDA backend? #23
Comments
Hi @yyuting, Thanks for taking a look at the repo, I believe the C code that we generate is CUDA C. You can call it with: evaluate(expr, backend='C') @saipraveenb25 should know more about this. Best, |
hi, Jesse, |
Hi @yyuting, There's actually two C-based backends for
We don't exactly have a CUDA backend (i.e |
Hi,
Thanks for open sourcing!
I wonder is there an easy way to compile the program to CUDA kernels? It seems CUDA is not one of the backends supported by evaluate(), but the triangulation and perlin_noise applications are evaluated in CUDA.
Thanks a lot!
The text was updated successfully, but these errors were encountered: