spirv-tools 2023.6~rc1-ok2 source package in openKylin
Changelog
spirv-tools (2023.6~rc1-ok2) nile; urgency=medium * Support operand kind for SPV_INTEL_maximum_registers. -- liubo01 <email address hidden> Mon, 24 Jun 2024 10:18:20 +0800
spirv-tools (2023.6~rc1-ok2) nile; urgency=medium * Support operand kind for SPV_INTEL_maximum_registers. -- liubo01 <email address hidden> Mon, 24 Jun 2024 10:18:20 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | libdevel | |
Huanghe V3.0 | release | main | libdevel | |
Nile V2.0 | release | main | libdevel | |
Nile V2.0 | proposed | main | libdevel |
File | Size | SHA-256 Checksum |
---|---|---|
spirv-tools_2023.6~rc1.orig.tar.gz | 3.0 MiB | 8ec5f3d3507a55e43f8fbda4ef61a7674d7aea93a800535f5b9abf9145043908 |
spirv-tools_2023.6~rc1-ok2.debian.tar.xz | 3.9 KiB | 479bee1840215171ea2a16a16a82785bc2ecad85f8ab454d608fd50ffd4e82a4 |
spirv-tools_2023.6~rc1-ok2.dsc | 1.8 KiB | a5f76eef5a3fad294c63142337f275cc3c33aececbc79c34e3483eacf5a7e1b7 |
The project includes an assembler, binary module parser, disassembler,
validator, and optimizer for SPIR-V. Except for the optimizer, all are
based on a common static library. The library contains all of the
implementation details, and is used in the standalone tools whilst
also enabling integration into other code bases directly. The
optimizer implementation resides in its own library, which depends on
the core library.