IntelLabs / numba

NumPy aware dynamic Python compiler using LLVM
http://numba.pydata.org/
BSD 2-Clause "Simplified" License
12 stars 2 forks source link

Fixes #2700, improves debug message and tests. #52

Closed stuartarchibald closed 6 years ago

stuartarchibald commented 6 years ago

This fixes #2700, it also makes it such that the debug messages report the entire pattern over which a fusion took place in preference to just the first letter. It also adds a test to check that the debug output is generated correctly.

Fixes #2700