Skip to content

Commit

Permalink
vulkan: Throttle the number of shader compiles during the build step. (
Browse files Browse the repository at this point in the history
…ggerganov#10222)

Fixes ggerganov#9582

Spawning too many concurrent copies of glslc leads to "Failed to create pipes"
errors on Linux. This change applies the same throttling we use for
multithreaded pipeline creation.
  • Loading branch information
jeffbolznv authored and arthw committed Nov 18, 2024
1 parent 2d1d2f7 commit e408282
Showing 1 changed file with 122 additions and 210 deletions.
Loading

0 comments on commit e408282

Please sign in to comment.