-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Matmul/Conv2d/Pool2d cuda kernels #333
Labels
gpu
Related to GPU support
Comments
matmul tests blocked by #335 |
Merged
This will require sub views of CudaSlices, which will be addressed in cudarc |
all of them except matmul exist in cudnn |
coreylowman
added a commit
that referenced
this issue
Jan 16, 2023
This was referenced Jan 16, 2023
coreylowman
added a commit
that referenced
this issue
Jan 20, 2023
* #333 conv2d forward implemented * Adding todos * Fixing bug with conv2d cpu kernel * Working commit of cuda kernel. backwards not passing for weight grad * Some tests passing * Cleanup, tests still failing * Fixing bug with matmul with 1 dimensions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These will be more challenging to implement, since they will rely on a lot of code and invoking cublas.
Also need to see if there's a way to simplify the implementation (potentially by having a device level matmul trait that matmul/conv2d can use)
The text was updated successfully, but these errors were encountered: