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