error message during first iteration
first time a slice is launch we can meet this error which make the status as failed
------------- stderr -------------
/mnt/multipath-shares/scisoft/tomotools/x86_64/cuda11/2023_03_23/lib/python3.8/site-packages/skcuda/cublas.py:284: UserWarning: creating CUBLAS context to get version number
warnings.warn('creating CUBLAS context to get version number')
/mnt/multipath-shares/scisoft/tomotools/x86_64/cuda11/2023_03_23/lib/python3.8/site-packages/nabu/cuda/kernel.py:83: UserWarning: The CUDA compiler succeeded, but said the following:
kernel.cu(111): warning #1215-D: function "tex2D(texture<T, 2, cudaReadModeElementType>, float, float) [with T=float]"
/usr/local/cuda-11.6/bin/../targets/x86_64-linux/include/texture_fetch_functions.h(198): here was declared deprecated
kernel.cu(112): warning #1215-D: function "tex2D(texture<T, 2, cudaReadModeElementType>, float, float) [with T=float]"
/usr/local/cuda-11.6/bin/../targets/x86_64-linux/include/texture_fetch_functions.h(198): here was declared deprecated
kernel.cu(113): warning #1215-D: function "tex2D(texture<T, 2, cudaReadModeElementType>, float, float) [with T=float]"
/usr/local/cuda-11.6/bin/../targets/x86_64-linux/include/texture_fetch_functions.h(198): here was declared deprecated
kernel.cu(114): warning #1215-D: function "tex2D(texture<T, 2, cudaReadModeElementType>, float, float) [with T=float]"
/usr/local/cuda-11.6/bin/../targets/x86_64-linux/include/texture_fetch_functions.h(198): here was declared deprecated
self.module = SourceModule(self.src, **self.sourcemodule_kwargs)