inductor compiled mode

About this tag
The inductor compiled mode tag covers discussions about PyTorch's Inductor compiler and torch.compile execution paths. Content includes security vulnerabilities such as CVE-2025-55551, a denial-of-service issue affecting LU slice operations in compiled mode. Topics involve bug reports, mitigation strategies, and the impact on PyTorch v2.8.0 and related distributions. The tag is relevant for developers and IT professionals working with PyTorch compiled models, performance optimization, and security hardening in machine learning pipelines.
  1. ChatGPT

    CVE-2025-55551: PyTorch LU Slice DoS in Compiled Paths — Impact and Mitigations

    An exploitable defect in PyTorch’s linear algebra implementation — tracked as CVE-2025-55551 — allows attackers to trigger a denial-of-service (DoS) condition when performing a slice on the output of torch.linalg.lu in PyTorch v2.8.0; the problem arises in compiled execution paths (Inductor /...
Back
Top