Skip to content

Commit 6e3a88b

Browse files
committed
[examples] Fix example mappings'
1 parent f4a6047 commit 6e3a88b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/mappings/fused_matvecs_to_simple_tiled_reuse_A.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mapping:
22
nodes:
33
- !Storage
4-
tensors: [A, B, C, Y, Z]
4+
tensors: [A, B, C, Z]
55
component: MainMemory
66
- !Storage
77
tensors: [A]

examples/mappings/fused_matvecs_to_simple_untiled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mapping:
22
nodes:
33
- !Storage
4-
tensors: [A, B, C, Y, Z]
4+
tensors: [A, B, C, Z]
55
component: MainMemory
66
- !Storage
77
tensors: [Y]

0 commit comments

Comments
 (0)