-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove spirv-tool call generators from spirv_generator.py.
- The spirv-tool package provides various utilities to disassemble, validate and potentially optimize a SPIR-V binary file. Numba-dpex no longer has spirv-tools as a dependency and it is up to the user if they want to try out the funtionalities provided by spirv-tools. Having the option to call spirv-tool utilities from spirv_generator is unused and potentially confusing. The commit removes all such options and renames the helper class from CmdLine to _SprivGenerator. - Also removed the config option to run spirv validator.
- Loading branch information
Diptorup Deb
committed
Jan 23, 2024
1 parent
92a7a7d
commit d9eb596
Showing
2 changed files
with
9 additions
and
70 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
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