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

Implement support for built-in python functions on the kernel

Open 1e-to opened this issue 4 years ago • 0 comments

Built-in functions

  • [x] abs()
  • [ ] bool
  • [ ] complex
  • [ ] enumerate()
  • [x] float
  • [x] int
  • [x] len()
  • [ ] min()
  • [ ] max()
  • [x] range (only ints/uints)
  • [x] round()
  • [ ] zip()

1e-to avatar Jan 19 '21 11:01 1e-to