This repository was archived by the owner on Apr 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,8 +123,10 @@ options:
123123 ` ["py", "pyi"] ` .
124124- ` include ` (optional): include directories relative to the project root.
125125 Default: ` [] ` .
126- - ` maxver ` (optional): the maximum supported PyTorch version (inclusive).
127- - ` minver ` (optional): the minimum supported PyTorch version.
126+ - ` maxver ` (optional): only build for this Torch version and earlier. Use cautiously, since this option produces
127+ non-compliant kernels if the version range does not correspond to the [ required variants] ( build-variants.md ) .
128+ - ` minver ` (optional): only build for this Torch version and later. Use cautiously, since this option produces
129+ non-compliant kernels if the version range does not correspond to the [ required variants] ( build-variants.md ) .
128130
129131### ` kernel.<name> `
130132
You can’t perform that action at this time.
0 commit comments