Example #1
0
 public void HostRegister(IntPtr buffer, int bytes, uint flags)
 {
     CUDADriver.cuMemHostRegister(buffer, bytes, flags);
 }