We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04bdb6c commit 6dcc7e3Copy full SHA for 6dcc7e3
CHANGES
@@ -1,5 +1,19 @@
1
Revision history for SPIRV-Tools
2
3
+v2024.4 2024-09-19
4
+ - General
5
+ - Add FPEncoding operand type. (#5726)
6
+ - Support SPV_KHR_untyped_pointers (#5736)
7
+ - add support for SPV_INTEL_global_variable_host_access (#5786)
8
+ - Optimizer
9
+ - Add knowledge of cooperative matrices (#5720)
10
+ - Add struct-packing pass and unit test. (#5778)
11
+ - Validator
12
+ - Validate presence of Stride operand to OpCooperativeMatrix{Load,Store}KHR (#5777)
13
+ - Update sampled image validation (#5789)
14
+ - Linker
15
+ - allow linking functions with different pointer arguments (#5534)
16
+
17
v2024.3 2024-06-20
18
- General
19
- Optimizer
0 commit comments