Commit 9851477
authored
Arm backend: remove flag from Vk pipeline session (pytorch#19669)
The flag VK_PIPELINE_CREATE_2_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT
means
"Do not perform expensive synchronous compilation during this call"
If Vulkan detects that this is needed, it instead
throws an error. We can skip this pre-caution.1 parent 32a86b6 commit 9851477
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
730 | | - | |
731 | | - | |
| 730 | + | |
732 | 731 | | |
733 | 732 | | |
734 | 733 | | |
| |||
0 commit comments