bh107 / bohrium

Automatic parallelization of Python/NumPy, C, and C++ codes on Linux and MacOSX
http://www.bh107.org
Apache License 2.0
220 stars 31 forks source link

Replace TDMA extmethod by user kernel #593

Closed dionhaefner closed 5 years ago

dionhaefner commented 5 years ago

To-do:

Closes #574

dionhaefner commented 5 years ago

Done from my side. This is 3-5x faster than the old extmethod.

madsbk commented 5 years ago

@dionhaefner: great work, thanks!