Skip to content

Added `any()`, `all()` and `where()`

Mit Kotak requested to merge kaushikcfd/pycuda:reduction_kernels into main

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 to test_pointer_holder_base and test_pass_cai_array.
Edited by Mit Kotak

Merge request reports

Loading