Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cutlass
/ fake_tensor
Method
fake_tensor
test/python/cutlass/interface/evt_interface.py:249–250 ·
view source on GitHub ↗
(self, element, shape)
Source
from the content-addressed store, hash-verified
247
#
248
249
def
fake_tensor(self, element, shape):
250
return
Tensor(element=element, shape=shape, layout_tag=LayoutType.RowMajor)
251
252
253
if
__name__ ==
'__main__'
:
Callers
8
test_root_not_d
Method · 0.95
test_no_accum
Method · 0.95
test_too_much_shared_memory
Method · 0.95
test_not_ssa
Method · 0.95
test_missing_example_tensor
Method · 0.95
test_return_expression
Method · 0.95
test_incompatible_shape
Method · 0.95
test_no_matching_impl
Method · 0.95
Calls
1
Tensor
Class · 0.90
Tested by
8
test_root_not_d
Method · 0.76
test_no_accum
Method · 0.76
test_too_much_shared_memory
Method · 0.76
test_not_ssa
Method · 0.76
test_missing_example_tensor
Method · 0.76
test_return_expression
Method · 0.76
test_incompatible_shape
Method · 0.76
test_no_matching_impl
Method · 0.76