Skip to content
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

See CU code defkernel should compile to #84

Open
Disclosure opened this issue Jan 22, 2017 · 1 comment
Open

See CU code defkernel should compile to #84

Disclosure opened this issue Jan 22, 2017 · 1 comment

Comments

@Disclosure
Copy link

Is there a quick way to see the CU code output that defkernel should compile to?

I found (compile-kernel kernel) function in the code but how does one go about generating a kernel from defkernel?

@takagi
Copy link
Owner

takagi commented Jan 22, 2017

It is not a smart way but cl-cuda outputs a command that executes nvcc as a subprocess to the terminal, where you can find the path to the generated CUDA C source code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants