Skip to content

Commit 16eae7c

Browse files
author
Cui, Yuxin
committed
Modify the test description for test_da8w4_cpu
Modify the test description for test_da8w4_cpu. Signed-off-by: Cui, Yuxin <yuxin.cui@intel.com>
1 parent 535f344 commit 16eae7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/quantization/test_da8w4_cpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def forward(self, x):
164164
# The trailing "(" is to avoid matching the op in the comment
165165
assert code[0].count("torch.ops.torchao.da8w4_linear_cpu.default(") == 1
166166

167-
# ensure the custom DA8W4ConcatLinearCPUPass is properly cached as fxgraph
167+
# ensure the custom DA8W4ConcatLinearCPUPass is not bypassed when saving as fxgraph
168168
enable_fxgraph_cache_bypass = counters["inductor"]["fxgraph_cache_bypass"]
169169
assert enable_fxgraph_cache_bypass == 0
170170

0 commit comments

Comments
 (0)