Skip to content

Commit 4d2f0b4

Browse files
Prepare release (#5905)
This is the second release candidate for v2024.4. Includes new commits since September, including Vulkan 1.4 support.
1 parent 3fb5254 commit 4d2f0b4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
Revision history for SPIRV-Tools
22

3-
v2024.4 2024-09-19
3+
v2024.4 2024-12-04
44
- General
55
- Add FPEncoding operand type. (#5726)
66
- Support SPV_KHR_untyped_pointers (#5736)
77
- add support for SPV_INTEL_global_variable_host_access (#5786)
8+
- Add support for SPV_KHR_compute_shader_derivative (#5817)
9+
- Accept hex representation as binary input (#5870)
10+
- Vulkan 1.4 support (#5899)
811
- Optimizer
912
- Add knowledge of cooperative matrices (#5720)
1013
- Add struct-packing pass and unit test. (#5778)
1114
- Validator
1215
- Validate presence of Stride operand to OpCooperativeMatrix{Load,Store}KHR (#5777)
1316
- Update sampled image validation (#5789)
17+
- Disallow stores according to VUID 06924 (#5368)
18+
- Add validation for SPV_NV_tensor_addressing and SPV_NV_cooperative_matrix2 (#5865)
1419
- Linker
1520
- allow linking functions with different pointer arguments (#5534)
1621

DEPS

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use_relative_paths = True
33
vars = {
44
'github': 'https://github.com',
55

6-
'abseil_revision': 'c7cf999bda8390d2dd294ef903716a80135e6f4c',
6+
'abseil_revision': '7316f5616bad0a794b2a75901cc20b0099718085',
77

88
'effcee_revision': '2c97e5689ed8d7ab6ae5820f884f03a601ae124b',
99

@@ -14,7 +14,7 @@ vars = {
1414

1515
're2_revision': '6dcd83d60f7944926bfd308cc13979fc53dd69ca',
1616

17-
'spirv_headers_revision': '36d5e2ddaa54c70d2f29081510c66f4fc98e5e53',
17+
'spirv_headers_revision': '3f17b2af6784bfa2c5aa5dbb8e0e74a607dd8b3b',
1818
}
1919

2020
deps = {

0 commit comments

Comments
 (0)