Quansight / pnumpy

Parallel NumPy seamlessly speeds up NumPy for large arrays (64K+ elements) with no change required to existing code.
https://quansight.github.io/pnumpy/
MIT License
57 stars 10 forks source link

Fix how atop is enabled in benchmarks #122

Closed jack-pappas closed 3 years ago

jack-pappas commented 3 years ago

The atop library can be used by pnumpy even when threading is disabled. I've fixed the benchmarks to reflect that.