Skip to content

Implement BitShift in CUDA

Olivier BICHLER requested to merge bitshift into dev
  • Add BitShift operator implementation;
  • Removed cudaMalloc() and use thrust::device_vector instead in Div, Equal and Pow 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

Loading