File tree Expand file tree Collapse file tree 10 files changed +34
-0
lines changed Expand file tree Collapse file tree 10 files changed +34
-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
@@ -1147,6 +1148,7 @@ namespace Spv
1147
1148
AtomicFloat16AddEXT = 6095 ,
1148
1149
DebugInfoModuleINTEL = 6114 ,
1149
1150
SplitBarrierINTEL = 6141 ,
1151
+ FPGAKernelAttributesv2INTEL = 6161 ,
1150
1152
FPGAArgumentInterfacesINTEL = 6174 ,
1151
1153
GroupUniformArithmeticKHR = 6400 ,
1152
1154
}
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 ,
14893
14902
"extensions" : [ " SPV_INTEL_split_barrier" ],
14894
14903
"version" : " None"
14895
14904
},
14905
+ {
14906
+ "enumerant" : " FPGAKernelAttributesv2INTEL" ,
14907
+ "value" : 6161 ,
14908
+ "capabilities" : [ " FPGAKernelAttributesINTEL" ],
14909
+ "extensions" : [ " SPV_INTEL_kernel_attributes" ],
14910
+ "version" : " None"
14911
+ },
14896
14912
{
14897
14913
"enumerant" : " FPGAArgumentInterfacesINTEL" ,
14898
14914
"value" : 6174 ,
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
@@ -1146,6 +1147,7 @@ public enum Capability
1146
1147
AtomicFloat16AddEXT = 6095 ,
1147
1148
DebugInfoModuleINTEL = 6114 ,
1148
1149
SplitBarrierINTEL = 6141 ,
1150
+ FPGAKernelAttributesv2INTEL = 6161 ,
1149
1151
FPGAArgumentInterfacesINTEL = 6174 ,
1150
1152
GroupUniformArithmeticKHR = 6400 ,
1151
1153
}
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 ;
@@ -1146,6 +1147,7 @@ typedef enum SpvCapability_ {
1146
1147
SpvCapabilityAtomicFloat16AddEXT = 6095 ,
1147
1148
SpvCapabilityDebugInfoModuleINTEL = 6114 ,
1148
1149
SpvCapabilitySplitBarrierINTEL = 6141 ,
1150
+ SpvCapabilityFPGAKernelAttributesv2INTEL = 6161 ,
1149
1151
SpvCapabilityFPGAArgumentInterfacesINTEL = 6174 ,
1150
1152
SpvCapabilityGroupUniformArithmeticKHR = 6400 ,
1151
1153
SpvCapabilityMax = 0x7fffffff ,
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
};
@@ -1142,6 +1143,7 @@ enum Capability {
1142
1143
CapabilityAtomicFloat16AddEXT = 6095 ,
1143
1144
CapabilityDebugInfoModuleINTEL = 6114 ,
1144
1145
CapabilitySplitBarrierINTEL = 6141 ,
1146
+ CapabilityFPGAKernelAttributesv2INTEL = 6161 ,
1145
1147
CapabilityFPGAArgumentInterfacesINTEL = 6174 ,
1146
1148
CapabilityGroupUniformArithmeticKHR = 6400 ,
1147
1149
CapabilityMax = 0x7fffffff ,
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
};
@@ -1142,6 +1143,7 @@ enum class Capability : unsigned {
1142
1143
AtomicFloat16AddEXT = 6095,
1143
1144
DebugInfoModuleINTEL = 6114,
1144
1145
SplitBarrierINTEL = 6141,
1146
+ FPGAKernelAttributesv2INTEL = 6161,
1145
1147
FPGAArgumentInterfacesINTEL = 6174,
1146
1148
GroupUniformArithmeticKHR = 6400,
1147
1149
Max = 0x7fffffff,
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
},
1122
1123
"AtomicFloat16AddEXT" : 6095 ,
1123
1124
"DebugInfoModuleINTEL" : 6114 ,
1124
1125
"SplitBarrierINTEL" : 6141 ,
1126
+ "FPGAKernelAttributesv2INTEL" : 6161 ,
1125
1127
"FPGAArgumentInterfacesINTEL" : 6174 ,
1126
1128
"GroupUniformArithmeticKHR" : 6400
1127
1129
}
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
@@ -1104,6 +1105,7 @@ spv = {
1104
1105
AtomicFloat16AddEXT = 6095 ,
1105
1106
DebugInfoModuleINTEL = 6114 ,
1106
1107
SplitBarrierINTEL = 6141 ,
1108
+ FPGAKernelAttributesv2INTEL = 6161 ,
1107
1109
FPGAArgumentInterfacesINTEL = 6174 ,
1108
1110
GroupUniformArithmeticKHR = 6400 ,
1109
1111
},
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
1104
1105
'AtomicFloat16AddEXT' : 6095 ,
1105
1106
'DebugInfoModuleINTEL' : 6114 ,
1106
1107
'SplitBarrierINTEL' : 6141 ,
1108
+ 'FPGAKernelAttributesv2INTEL' : 6161 ,
1107
1109
'FPGAArgumentInterfacesINTEL' : 6174 ,
1108
1110
'GroupUniformArithmeticKHR' : 6400 ,
1109
1111
},
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
@@ -1149,6 +1150,7 @@ enum Capability : uint
1149
1150
AtomicFloat16AddEXT = 6095 ,
1150
1151
DebugInfoModuleINTEL = 6114 ,
1151
1152
SplitBarrierINTEL = 6141 ,
1153
+ FPGAKernelAttributesv2INTEL = 6161 ,
1152
1154
FPGAArgumentInterfacesINTEL = 6174 ,
1153
1155
GroupUniformArithmeticKHR = 6400 ,
1154
1156
}
You can’t perform that action at this time.
0 commit comments