pyvkfft-test --systematic --backend pyopencl --gpu a100 --max-nb-tests 0 --nproc 14 --ndim 3 --range 2 550 --dct 1 --bluestein --inplace --double --norm 1 --range-mb 0 4100
ERRORS:
======================================================================
test_systematic (backend='pyopencl', shape=(465, 465, 465), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1021, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
multiprocessing.pool.MaybeEncodingError: Error sending result: ''. Reason: 'TypeError("cannot pickle 'pyopencl._cl._ErrorRecord' object")'
======================================================================
test_systematic (backend='pyopencl', shape=(467, 467, 467), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 577, in test_accuracy_kwargs
t = test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 387, in test_accuracy
d1_gpu = app.fft(d_gpu, d1_gpu)
^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/opencl.py", line 319, in fft
check_vkfft_result(res, src.shape, src.dtype, self.ndim, self.inplace, self.norm, self.r2c,
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4039: VKFFT_ERROR_FAILED_TO_LAUNCH_KERNEL DCT1 (467,467,467) float64 3D inplace norm=1 [opencl]
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1021, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
RuntimeError: VkFFT error 4039: VKFFT_ERROR_FAILED_TO_LAUNCH_KERNEL DCT1 (467,467,467) float64 3D inplace norm=1 [opencl]
======================================================================
test_systematic (backend='pyopencl', shape=(516, 516, 516), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 577, in test_accuracy_kwargs
t = test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 387, in test_accuracy
d1_gpu = app.fft(d_gpu, d1_gpu)
^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/opencl.py", line 319, in fft
check_vkfft_result(res, src.shape, src.dtype, self.ndim, self.inplace, self.norm, self.r2c,
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4039: VKFFT_ERROR_FAILED_TO_LAUNCH_KERNEL DCT1 (516,516,516) float64 3D inplace norm=1 [opencl]
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1021, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
RuntimeError: VkFFT error 4039: VKFFT_ERROR_FAILED_TO_LAUNCH_KERNEL DCT1 (516,516,516) float64 3D inplace norm=1 [opencl]
======================================================================
test_systematic (backend='pyopencl', shape=(527, 527, 527), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 577, in test_accuracy_kwargs
t = test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 387, in test_accuracy
d1_gpu = app.fft(d_gpu, d1_gpu)
^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/opencl.py", line 319, in fft
check_vkfft_result(res, src.shape, src.dtype, self.ndim, self.inplace, self.norm, self.r2c,
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4039: VKFFT_ERROR_FAILED_TO_LAUNCH_KERNEL DCT1 (527,527,527) float64 3D inplace norm=1 [opencl]
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1021, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
RuntimeError: VkFFT error 4039: VKFFT_ERROR_FAILED_TO_LAUNCH_KERNEL DCT1 (527,527,527) float64 3D inplace norm=1 [opencl]
======================================================================
test_systematic (backend='pyopencl', shape=(538, 538, 538), ndim=3, dtype=dtype('float64'), norm=1, use_lut=False, inplace=True, r2c=False, dct=1, dst=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]:
----------------------------------------------------------------------
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 577, in test_accuracy_kwargs
t = test_accuracy(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/accuracy.py", line 387, in test_accuracy
d1_gpu = app.fft(d_gpu, d1_gpu)
^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/opencl.py", line 319, in fft
check_vkfft_result(res, src.shape, src.dtype, self.ndim, self.inplace, self.norm, self.r2c,
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/base.py", line 419, in check_vkfft_result
raise RuntimeError("VkFFT error %d: %s %s" % (res, r.name, s))
RuntimeError: VkFFT error 4039: VKFFT_ERROR_FAILED_TO_LAUNCH_KERNEL DCT1 (538,538,538) float64 3D inplace norm=1 [opencl]
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/site-packages/pyvkfft/test/test_fft.py", line 1021, in test_systematic
res = results.next(timeout=self.timeout * r)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/esrf/favre/.conda/envs/pyvkfft-test/lib/python3.11/multiprocessing/pool.py", line 873, in next
raise value
RuntimeError: VkFFT error 4039: VKFFT_ERROR_FAILED_TO_LAUNCH_KERNEL DCT1 (538,538,538) float64 3D inplace norm=1 [opencl]
|