We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c2643 commit e5dba4aCopy full SHA for e5dba4a
src/itkCudaDataManager.cxx
@@ -32,7 +32,7 @@ CudaDataManager::CudaDataManager()
32
// without CUDA. So if the context pointer is nullptr, which indicates that there
33
// is no CUDA device available, we just do not set the context (SR). This fixes
34
// the problem reported here:
35
- // https://public.kitware.com/pipermail/rtk-users/2015-July/000570.html
+ // https://www.creatis.insa-lyon.fr/pipermail/rtk-users/2015-July/000570.html
36
CUcontext * ctx = m_ContextManager->GetCurrentContext();
37
if (ctx)
38
CUDA_CHECK(cuCtxSetCurrent(*ctx));
0 commit comments