Hello , the equivalent of cudaLimitStackSize is import pycuda.driver as drv print(drv.Context.set_limit(STACK_SIZE,number)) ,right?
but it gives me " NameError: name 'STACK_SIZE' is not defined" Am i doing sth wrong? -- View this message in context: http://pycuda.2962900.n2.nabble.com/NameError-name-STACK-SIZE-is-not-defined-tp7574828.html Sent from the PyCuda mailing list archive at Nabble.com. _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
