-
Notifications
You must be signed in to change notification settings - Fork 334
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
Implement batch_det function #366
Conversation
cuda version is implemented sony/nnabla-ext-cuda#132 |
@TE-KazukiYoshiyama san reviewed this |
@TE-AkioHayakawa |
@takuseno |
@TE-AkioHayakawa |
@takuseno |
@TE-AkioHayakawa |
…-device-copy Add AssignCuda not to perform host-device copy
Hi, @TE-AkioHayakawa san, @TE-TakuyaNarihira san.
I've implemented
batch_det
function that computes determinant of input array.batch_det
works with forward and backward correctly now. cuda extension is implemented.