-
Notifications
You must be signed in to change notification settings - Fork 47
Labels
librariesThings about libraries and how we use them.Things about libraries and how we use them.
Description
There's useful features in both.
Metal 3.1 (macOS 14):
- BFloat support (Add Support for BFloat16 #298, Bfloat16 support #446)
- global (program scope) variables to avoid passing data as arguments
nextafter
intrinsic (Addnextafter
intrinsic #529)- texture atomics (but we don't support textures yet)
Metal 3.2 (macOS 15):
- logging (@mtlprintf #418)
- relaxed math
- atomic changes: atomic_thread_fence, thread_scope
tgymnich
Sub-issues
Metadata
Metadata
Assignees
Labels
librariesThings about libraries and how we use them.Things about libraries and how we use them.