Commit 2164d92
GBTS seeding example (#1286)
* Add GBTS options for mt runner
* setting up gbts algs in full_chain cpu/cuda compilation
* GBTS working in the mt
* adding placeholders for backends without GBTS impl
* formatting and placeholders for sycl alpaka
* testing with extra compiler flags
* formatting
* reverting extra compilation flags
* removing submodule
* more itk_throughput tyding
* sign conversion and array type fixes
* rebase fixes
* reabse fixes and adding GBTS to full_chain seeding
* formatting
* reorder arguments
* fixes and adding asserts to alpaka and sycl
* changing asserts to print statments
* add unused to gbts config
* update GBTS not implemented logging
* fix logger
* formatting
* fixed: forgotten rebase conflict
* revert to triplet_seeding_alg output type for the common seed type
* GBTS seeding example
Adding the seeding example for the ability to run physics performance
testing on the GBTS algorithm. This is building on PR-1194 and PR-1284.
* Adding throughput st to make baseline performance optimisations, and testing for that
* Adding seq_example for testing
* VecMem Update, main branch (2026.04.10.) (#1291)
* Updated the project to vecmem 1.24.0.
* Switched to creating detector design buffers more easily.
Using the code that's now available from vecmem directly.
* GBTS example changes
I have add the cuda seeding and seq example, while extending the
thoughput_st to also have the option for GBTS
* reformating
I just ran pre-commit
* gbts runtime error if input is missing
I have just added a small check to see if the files exists, so it throws
a proper error instead of a seg fault
* GBTS cleanup
Here i have cleaned the code a bit so there should be no more wrong
changes
* gbts formating
I forgot to run precommit again
---------
Co-authored-by: Mark Brettell <mbrettel@lxplus902.cern.ch>
Co-authored-by: Mark <markbrettel@cern.ch>
Co-authored-by: Mark Brettell <egi71871@hepacc09.pp.rl.ac.uk>
Co-authored-by: Fabrice Le Goff <fabrice.le.goff@cern.ch>
Co-authored-by: Attila Krasznahorkay <30694331+krasznaa@users.noreply.github.com>1 parent f081805 commit 2164d92
4 files changed
Lines changed: 70 additions & 26 deletions
File tree
- examples
- options/src
- run
- common/include/traccc/examples/impl
- cuda/apps
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
172 | 176 | | |
173 | 177 | | |
174 | 178 | | |
| |||
182 | 186 | | |
183 | 187 | | |
184 | 188 | | |
185 | | - | |
186 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
187 | 194 | | |
188 | 195 | | |
189 | 196 | | |
| |||
196 | 203 | | |
197 | 204 | | |
198 | 205 | | |
199 | | - | |
200 | | - | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
201 | 211 | | |
202 | 212 | | |
203 | 213 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
79 | | - | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
135 | | - | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
151 | | - | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| |||
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| 74 | + | |
70 | 75 | | |
71 | 76 | | |
72 | 77 | | |
| |||
78 | 83 | | |
79 | 84 | | |
80 | 85 | | |
81 | | - | |
| 86 | + | |
82 | 87 | | |
83 | 88 | | |
84 | 89 | | |
| |||
156 | 161 | | |
157 | 162 | | |
158 | 163 | | |
| 164 | + | |
| 165 | + | |
159 | 166 | | |
160 | 167 | | |
161 | 168 | | |
| |||
180 | 187 | | |
181 | 188 | | |
182 | 189 | | |
| 190 | + | |
| 191 | + | |
183 | 192 | | |
184 | 193 | | |
185 | 194 | | |
| |||
264 | 273 | | |
265 | 274 | | |
266 | 275 | | |
267 | | - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
268 | 282 | | |
269 | 283 | | |
270 | 284 | | |
| |||
452 | 466 | | |
453 | 467 | | |
454 | 468 | | |
| 469 | + | |
455 | 470 | | |
456 | 471 | | |
457 | 472 | | |
| |||
462 | 477 | | |
463 | 478 | | |
464 | 479 | | |
465 | | - | |
466 | | - | |
467 | | - | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
468 | 484 | | |
469 | 485 | | |
470 | 486 | | |
471 | 487 | | |
472 | 488 | | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
477 | 494 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
76 | 80 | | |
77 | | - | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| |||
172 | 176 | | |
173 | 177 | | |
174 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
175 | 182 | | |
176 | 183 | | |
177 | 184 | | |
| |||
219 | 226 | | |
220 | 227 | | |
221 | 228 | | |
| 229 | + | |
| 230 | + | |
222 | 231 | | |
223 | 232 | | |
224 | 233 | | |
| |||
332 | 341 | | |
333 | 342 | | |
334 | 343 | | |
335 | | - | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
336 | 350 | | |
337 | 351 | | |
338 | 352 | | |
| |||
593 | 607 | | |
594 | 608 | | |
595 | 609 | | |
| 610 | + | |
596 | 611 | | |
597 | 612 | | |
598 | 613 | | |
| |||
602 | 617 | | |
603 | 618 | | |
604 | 619 | | |
605 | | - | |
606 | | - | |
| 620 | + | |
| 621 | + | |
607 | 622 | | |
608 | 623 | | |
609 | 624 | | |
610 | 625 | | |
611 | 626 | | |
612 | 627 | | |
613 | | - | |
614 | | - | |
615 | | - | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
616 | 632 | | |
0 commit comments