mirror of
https://github.com/openharmony/third_party_spirv-headers.git
synced 2026-07-19 14:53:32 -04:00
Add SPV_INTEL_fpga_cluster_attributes and SPV_INTEL_fp_fast_math_mode
Spec: https://github.com/KhronosGroup/SPIRV-Registry/blob/7d96a31cf56c60de76a6ae7a26ace3c7bfd999bf/extensions/INTEL/SPV_INTEL_fpga_cluster_attributes.asciidoc https://github.com/KhronosGroup/SPIRV-Registry/blob/7d96a31cf56c60de76a6ae7a26ace3c7bfd999bf/extensions/INTEL/SPV_INTEL_fp_fast_math_mode.asciidoc Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
This commit is contained in:
@@ -7394,6 +7394,18 @@
|
||||
"enumerant" : "Fast",
|
||||
"value" : "0x0010",
|
||||
"capabilities" : [ "Kernel" ]
|
||||
},
|
||||
{
|
||||
"enumerant" : "AllowContractFastINTEL",
|
||||
"value" : "0x10000",
|
||||
"capabilities" : [ "FPFastMathModeINTEL" ],
|
||||
"extensions" : [ "SPV_INTEL_fp_fast_math_mode" ]
|
||||
},
|
||||
{
|
||||
"enumerant" : "AllowReassocINTEL",
|
||||
"value" : "0x20000",
|
||||
"capabilities" : [ "FPFastMathModeINTEL" ],
|
||||
"extensions" : [ "SPV_INTEL_fp_fast_math_mode" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -10121,6 +10133,13 @@
|
||||
"extensions" : [ "SPV_INTEL_fpga_memory_accesses" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "StallEnableINTEL",
|
||||
"value" : 5905,
|
||||
"capabilities" : [ "FPGAClusterAttributesINTEL" ],
|
||||
"extensions" : [ "SPV_INTEL_fpga_cluster_attributes" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "BufferLocationINTEL",
|
||||
"value" : 5921,
|
||||
@@ -12061,6 +12080,13 @@
|
||||
"extensions" : [ "SPV_INTEL_fpga_memory_attributes" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "FPFastMathModeINTEL",
|
||||
"value" : 5837,
|
||||
"capabilities" : [ "Kernel" ],
|
||||
"extensions" : [ "SPV_INTEL_fp_fast_math_mode" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "ArbitraryPrecisionIntegersINTEL",
|
||||
"value" : 5844,
|
||||
@@ -12097,6 +12123,12 @@
|
||||
"extensions" : [ "SPV_INTEL_fpga_memory_accesses" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "FPGAClusterAttributesINTEL",
|
||||
"value" : 5904,
|
||||
"extensions" : [ "SPV_INTEL_fpga_cluster_attributes" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "FPGABufferLocationINTEL",
|
||||
"value" : 5920,
|
||||
|
||||
Reference in New Issue
Block a user