File tree Expand file tree Collapse file tree 10 files changed +35
-0
lines changed Expand file tree Collapse file tree 10 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ namespace Spv
193
193
NumSIMDWorkitemsINTEL = 5896 ,
194
194
SchedulerTargetFmaxMhzINTEL = 5903 ,
195
195
StreamingInterfaceINTEL = 6154 ,
196
+ RegisterMapInterfaceINTEL = 6160 ,
196
197
NamedBarrierCountINTEL = 6417 ,
197
198
}
198
199
@@ -1149,6 +1150,7 @@ namespace Spv
1149
1150
AtomicFloat16AddEXT = 6095 ,
1150
1151
DebugInfoModuleINTEL = 6114 ,
1151
1152
SplitBarrierINTEL = 6141 ,
1153
+ FPGAKernelAttributesv2INTEL = 6161 ,
1152
1154
FPGALatencyControlINTEL = 6171 ,
1153
1155
FPGAArgumentInterfacesINTEL = 6174 ,
1154
1156
GroupUniformArithmeticKHR = 6400 ,
Original file line number Diff line number Diff line change 10715
10715
"capabilities" : [ " FPGAKernelAttributesINTEL" ],
10716
10716
"version" : " None"
10717
10717
},
10718
+ {
10719
+ "enumerant" : " RegisterMapInterfaceINTEL" ,
10720
+ "value" : 6160 ,
10721
+ "parameters" : [
10722
+ { "kind" : " LiteralInteger" , "name" : " 'WaitForDoneWrite'" }
10723
+ ],
10724
+ "capabilities" : [ " FPGAKernelAttributesv2INTEL" ],
10725
+ "version" : " None"
10726
+ },
10718
10727
{
10719
10728
"enumerant" : " NamedBarrierCountINTEL" ,
10720
10729
"value" : 6417 ,
@@ -14913,10 +14922,18 @@
14913
14922
"extensions" : [ " SPV_INTEL_split_barrier" ],
14914
14923
"version" : " None"
14915
14924
},
14925
+ {
14926
+ "enumerant" : " FPGAKernelAttributesv2INTEL" ,
14927
+ "value" : 6161 ,
14928
+ "capabilities" : [ " FPGAKernelAttributesINTEL" ],
14929
+ "extensions" : [ " SPV_INTEL_kernel_attributes" ],
14930
+ "version" : " None"
14931
+ },
14916
14932
{
14917
14933
"enumerant" : " FPGALatencyControlINTEL" ,
14918
14934
"value" : 6171 ,
14919
14935
"extensions" : [ " SPV_INTEL_fpga_latency_control" ],
14936
+ "extensions" : [ " SPV_INTEL_kernel_attributes" ],
14920
14937
"version" : " None"
14921
14938
},
14922
14939
{
Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ public enum ExecutionMode
192
192
NumSIMDWorkitemsINTEL = 5896 ,
193
193
SchedulerTargetFmaxMhzINTEL = 5903 ,
194
194
StreamingInterfaceINTEL = 6154 ,
195
+ RegisterMapInterfaceINTEL = 6160 ,
195
196
NamedBarrierCountINTEL = 6417 ,
196
197
}
197
198
@@ -1148,6 +1149,7 @@ public enum Capability
1148
1149
AtomicFloat16AddEXT = 6095 ,
1149
1150
DebugInfoModuleINTEL = 6114 ,
1150
1151
SplitBarrierINTEL = 6141 ,
1152
+ FPGAKernelAttributesv2INTEL = 6161 ,
1151
1153
FPGALatencyControlINTEL = 6171 ,
1152
1154
FPGAArgumentInterfacesINTEL = 6174 ,
1153
1155
GroupUniformArithmeticKHR = 6400 ,
Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ typedef enum SpvExecutionMode_ {
200
200
SpvExecutionModeNumSIMDWorkitemsINTEL = 5896 ,
201
201
SpvExecutionModeSchedulerTargetFmaxMhzINTEL = 5903 ,
202
202
SpvExecutionModeStreamingInterfaceINTEL = 6154 ,
203
+ SpvExecutionModeRegisterMapInterfaceINTEL = 6160 ,
203
204
SpvExecutionModeNamedBarrierCountINTEL = 6417 ,
204
205
SpvExecutionModeMax = 0x7fffffff ,
205
206
} SpvExecutionMode ;
@@ -1148,6 +1149,7 @@ typedef enum SpvCapability_ {
1148
1149
SpvCapabilityAtomicFloat16AddEXT = 6095 ,
1149
1150
SpvCapabilityDebugInfoModuleINTEL = 6114 ,
1150
1151
SpvCapabilitySplitBarrierINTEL = 6141 ,
1152
+ SpvCapabilityFPGAKernelAttributesv2INTEL = 6161 ,
1151
1153
SpvCapabilityFPGALatencyControlINTEL = 6171 ,
1152
1154
SpvCapabilityFPGAArgumentInterfacesINTEL = 6174 ,
1153
1155
SpvCapabilityGroupUniformArithmeticKHR = 6400 ,
Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ enum ExecutionMode {
196
196
ExecutionModeNumSIMDWorkitemsINTEL = 5896 ,
197
197
ExecutionModeSchedulerTargetFmaxMhzINTEL = 5903 ,
198
198
ExecutionModeStreamingInterfaceINTEL = 6154 ,
199
+ ExecutionModeRegisterMapInterfaceINTEL = 6160 ,
199
200
ExecutionModeNamedBarrierCountINTEL = 6417 ,
200
201
ExecutionModeMax = 0x7fffffff ,
201
202
};
@@ -1144,6 +1145,7 @@ enum Capability {
1144
1145
CapabilityAtomicFloat16AddEXT = 6095 ,
1145
1146
CapabilityDebugInfoModuleINTEL = 6114 ,
1146
1147
CapabilitySplitBarrierINTEL = 6141 ,
1148
+ CapabilityFPGAKernelAttributesv2INTEL = 6161 ,
1147
1149
CapabilityFPGALatencyControlINTEL = 6171 ,
1148
1150
CapabilityFPGAArgumentInterfacesINTEL = 6174 ,
1149
1151
CapabilityGroupUniformArithmeticKHR = 6400 ,
Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ enum class ExecutionMode : unsigned {
196
196
NumSIMDWorkitemsINTEL = 5896,
197
197
SchedulerTargetFmaxMhzINTEL = 5903,
198
198
StreamingInterfaceINTEL = 6154,
199
+ RegisterMapInterfaceINTEL = 6160,
199
200
NamedBarrierCountINTEL = 6417,
200
201
Max = 0x7fffffff,
201
202
};
@@ -1144,6 +1145,7 @@ enum class Capability : unsigned {
1144
1145
AtomicFloat16AddEXT = 6095,
1145
1146
DebugInfoModuleINTEL = 6114,
1146
1147
SplitBarrierINTEL = 6141,
1148
+ FPGAKernelAttributesv2INTEL = 6161,
1147
1149
FPGALatencyControlINTEL = 6171,
1148
1150
FPGAArgumentInterfacesINTEL = 6174,
1149
1151
GroupUniformArithmeticKHR = 6400,
Original file line number Diff line number Diff line change 215
215
"NumSIMDWorkitemsINTEL" : 5896 ,
216
216
"SchedulerTargetFmaxMhzINTEL" : 5903 ,
217
217
"StreamingInterfaceINTEL" : 6154 ,
218
+ "RegisterMapInterfaceINTEL" : 6160 ,
218
219
"NamedBarrierCountINTEL" : 6417
219
220
}
220
221
},
1124
1125
"AtomicFloat16AddEXT" : 6095 ,
1125
1126
"DebugInfoModuleINTEL" : 6114 ,
1126
1127
"SplitBarrierINTEL" : 6141 ,
1128
+ "FPGAKernelAttributesv2INTEL" : 6161 ,
1127
1129
"FPGALatencyControlINTEL" : 6171 ,
1128
1130
"FPGAArgumentInterfacesINTEL" : 6174 ,
1129
1131
"GroupUniformArithmeticKHR" : 6400
Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ spv = {
183
183
NumSIMDWorkitemsINTEL = 5896 ,
184
184
SchedulerTargetFmaxMhzINTEL = 5903 ,
185
185
StreamingInterfaceINTEL = 6154 ,
186
+ RegisterMapInterfaceINTEL = 6160 ,
186
187
NamedBarrierCountINTEL = 6417 ,
187
188
},
188
189
@@ -1106,6 +1107,7 @@ spv = {
1106
1107
AtomicFloat16AddEXT = 6095 ,
1107
1108
DebugInfoModuleINTEL = 6114 ,
1108
1109
SplitBarrierINTEL = 6141 ,
1110
+ FPGAKernelAttributesv2INTEL = 6161 ,
1109
1111
FPGALatencyControlINTEL = 6171 ,
1110
1112
FPGAArgumentInterfacesINTEL = 6174 ,
1111
1113
GroupUniformArithmeticKHR = 6400 ,
Original file line number Diff line number Diff line change 183
183
'NumSIMDWorkitemsINTEL' : 5896 ,
184
184
'SchedulerTargetFmaxMhzINTEL' : 5903 ,
185
185
'StreamingInterfaceINTEL' : 6154 ,
186
+ 'RegisterMapInterfaceINTEL' : 6160 ,
186
187
'NamedBarrierCountINTEL' : 6417 ,
187
188
},
188
189
1106
1107
'AtomicFloat16AddEXT' : 6095 ,
1107
1108
'DebugInfoModuleINTEL' : 6114 ,
1108
1109
'SplitBarrierINTEL' : 6141 ,
1110
+ 'FPGAKernelAttributesv2INTEL' : 6161 ,
1109
1111
'FPGALatencyControlINTEL' : 6171 ,
1110
1112
'FPGAArgumentInterfacesINTEL' : 6174 ,
1111
1113
'GroupUniformArithmeticKHR' : 6400 ,
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ enum ExecutionMode : uint
195
195
NumSIMDWorkitemsINTEL = 5896 ,
196
196
SchedulerTargetFmaxMhzINTEL = 5903 ,
197
197
StreamingInterfaceINTEL = 6154 ,
198
+ RegisterMapInterfaceINTEL = 6160 ,
198
199
NamedBarrierCountINTEL = 6417 ,
199
200
}
200
201
@@ -1151,6 +1152,7 @@ enum Capability : uint
1151
1152
AtomicFloat16AddEXT = 6095 ,
1152
1153
DebugInfoModuleINTEL = 6114 ,
1153
1154
SplitBarrierINTEL = 6141 ,
1155
+ FPGAKernelAttributesv2INTEL = 6161 ,
1154
1156
FPGALatencyControlINTEL = 6171 ,
1155
1157
FPGAArgumentInterfacesINTEL = 6174 ,
1156
1158
GroupUniformArithmeticKHR = 6400 ,
You can’t perform that action at this time.
0 commit comments