Andrey Prokopenko

Results 123 issues of Andrey Prokopenko

**Describe the bug** CTAD for `RangePolicy`, introduced in #6850, fails with CUDA 11.1 version. Reproducer: ```cpp #include template void iota(ExecutionSpace const &space, ViewType const &v, typename ViewType::value_type value = 0)...

Compiler Issue
Backend - CUDA

When compiling llvm recently, I ran into the fact that 16GB space for tmpfs `/tmp` was not sufficient and compilation failed due to insufficient disk space on that device. I...

- Remove `PrimitivesTag` and `PredicatesTag` - Update `check_valid_access_traits` and provide `CheckReturnTypeTag` for predicates - Fix all examples, tests and benchmarks - Beef up access traits testing Newer version of #997....

refactoring

In #1034, an update to HIP 6.2 resulted in two failed tests, `ArborX_Test_DetailsClusteringHelpers.exe` and `ArborX_Test_Clustering`. I tried to reproduce the failure on Frontier, and I actually can't make the helper...

bug

- Call it Indexable - Template it on the value type - Move it to `Experimental::`

refactoring

Get out of business trying to guess user intentions. Make a user explicitly state what their desire is. - Introduce `Experimental::Iota` - Get rid of the shortcuts in `BVH` and...

API
refactoring

- Fix `getGeometry` for prvalues If a passed function argument is a prvalue, it will be destroyed once we return, as returning a reference to its member does not extend...

refactoring

**New features:** - New interfaces for search structructres (APIv2) **Build Changes:** - Require Kokkos 4.3.00 [\#1138](https://github.com/arborx/ArborX/pull/1138) - [TO_FIX] Require NVCC version 11.5+ [\#1162](https://github.com/arborx/ArborX/pull/1162) **Enhancements:** - Promote `ArborX::Triangle` from the EXPERIMENTAL...

Should probably do staged CI to reduce the load on Jenkins and improve robustness. Stage 0: - clang-format using GitHub workflow - copyright using GitHub workflow Stage 1: all GitHub...