Hello

If a kernel is called from within a python loop, how frequently is nvcc called?
If the kernel is essentially static, I would hope that nvcc is called once 
irregardless of 
the number of times the loop iterates.

On the other hand, if the kernel is templated, and the template is a function 
of the loop
counter, it seems to me that nvcc would need to be called on every iteration.


Bob Zigon
[email protected]
317-508-6905 (c)





_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to