Hi all,
Is there any way I can edit the kernel function in .h or .cu extension file,
which is syntax highlight, instead of editing it as a string?
For example, I have a kernel called swap(float *a, float *b, int length) stored
in swap.h and implemented in swap.cu, and in the Python file where the module
is like below
SourceModule("""
#include"swap.h"
""")
But currently it just reports fail to find the swap.h file.
Thanks!
Cheers,
John
--------------------------------
M: (+61) 415786645
Canberra, Australia
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda