Skip to content
Stan Seibert edited this page Mar 22, 2018 · 1 revision

Numba Meeting: 2018-03-15

Attendees: Siu, Stuart, Todd, Ehsan

1. New/outstanding issues

3. Open PRs

===========================

4. Feature Discussion

  • Gumath update
    • implemented broadcasting
    • WIP ufunc loops to work with numba generated kernels
    • there are works to put XND arrays in Plasma
  • Ehsan question about returning tuple from C code as a struct
    • Answer: numba cannot handle aggregate types as arguments or return type. Only simple scalar types and pointer types are supported. Thus, the tuple must be returned as a pointer to the struct.

5. Next Release: Version 0.38, RC=April 4, 2018, Final=April 11, 2018

  • First gufunc improvements
  • Better SIMD generation (SVML + parfor fixes)
  • LLVM 6.0
  • Better debug/troubleshooting tools
  • Improve docs and information as per community feedback
  • Keep working through backlog of bugs and minor feature requests
  • Pipeline manipulation (sklam)
Clone this wiki locally