We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5ebf3 commit dbe4b69Copy full SHA for dbe4b69
test/inductor/test_cooperative_reductions.py
@@ -146,12 +146,12 @@ class TestFixedConfigs(TestCase):
146
@parametrize(
147
"persistent,cooperative,cfg",
148
[
149
- (False, False, {"XBLOCK": 1, "RBLOCK": 128}),
150
- (False, False, {"XBLOCK": 2, "RBLOCK": 128}),
+ (False, False, {"XBLOCK": 1, "R0_BLOCK": 128}),
+ (False, False, {"XBLOCK": 2, "R0_BLOCK": 128}),
151
(True, False, {"XBLOCK": 1}),
152
(True, False, {"XBLOCK": 2}),
153
- (False, True, {"XBLOCK": 1, "RBLOCK": 128, "RSPLIT": 16}),
154
- (False, True, {"XBLOCK": 2, "RBLOCK": 128, "RSPLIT": 16}),
+ (False, True, {"XBLOCK": 1, "R0_BLOCK": 128, "RSPLIT": 16}),
+ (False, True, {"XBLOCK": 2, "R0_BLOCK": 128, "RSPLIT": 16}),
155
(True, True, {"XBLOCK": 1, "RSPLIT": 16}),
156
(True, True, {"XBLOCK": 2, "RSPLIT": 16}),
157
],
0 commit comments