-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[spirv] Respect entry point ordinal when serializing executables (#15905
) We have assigned ordinals to various entry points when linking; need to respect the order there when serializing. We were lucky before because hal.executable.export ops are sorted in ascending order w.r.t. ordinals thus far, and spirv.module ops follow the same order of hal.executable.export ops. But it's not guaranteed to be so.
- Loading branch information
1 parent
f81f361
commit 9726ead
Showing
1 changed file
with
39 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters