arborx / ArborX

Performance-portable geometric search library
BSD 3-Clause "New" or "Revised" License
181 stars 38 forks source link

Multi-dimensional support PR tracker #721

Closed aprokop closed 2 years ago

aprokop commented 2 years ago

Green: done Red: needs review/approval Gray: optional

graph TD;
  id714(Update SYCL testing #714)
  id717(Update Cartesian Grid #717)
  id720(Update KDOP GeometryTraits #720)
  id701(returnCentroid #701)
  id713(Hyper geometries #713)
  id722(Morton codes #722)
  id726(Multi-dimensional LBVH #726)
  id731(Brute-force benchmark #731)
  id736(DBSCAN example #736)
  id40(Multi-dimensional benchmark #?)
  id716(Multi-dimensional point clouds #716)
  id528(Multi-dimensional Gan-Tao #528)
  id734(Hyper geometries pre Kokkos 3.7 #734)

  classDef review fill:#E15759;
  classDef done fill:#59A14F;
  classDef optional fill:#BAB0AC;
  class id714,id701,id720,id713,id722,id726,id734,id717,id731,id736,id528,id716,id736 done;
  class id40,id50 optional;

  id714 --> id713
  id701 --> id722
  id713 --> id722
  id713 --> id726
  id722 --> id726
  id720 --> id726
  id713 --> id734
  id734 --> id717
  id734 --> id731
  id734 --> id736
  id726 --> id731
  id726 --> id736
  id717 --> id736
  id713 --> id528
  id716 --> id40
  id713 --> id40
  id736 --> id528
aprokop commented 2 years ago

Closing, as most of the work has been done, and the rest does not have the priority.