Commit fad5a4b
committed
GPU: launch bound helpers for Metal
Metal has no launch bounds, so the thread and warp count helpers pass the
value through rather than deriving it from a kernel attribute.
Metal also lacks variadic arguments for C functions, so
one need to implement that using templates.1 parent 0ca3db4 commit fad5a4b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments