[WIP] Added bitwise operations + reverse op kernel
- Added
and_
,xor
andor_
. - Added reverse_scalar_op_kernel i.e
a (operator) x[i]
. - Consolidated all operation tests under
test/test_gpuarray.py::test_bitwise_operations
.
Edited by Mit Kotak
and_
, xor
and or_
.a (operator) x[i]
.test/test_gpuarray.py::test_bitwise_operations
.