Commit f5de0fc
committed
Arm backend: remove flag from Vk pipeline session
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.
Signed-off-by: Erik Lundell <erik.lundell@arm.com>
Change-Id: Ib023370c03220d28dc931daf2f9bd89b2c34bfa11 parent 824cbff commit f5de0fc
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