C10_UNUSEDconstcudaError_t __err = EXPR; \ c10::cuda::c10_cuda_check_implementation( \ The code claims that the error will be obtained inc10_cuda_check_implementation, but that's not always true: many errors are non-sticky, meaning that aftercudaGetLastErrorthe error state is reset. In...