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 535f344 commit 16eae7cCopy full SHA for 16eae7c
test/quantization/test_da8w4_cpu.py
@@ -164,7 +164,7 @@ def forward(self, x):
164
# The trailing "(" is to avoid matching the op in the comment
165
assert code[0].count("torch.ops.torchao.da8w4_linear_cpu.default(") == 1
166
167
- # ensure the custom DA8W4ConcatLinearCPUPass is properly cached as fxgraph
+ # ensure the custom DA8W4ConcatLinearCPUPass is not bypassed when saving as fxgraph
168
enable_fxgraph_cache_bypass = counters["inductor"]["fxgraph_cache_bypass"]
169
assert enable_fxgraph_cache_bypass == 0
170
0 commit comments