numba-dpex icon indicating copy to clipboard operation
numba-dpex copied to clipboard

Call @dppy.kernel from @dppy.kernel, @njit, @vectorize

Open reazulhoque opened this issue 3 years ago • 1 comments

  • [ ] Analyze the possibility and meaning of being able to call @dppy.kernel decorated functions from other @dppy.kernel, @njit, @vectorize decorated functions.
    • [ ] https://github.com/IntelPython/numba-dppy/issues/205
    • [ ] https://github.com/IntelPython/numba-dppy/issues/193
  • [ ] Analyze SYCL kernel calling another SYCL kernel

reazulhoque avatar Mar 03 '21 16:03 reazulhoque

For writing device functions we provide decorator @dppy.func. We should be able to call a @dppy.func:

  • [x] @dppy.func
  • [x] @dppy.kernel
  • [ ] @vectorize

reazulhoque avatar Mar 03 '21 17:03 reazulhoque