Driver: now ignore CUDA_ERROR_DEINITIALIZED in the destructor of CUDA C++ object.
This should be harmless. ISAAC deinitializes CUDA at the very end, but external libraries may deinitialize it beforehands.
This commit is contained in:
@@ -118,6 +118,7 @@ namespace cuda
|
||||
}
|
||||
|
||||
void check(CUresult);
|
||||
void check_destruction(CUresult);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user