These two lines seem to be superseded by the usage of `kargs`: https://github.com/cupy/cupy/blob/e7c1086c04b782133633b6b10bd120ef1a699086/cupy/cuda/function.pyx#L121 https://github.com/cupy/cupy/blob/e7c1086c04b782133633b6b10bd120ef1a699086/cupy/cuda/function.pyx#L127 I suppose they can be removed?
These two lines seem to be superseded by the usage of
kargs:cupy/cupy/cuda/function.pyx
Line 121 in e7c1086
cupy/cupy/cuda/function.pyx
Line 127 in e7c1086
I suppose they can be removed?