diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-24 20:50:19 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-24 20:50:19 +0200 |
| commit | d39f2ce23a8d12c11b0ccafc4568761802101ba0 (patch) | |
| tree | 2e081c8a33f9f0c037dbdfb6290f2505f97623a6 /src/lib/exceptions.cc | |
| parent | 9d967309911e96d2ab752692fee7eb64c2b3a43a (diff) | |
Playback sort of works.
Diffstat (limited to 'src/lib/exceptions.cc')
| -rw-r--r-- | src/lib/exceptions.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/exceptions.cc b/src/lib/exceptions.cc index 4a43ac32b..2c9500577 100644 --- a/src/lib/exceptions.cc +++ b/src/lib/exceptions.cc @@ -183,5 +183,6 @@ CUDAError::CUDAError (string function, cudaError error) CUDAError::CUDAError (string function, int error) : runtime_error(String::compose("CUDA error on %1 (%2)", function, error)) { + std::cout << "CUDA error " << function << " " << error << "\n"; } |
