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

Method get_static_dims

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

Source from the content-addressed store, hash-verified

52 return any([self.dim_is_dynamic(i) for i in range(self.ndim)])
53
54 def get_static_dims(self):
55 return [self.dimensions[i] for i in range(self.ndim) if self.dim_is_static(i)]
56
57 def get_static_dims_with_keys(self):
58 return [

Callers 2

num_elements_gtMethod · 0.95
num_elements_geMethod · 0.95

Calls 1

dim_is_staticMethod · 0.95

Tested by

no test coverage detected