ggeo <[email protected]> writes: > Hello, > > is there a way to compile pycuda with ptxas? > > Like this ? > > nvcc test.cu -Xptxas --verbose
I'm not understanding what you mean. You want to compile PyCUDA-the-package with ptxas, even though it's written in C++? You want to write kernels in ptx? (If so, sure, just pass whatever options you want in 'options' to SourceModule) HTH, Andreas _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
