Implement BitShift in CUDA
- Add BitShift operator implementation;
- Removed
cudaMalloc()
and usethrust::device_vector
instead inDiv
,Equal
andPow
implementations; - Removed empty
backward()
methods when it is not implemented, to trigger an error in this case instead of silent pass!
Edited by Olivier BICHLER
Merge request reports
Activity
Filter activity
changed milestone to %aidge v0.7.0
added Feature 🚀 label
assigned to @olivierbichler
added 2 commits
added 6 commits
-
7b2bf5cb...2ddf435e - 2 commits from branch
dev
- 45e65853 - Replaced cudaMalloc with thrust::device_vector
- a03cffd0 - Removed empty backward()
- 8250ceec - Added BitShift
- 6bcc0adb - Missing changes
Toggle commit list-
7b2bf5cb...2ddf435e - 2 commits from branch
changed milestone to %aidge v0.6.1
Please register or sign in to reply