@@ -4,17 +4,17 @@ Demonstrator tracking chain for accelerators.
44
55## Features
66
7- | Category | Algorithms | CPU | CUDA | SYCL | Alpaka | Kokkos | Futhark |
8- | ------------------ | ---------------------- | --- | ---- | ---- | ------ | ------ | ------- |
9- | ** Clusterization** | CCL / FastSv / etc. | ✅ | ✅ | ✅ | 🟡 | ⚪ | ✅ |
10- | | Measurement creation | ✅ | ✅ | ✅ | 🟡 | ⚪ | ✅ |
11- | ** Seeding** | Spacepoint formation | ✅ | ✅ | ✅ | 🟡 | ⚪ | ⚪ |
12- | | Spacepoint binning | ✅ | ✅ | ✅ | ✅ | ✅ | ⚪ |
13- | | Seed finding | ✅ | ✅ | ✅ | ✅ | ⚪ | ⚪ |
14- | | Track param estimation | ✅ | ✅ | ✅ | ✅ | ⚪ | ⚪ |
15- | ** Track finding** | Combinatorial KF | ✅ | ✅ | ✅ | 🟡 | ⚪ | ⚪ |
16- | ** Ambiguity resolution** | Greedy resolver | ✅ | 🟡 | ⚪ | ⚪ | ⚪ | ⚪ |
17- | ** Track fitting** | KF | ✅ | ✅ | 🟡 | ⚪ | ⚪ | ⚪ |
7+ | Category | Algorithms | CPU | CUDA | SYCL | Alpaka | Kokkos | Futhark |
8+ | ------------------------- | ---------------------- | --- | ---- | ---- | ------ | ------ | ------- |
9+ | ** Clusterization** | CCL / FastSv / etc. | ✅ | ✅ | ✅ | ✅ | ⚪ | ✅ |
10+ | | Measurement creation | ✅ | ✅ | ✅ | ✅ | ⚪ | ✅ |
11+ | ** Seeding** | Spacepoint formation | ✅ | ✅ | ✅ | ✅ | ⚪ | ⚪ |
12+ | | Spacepoint binning | ✅ | ✅ | ✅ | ✅ | ✅ | ⚪ |
13+ | | Seed finding | ✅ | ✅ | ✅ | ✅ | ⚪ | ⚪ |
14+ | | Track param estimation | ✅ | ✅ | ✅ | ✅ | ⚪ | ⚪ |
15+ | ** Track finding** | Combinatorial KF | ✅ | ✅ | ✅ | ✅ | ⚪ | ⚪ |
16+ | ** Ambiguity resolution** | Greedy resolver | ✅ | 🟡 | ⚪ | ⚪ | ⚪ | ⚪ |
17+ | ** Track fitting** | KF | ✅ | ✅ | 🟡 | ✅ | ⚪ | ⚪ |
1818
1919✅: exists, 🟡: work started, ⚪: work not started yet
2020
@@ -272,7 +272,6 @@ cmake --build build/
272272 --detector-file=geometries/odd/odd-detray_geometry_detray.json \
273273 --material-file=geometries/odd/odd-detray_material_detray.json \
274274 --grid-file=geometries/odd/odd-detray_surface_grids_detray.json \
275- --use-detray-detector \
276275 --digitization-file=geometries/odd/odd-digi-geometric-config.json \
277276 --use-acts-geom-source --input-directory=odd/geant4_10muon_10GeV/ \
278277 --input-events=10
@@ -281,7 +280,6 @@ cmake --build build/
281280 --detector-file=geometries/odd/odd-detray_geometry_detray.json \
282281 --material-file=geometries/odd/odd-detray_material_detray.json \
283282 --grid-file=geometries/odd/odd-detray_surface_grids_detray.json \
284- --use-detray-detector \
285283 --digitization-file=geometries/odd/odd-digi-geometric-config.json \
286284 --use-acts-geom-source --input-directory=odd/geant4_10muon_10GeV/ \
287285 --input-events=10 --processed-events=1000 --threads=1
0 commit comments