NumHalide attempt to have Numpy implemented with Halide #8062
soufianekhiat
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I made public an experiment, an attempt to have feature parity with Numpy using halide:
https://github.com/soufianekhiat/NumHalide
Fews function was added linspace, arange, meshgrid, ones, zeros, ...
Without any scheduling, still scratching my head about how can I implement that properly scheduling independant to the implementation.
PR/comment/... are open.
All reactions