Custom Node for INT8 ConvRot on Apple Silicon GPU
This story is from 2026-09-03. It is preserved in the archive; the latest stories are on the live feed.
PyTorch has no aten::_int_mm kernel for the MPS backend. Every int8 linear layer therefore round-trips to the CPU, which turns an int8 model from the fastest thing you can run on a Mac into the slowest. This patch computes those matmuls on the GPU instead.
Read the full story at r/comfyui ↗
Timeline · 1 report
- 2026-09-03 16:06 · r/comfyui
Custom Node for INT8 ConvRot on Apple Silicon GPU