Added `any()`, `all()` and `where()`
Motivation : Needed any(), all() and where() for PytatoPyCUDAGraphContext
- Implemented
gpuarray.any() | all() | where()
. - Added
test_gpuarray::TestGPUArray::test_any() | test_all() | test_where()
. - Added
any() | all() | where()
to docs. - Added
mark_cuda_test
totest_pointer_holder_base
andtest_pass_cai_array
.
Edited by Mit Kotak