MCPcopy Create free account
hub / github.com/KnowingNothing/MatmulTutorial / Params

Class Params

include/pipeline.h:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected