Shaun Cutts
Results
132
comments of
Shaun Cutts
Thank you! ... I **may** have gotten my workaround to work (updated above). Still it is obviously an ugly/fragile hack -- a real fix would be much appreciated!
NB - 'spurious' NumbaInvalidConfigWarning in my code is coming from compilation during specialization, even if options are correctly set: ``` > /home/shauncutts/.cache/pypoetry/virtualenvs/timbuktu-6r8-oA4b-py3.11/lib/python3.11/site-packages/numba/cuda/dispatcher.py(924)compile() -> kernel = _Kernel(self.py_func, argtypes, **self.targetoptions) (Pdb) list...