Skip to content

Commit 41fe266

Browse files
committed
Add compat warning
1 parent b1b1ce8 commit 41fe266

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/device/intrinsics/output.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,9 @@ Limited string interpolation is also possible:
238238
@mtlprint("Hello, World ", 42, "\\n")
239239
@mtlprint "Hello, World \$(42)\\n"
240240
```
241+
242+
!!! compat "macOS 15"
243+
Printing from a GPU kernel requires macOS 15 or later.
241244
"""
242245
macro mtlprint(parts...)
243246
args = Union{Val, Expr, Symbol}[]

0 commit comments

Comments
 (0)