Implement BitShift in CUDA
- Add BitShift operator implementation;
- Removed
cudaMalloc()and usethrust::device_vectorinstead inDiv,EqualandPowimplementations; - Removed empty
backward()methods when it is not implemented, to trigger an error in this case instead of silent pass!
Edited by Olivier BICHLER