Commit 42b25bb
authored
Use ubuntu-22.04-arm-sdk docker image for test-backend-arm.yml (#19186)
Most vgf tests were failing with "Failed to create VkInstance". Running
with VK_LOADER_DEBUG=all revealed that the error was
[Vulkan Loader] ERROR | DRIVER: vkCreateInstance: Found no drivers!
The drivers are installed in the arm-sdk docker.
Working run here:
https://github.com/pytorch/executorch/actions/runs/250586621951 parent 69989b7 commit 42b25bb
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| |||
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
53 | | - | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
0 commit comments