diff options
author | Abhishek Tiwari <abhishek2.tiwari@intel.com> | 2023-02-23 05:52:59 -0800 |
---|---|---|
committer | Abhishek Tiwari <abhishek2.tiwari@intel.com> | 2023-02-23 05:52:59 -0800 |
commit | 8a0d0b6b73158d8ffabb23cf6cec27bcd9e23347 (patch) | |
tree | 816d41edf5166fb57febf225f7b905a0b09882a5 /include/spirv/unified1/spirv.cs | |
parent | e72e3c372572868ec4179997011e92cd20c190b0 (diff) | |
download | SPIRV-Headers-8a0d0b6b73158d8ffabb23cf6cec27bcd9e23347.tar.gz SPIRV-Headers-8a0d0b6b73158d8ffabb23cf6cec27bcd9e23347.tar.bz2 SPIRV-Headers-8a0d0b6b73158d8ffabb23cf6cec27bcd9e23347.zip |
move FPGAKernelAttributesv2INTEL to capability section in all files
Diffstat (limited to 'include/spirv/unified1/spirv.cs')
-rw-r--r-- | include/spirv/unified1/spirv.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spirv/unified1/spirv.cs b/include/spirv/unified1/spirv.cs index 93fab95..d30c0fe 100644 --- a/include/spirv/unified1/spirv.cs +++ b/include/spirv/unified1/spirv.cs @@ -193,7 +193,6 @@ namespace Spv SchedulerTargetFmaxMhzINTEL = 5903, StreamingInterfaceINTEL = 6154, RegisterMapInterfaceINTEL = 6160, - FPGAKernelAttributesv2INTEL = 6161, NamedBarrierCountINTEL = 6417, } @@ -1148,6 +1147,7 @@ namespace Spv AtomicFloat16AddEXT = 6095, DebugInfoModuleINTEL = 6114, SplitBarrierINTEL = 6141, + FPGAKernelAttributesv2INTEL = 6161, FPGAArgumentInterfacesINTEL = 6174, GroupUniformArithmeticKHR = 6400, } |