Received from samie abdul on Fri, Feb 20, 2015 at 08:34:27AM EST: > Hi Andreas, > > thanks for the quick answer! It seems that my question is somehow related to > scikits.cuda. Executing the code attached to this email sketches the issue: By > uncommenting the line "#model.fit(a_gpu, b_gpu)", the profiling output > "compiler.py:185(compile)" vanishes. The manual PyCUDA kernel seems be > compiled beforehand (during the initializing the model). The call > "culinalg.dot", however, seems to cause the compiler output after having > initialized the model ...
What version of scikits.cuda are you using? The latest version of the dot() function (either in GitHub or in scikits.cuda 0.5.0a2) relies entirely on the cublas library and hence shouldn't trigger any PyCUDA kernel compilation itself. -- Lev Givon Bionet Group | Neurokernel Project http://www.columbia.edu/~lev/ http://lebedov.github.io/ http://neurokernel.github.io/ _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
