numba-examples
numba-examples copied to clipboard
Example Numba implementations of functions
```bash root@547a227b1517:~/numba-examples# numba_bench -o results -r gpu Scanning /root/numba-examples for benchmarks Writing results to /root/numba-examples/results /usr/local/lib/python3.6/dist-packages/numba_bench-0.1-py3.6.egg/numba_bench/benchmark.py:54: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please...
To run the benchmarks I had to downgrade `mistune` to `< 2` and `pyyaml` to `< 6`.
Note: This example is intended for early adopters who has already been extending Numba's array features. This example should serve as a best practice guide as we design and stabilize...
Hello, thanks for exposing and maintaining this library of Numba examples. I have a full-Numba implementation of both KDTrees and BallTrees, and wondered whether this would be valuable to add...
I followed the directions in README.md but it fails at the step "python setup.py install" with error: python setup.py install Traceback (most recent call last): File "/home/ericmedlock/Documents/python-work/numba/numba-examples/setup.py", line 1, in...
hello, guys. I followed the instructions and got this error: pkg_resources.ResolutionError: Script 'scripts/numba_bench' not found in metadata Anyone have encountered this same error?
Based on https://nextjournal.com/wolfv/how-fast-is-r-with-fastr-pythran Code in https://gist.github.com/sklam/91ec96caea7e2c437e965a53219306ad
Opening a pull request to contribute a wide variety of mandelbrot set numba examples.