Skip to content

Commit 208b0c4

Browse files
committed
Reset CUDA backend options
1 parent 0a4189d commit 208b0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mgard-x/RuntimeX/DeviceAdapters/DeviceAdapterCuda.cu

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ int cuda_dev_id = 0;
1313
DeviceQueues<CUDA> DeviceRuntime<CUDA>::queues;
1414
DeviceSpecification<CUDA> DeviceRuntime<CUDA>::DeviceSpecs;
1515

16-
bool DeviceRuntime<CUDA>::SyncAllKernelsAndCheckErrors = true;
16+
bool DeviceRuntime<CUDA>::SyncAllKernelsAndCheckErrors = false;
1717
bool MemoryManager<CUDA>::ReduceMemoryFootprint = false;
1818
bool DeviceRuntime<CUDA>::TimingAllKernels = false;
1919
bool DeviceRuntime<CUDA>::PrintKernelConfig = false;

0 commit comments

Comments
 (0)