Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit ecd3209

Browse files
shadeMedanieldk
andauthored
Mention potential side-effects of using the bounds
Co-authored-by: Daniël de Kok <me@danieldk.eu>
1 parent eb31541 commit ecd3209

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/writing-kernels.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)