We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4189d commit 208b0c4Copy full SHA for 208b0c4
src/mgard-x/RuntimeX/DeviceAdapters/DeviceAdapterCuda.cu
@@ -13,7 +13,7 @@ int cuda_dev_id = 0;
13
DeviceQueues<CUDA> DeviceRuntime<CUDA>::queues;
14
DeviceSpecification<CUDA> DeviceRuntime<CUDA>::DeviceSpecs;
15
16
-bool DeviceRuntime<CUDA>::SyncAllKernelsAndCheckErrors = true;
+bool DeviceRuntime<CUDA>::SyncAllKernelsAndCheckErrors = false;
17
bool MemoryManager<CUDA>::ReduceMemoryFootprint = false;
18
bool DeviceRuntime<CUDA>::TimingAllKernels = false;
19
bool DeviceRuntime<CUDA>::PrintKernelConfig = false;
0 commit comments