Commit 3a1d161
Fix CI compatibility: remove Metal from test targets
- Remove Metal from [targets] test so Linux CI doesn't try to install
macOS-only Metal.jl as a test dependency
- Metal still works on macOS via the package extension mechanism
- Fix GPU test: pre-compute SVector outside lambda to avoid capturing
Type{T} which is not isbits and cannot be passed to GPU kernels1 parent b81a73c commit 3a1d161
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments