예제 #1
0
파일: Kernel.cs 프로젝트: shedsaw/OCCA2
 extern unsafe static void occaKernelSetWorkingDims(IntPtr occaKernel_kernel,
                               int dims,
                               occaDim items,
                               occaDim groups);
예제 #2
0
파일: Kernel.cs 프로젝트: shedsaw/OCCA2
 internal Kernel(IntPtr h) {
     base.OccaHandle = h;
     itemsDim = new occaDim();
     groupsDim = new occaDim();
     m_Dims = 1;
 }