Hello , i am starting to learnd pyCuda and i have a few questions. 1) When i create a Cuda project (or PyCuda) how can i handle the threads and blocks in order to maximize the efficiency.I mean ,that when i create a project i don't now where (in what card ) it would run.Is there a way to handle this?
2) If i have to include headers or libraries ,for example "#include <boost/array.hpp>" is there a way to do this?Because it doesn't accept this. (Ok, one way for the header is to put it in the kernel function) Thanks! -- View this message in context: http://pycuda.2962900.n2.nabble.com/pyCuda-question-about-using-efficiently-the-card-and-about-including-headers-or-libraries-tp7090397p7090397.html Sent from the PyCuda mailing list archive at Nabble.com. _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
