-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add some initial code. #1
base: main
Are you sure you want to change the base?
Conversation
How is it envisioned that this interacts with NNlib? One version would look like this, but perhaps you have something else in mind:
|
My plan here was to commit type piracy and add methods to existing functions. However, I think adding
What do you mean, in particular regarding fusion with |
Maybe clearer with code, I pushed the In how that works now, it only defines a gradient for I see you fuse Convolutional stuff is more WIP. There is a fused |
I agree. I think for data locality, a simple pattern would be to have all Becomes some applications may have smaller batch sizes than the number of available cores, we probably want to add an option to instead break up a problem among threads in another way. This probably won't be able to yield as good locality. |
Sounds like we're on the same page, good. Re |
This is a WIP. Just wanted to have something up in case anyone wanted to look.