+1
This commit is contained in:
@@ -12,3 +12,4 @@
|
||||
#define taskCount (taskCount0*taskCount1*taskCount2)
|
||||
#define warpIdx (threadIdx.x >> 5)
|
||||
#define launch(ntx,nty,ntz,func) if (programIndex==0) func<<<dim3(((ntx)+4-1)/4,nty,ntz),128>>>
|
||||
#define sync cudaDeviceSynchronize()
|
||||
|
||||
Reference in New Issue
Block a user