Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 298a87f

Browse files
Cleanup mapping_options.proto
1 parent a9057d9 commit 298a87f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

tc/proto/mapping_options.proto

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,12 @@ message MappingOptionsProto {
4444
optional TilingProto tiling = 4;
4545
// Unroll innermost loops to until at most "unroll" copies. If not provided,
4646
// do not unroll.
47-
optional uint64 unroll = 7;
48-
// Apply tiling to imperfectly nested loops if possible. Same tilesizes are
49-
// used.
50-
required bool tile_imperfectly_nested = 8;
51-
// reserved 5, 6, 9 to 13; can only activate with proto3
52-
// Reserved: 5, 6, 9-13 -> factored out into CudaMappingOptionsProto
53-
required bool match_library_calls = 14;
47+
optional uint64 unroll = 5;
48+
// Apply tiling to imperfectly nested loops if possible.
49+
// Same tile sizes are used.
50+
required bool tile_imperfectly_nested = 6;
51+
// Match library calls when possible (CUB reductions for now)
52+
required bool match_library_calls = 7;
5453
}
5554

5655
message CudaMappingOptionsProto {

0 commit comments

Comments
 (0)