Commit 89d5497
Fix CI: restore paravirtual skip for test_01, add numpy to Ty env
test_01_adder uses newDefaultLibrary() which the paravirtual CI GPU
cannot load (results are silently all-zero regardless of array size),
while tests 02 and 03 load their metallib explicitly and run fine.
Restore the SKIP_RETURN_CODE 77 path; keep the 10K array override so
the test executes quickly on real Apple Silicon.
uvx --with numpy ty check: Ty needs numpy installed to resolve the
'from numpy import ndarray' stub import.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 038557e commit 89d5497
3 files changed
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
| 208 | + | |
207 | 209 | | |
208 | 210 | | |
209 | 211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
28 | 39 | | |
29 | 40 | | |
30 | 41 | | |
| |||
0 commit comments