Commit 26f8099
GBTS in throughput examples (#1194)
* 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
* changing "not impl" prints
* char conversion fix
* formating
* fix type name for sycl
* adding gbts_config to full_chain sycl header
* extra configs
* finishing options print out
* ruff formatting
---------
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>1 parent 7b0be07 commit 26f8099
17 files changed
Lines changed: 509 additions & 46 deletions
File tree
- core/include/traccc/gbts_seeding
- device/cuda
- include/traccc/cuda/gbts_seeding
- src/gbts_seeding
- examples
- options
- include/traccc/options
- src
- run
- alpaka
- include/traccc/examples/alpaka
- src
- common/include/traccc/examples/impl
- cpu
- include/traccc/examples/cpu
- src
- cuda
- include/traccc/examples/cuda
- src
- sycl
- include/traccc/examples/sycl
- src
- extras
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
284 | 283 | | |
285 | 284 | | |
286 | 285 | | |
| |||
716 | 715 | | |
717 | 716 | | |
718 | 717 | | |
719 | | - | |
720 | | - | |
721 | 718 | | |
722 | 719 | | |
723 | 720 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
Lines changed: 48 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments