Skip to content

Changes

#189 (Jul 2, 2024, 12:32:00 AM)

  1. Reuse passed views for imports in forwardQuery (commit: 0b34d7d) — Andrey Prokopenko / githubweb
  2. Reorder sends in forwardQueries (commit: e171d6e) — Andrey Prokopenko / githubweb
  3. Introduce a version of forwardQueries that only sends queries (commit: 71df935) — Andrey Prokopenko / githubweb
  4. Add distributed spatial query with pure callbacks (commit: 78f9d58) — Andrey Prokopenko / githubweb
  5. Add a pure distributed callback test (commit: 627eb10) — Andrey Prokopenko / githubweb

#184 (Jun 26, 2024, 12:32:00 AM)

  1. Remove verbose nearest rays creation in the distributed test (commit: 3d72f9c) — Andrey Prokopenko / githubweb
  2. Split distributed test into spatial and nearest (commit: 062bb1e) — Andrey Prokopenko / githubweb

#181 (Jun 23, 2024, 12:32:00 AM)

  1. Fix DBSCAN test on Intel (commit: 4bf145e) — Andrey Prokopenko / githubweb
  2. Fix execution space in make() (commit: f7e7d8e) — Andrey Prokopenko / githubweb

#176 (Jun 18, 2024, 12:32:00 AM)

  1. Remove specific hash requirement for microsoft/vcpkg (commit: 9fe8b67) — Andrey Prokopenko / githubweb

#172 (Jun 14, 2024, 12:32:00 AM)

  1. Update actions/checkout version (commit: 16b350b) — Andrey Prokopenko / githubweb
  2. Update Kokkos version to the one with fixes (commit: 84599f3) — Andrey Prokopenko / githubweb

#171 (Jun 13, 2024, 12:32:00 AM)

  1. Do not store source/destination counts in Distributor (commit: 6f67092) — Andrey Prokopenko / githubweb

#170 (Jun 12, 2024, 12:32:00 AM)

  1. Remove create_layout_right* and associated helpers (commit: 81487c4) — Andrey Prokopenko / githubweb
  2. Get rid of sendAcrossNetwork and simplify doPostsAndWaits (commit: 35bbe1d) — Andrey Prokopenko / githubweb

#165 (Jun 7, 2024, 12:32:00 AM)

  1. Work around spurious "missing return statement" warnings for NVCC and Intel compilers (#1102) (commit: 0bc3cab) — noreply / githubweb

#164 (Jun 6, 2024, 12:32:00 AM)

  1. Avoid double deep_copy in create_layout_right_mirror_view_and_copy for compatible layouts (commit: 297280c) — Andrey Prokopenko / githubweb
  2. Simplify further (commit: dcdf80c) — Andrey Prokopenko / githubweb
  3. Generate point clouds on device (commit: 1e5a02b) — Andrey Prokopenko / githubweb
  4. Reduce code duplication (commit: 0d97c5c) — Andrey Prokopenko / githubweb
  5. Actually make hollow sphere points uniformly distributed (commit: ceabb55) — Andrey Prokopenko / githubweb
  6. Switch to using normal distribution for sphere/ball generation (commit: dbb1f83) — Andrey Prokopenko / githubweb

#163 (Jun 5, 2024, 12:32:00 AM)

  1. Reorganize nearest to use approx_expand_by_radius (commit: 1370814) — Andrey Prokopenko / githubweb
  2. Use bit_cast instead of reinterpret_cast (commit: 4f38faa) — Andrey Prokopenko / githubweb

#162 (Jun 4, 2024, 12:32:00 AM)

  1. Use custom QualifierOrder in clang-format (commit: 69a88de) — Andrey Prokopenko / githubweb
  2. Use floats in tests (commit: ae8d66c) — Andrey Prokopenko / githubweb
  3. Use floats in benchmarks (commit: 2753a38) — Andrey Prokopenko / githubweb
  4. Fix linting (commit: 078e43c) — Andrey Prokopenko / githubweb
  5. Deprecate 2d and 3d versions of applyPermutation (commit: eaaf333) — Andrey Prokopenko / githubweb
  6. Remove sorting of distributed results for non 1d views (commit: 5044070) — Andrey Prokopenko / githubweb
  7. Remove sortResultsByKey (commit: 72c162f) — Andrey Prokopenko / githubweb
  8. Update Windows Github action (commit: 4e26a84) — Andrey Prokopenko / githubweb
  9. Address review comments (commit: c85f327) — Andrey Prokopenko / githubweb
  10. Set microsoft/vcpkg revision to fix boost 1.85 hashes (commit: 03867e5) — Andrey Prokopenko / githubweb