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:
Philippe Tillet
2015-11-27 02:09:15 -05:00
parent c0b9bbee43
commit dfbe52c20a
6 changed files with 16 additions and 13 deletions

View File

@@ -118,6 +118,7 @@ namespace cuda
}
void check(CUresult);
void check_destruction(CUresult);
}