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