Josh Milthorpe

Results 6 issues of Josh Milthorpe

Given that an [`ArrayView`](https://bears-r-us.github.io/arkouda/usage/arrayview.html#arkouda.ArrayView) is 'a multi-dimensional view of a pdarray [which] can be indexed', it seems like binary operations which support `pdarray` operands should also support `ArrayView` operands. However,...

enhancement

For OpenMP target offload, there are a few default `OMP_FLAGS_OFFLOAD__

The file RELEASE.md only contained release notes up to HIP release 1.5.0; all HIP release notes and changelog since version 5.0.0 are included in the ROCm release notes. Remove RELEASE.md...

This is a Chapel implementation of miniBUDE, created by Xianghao Wang and Josh Milthorpe at the Australian National University. Co-authored-by: xianghao Co-authored-by: xianghao Co-authored-by: Xianghao Wang

The GFLOP/s calculation in `printTimings()` for the OpenMP implementation was reporting incorrect (negative) values for large inputs, due to overflow. Computing `ops_per_wg` using long (rather than 32-bit) ints fixes the...