¡@

Home 

c++ Programming Glossary: cudadevicereset

CUDA streams destruction and CudaDeviceReset

http://stackoverflow.com/questions/16979982/cuda-streams-destruction-and-cudadevicereset

argc char argv streams.InitStreams 1 streams.~CudaStreams cudaDeviceReset after the cudaDeviceReset call I receive the following message.. 1 streams.~CudaStreams cudaDeviceReset after the cudaDeviceReset call I receive the following message Unhandled exception 0x772f15de.. invoking the destructor to avoid this issue when using cudaDeviceReset EDIT If I add free streams_ in the destructor namely ~CudaStreams..