Commit 1869cd8
Skip activation checkpointing compile test on CPU (#1917)
matmul_4bit mutates quant_state.dtype in-place on CPU, which Dynamo
flags as a side effect under fullgraph=True + activation checkpointing.
This is a pre-existing issue unrelated to the __getattr__ → @Property
fix. Skip on CPU and track the mutation fix separately in #1917.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent bad4c86 commit 1869cd8
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
| 456 | + | |
| 457 | + | |
456 | 458 | | |
457 | 459 | | |
458 | 460 | | |
| |||
0 commit comments