C10_CUDA_KERNEL_LAUNCH_CHECK() becomes a no-op · Issue #...
🐛 Describe the bug C10_CUDA_KERNEL_LAUNCH_CHECK calls cudaGetLastError: pytorch/c10/cuda/CUDAException.h Line 73 in 18b37bb #define C10_CUDA_KERNEL_LAUNCH_CHECK() C10_CUDA_CHECK(cudaGetLastError()) however, the result is discarded! pytor...