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

Method has_dynamic

cutlass.py/tiling.py:125–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

123 return not self.dim_is_dynamic(key)
124
125 def has_dynamic(self):
126 return any([self.dim_is_dynamic(i) for i in range(self.ndim)])
127
128 def get_static_dims_with_keys(self):
129 return [

Callers

nothing calls this directly

Calls 1

dim_is_dynamicMethod · 0.95

Tested by

no test coverage detected