Package Release Info

spirv-llvm-translator-19.1.5-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libLLVMSPIRVLib-devel

Change Logs

* Thu Mar 06 2025 sndirsch@suse.com
- Build with GCC 13 on Leap/SLES 15 in the hope to fix Mesa build
  (bsc#1238713)
* Mon Mar 03 2025 aaronpuchert@alice-dsl.net
- Update to version 19.1.5.
  * Fix DebugLinePriority.spt SPIR-V validation errors.
  * Emit alloca for all OpVariables with Function storage.
  * Align translation of OpCooperativeMatrixLengthKHR to match the
    spec.
  * Check if OpCooperativeMatrixLengthKHR operand is a type.
  * Fix incorrect translation of calls to a builtin that returns a
    structure.
* Tue Feb 25 2025 aaronpuchert@alice-dsl.net
- Update to version 19.1.4.
  * Handle OpBitcast between pointers and non-pointers.
* Mon Jan 06 2025 aaronpuchert@alice-dsl.net
- Update to version 19.1.3.
  * Add support for MaxByteOffsetId, LocalSizeId, LocalSizeHintId
    (SPIR-V 1.2) and SubgroupsPerWorkgroup(Id) (SPIR-V 1.1/1.2)
    in SPIRVReader.
  * Fix EnumClass support in DebugInfo.
* Thu Dec 05 2024 aaronpuchert@alice-dsl.net
- Update to version 19.1.2.
  * Add fast math flag translation for OpenCL standard library.
  * Ensure that PHI node has an incoming value per each predecessor
    instance, even if the input SPIR-V module is invalid as
    reported by `spirv-val`.
  * SPIRVReader: Support OpConstantComposite for cooperative matrix.
  * SPIRVReader: Add OpSizeOf support (SPIR-V 1.1).
  * Generate load and store for OpCopyLogical.
  * SPIRVReader: Add AlignmentId support (SPIR-V 1.2).
* Thu Nov 14 2024 aaronpuchert@alice-dsl.net
- Update to version 19.1.1.
  * Fix for duplicate -spirv-ext registration.
  * Add reverse translation for OpDecorateString and
    OpMemberDecorateString.
  * Ignore UserSemantic decorations on BuiltIn variables.
  * Introduce CodeSectionINTEL storage class.
  * Fix SPIRVCopyMemory::validate().
  * Allow short16 for ushort16 intel_sub_group_block_read/write.
  * SPIRVReader: Add OpCopyMemory support.
* Sat Sep 21 2024 aaronpuchert@alice-dsl.net
- Update to version 19.1.0.
  * Compatibility with LLVM 19, especially changes to debug info.
  * Support for new extensions:
  - SPV_INTEL_maximum_registers
  - SPV_INTEL_subgroup_requirements
  - SPV_INTEL_task_sequence
* Sun Sep 01 2024 aaronpuchert@alice-dsl.net
- Update to version 18.1.4.
  * Fix element type when reading OpPtrDiff (SPIR-V -> LLVM).
  * Transform floating-point atomic_compare_exchange into integer
    operation (OpenCL -> SPIR-V).
* Sat Aug 03 2024 aaronpuchert@alice-dsl.net
- Update to version 18.1.3.
  * Support for SPIR-V 1.6.
* Wed Jul 03 2024 aaronpuchert@alice-dsl.net
- Update to version 18.1.2.
  * Various bug fixes.
- Drop Support-SPV_INTEL_maximum_registers-extension.patch since
  the issue was addressed upstream.