public void cudaDeviceSynchronize_test() { var status = CudaRuntimeApi.cudaDeviceSynchronize(); Assert.AreEqual(status, cudaError.cudaSuccess); }