| 78 | }; |
| 79 | |
| 80 | struct Params { |
| 81 | uint32_t transaction_bytes = 0; |
| 82 | ThreadCategory role = ThreadCategory::NonParticipant; |
| 83 | uint32_t is_leader = 0; |
| 84 | uint32_t num_consumers = 0; |
| 85 | int active_warps = 0; |
| 86 | }; |
| 87 | |
| 88 | // Constructor |
| 89 | DEVICE PipelineTmaAsync(SharedStorage& storage, Params params) |
nothing calls this directly
no outgoing calls
no test coverage detected