Custom node patch runs INT8 ConvRot on Apple Silicon GPU, fixing slow MPS int8 fallback

TomPethtel · reddit · 2026-09-04

PyTorch's MPS backend lacks the aten::intmm kernel, so every int8 linear layer round-trips to CPU — turning int8 models from the fastest option on a Mac into the slowest. The author wrote a custom-node patch that computes those matmuls directly on the Apple Silicon GPU, a practical fix for anyone running quantized models locally on macOS.

Original post →

More from Infra

Infra channel →