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
@@ -1152,6 +1153,7 @@ namespace Spv
1152
1153
AtomicFloat16AddEXT = 6095 ,
1153
1154
DebugInfoModuleINTEL = 6114 ,
1154
1155
SplitBarrierINTEL = 6141 ,
1156
+ FPGAKernelAttributesv2INTEL = 6161 ,
1155
1157
FPGAArgumentInterfacesINTEL = 6174 ,
1156
1158
GroupUniformArithmeticKHR = 6400 ,
1157
1159
}
Original file line number Diff line number Diff line change 10776
10776
"capabilities" : [ " FPGAKernelAttributesINTEL" ],
10777
10777
"version" : " None"
10778
10778
},
10779
+ {
10780
+ "enumerant" : " RegisterMapInterfaceINTEL" ,
10781
+ "value" : 6160 ,
10782
+ "parameters" : [
10783
+ { "kind" : " LiteralInteger" , "name" : " 'WaitForDoneWrite'" }
10784
+ ],
10785
+ "capabilities" : [ " FPGAKernelAttributesv2INTEL" ],
10786
+ "version" : " None"
10787
+ },
10779
10788
{
10780
10789
"enumerant" : " NamedBarrierCountINTEL" ,
10781
10790
"value" : 6417 ,
14984
14993
"extensions" : [ " SPV_INTEL_split_barrier" ],
14985
14994
"version" : " None"
14986
14995
},
14996
+ {
14997
+ "enumerant" : " FPGAKernelAttributesv2INTEL" ,
14998
+ "value" : 6161 ,
14999
+ "capabilities" : [ " FPGAKernelAttributesINTEL" ],
15000
+ "extensions" : [ " SPV_INTEL_kernel_attributes" ],
15001
+ "version" : " None"
15002
+ },
14987
15003
{
14988
15004
"enumerant" : " FPGAArgumentInterfacesINTEL" ,
14989
15005
"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
@@ -1151,6 +1152,7 @@ public enum Capability
1151
1152
AtomicFloat16AddEXT = 6095 ,
1152
1153
DebugInfoModuleINTEL = 6114 ,
1153
1154
SplitBarrierINTEL = 6141 ,
1155
+ FPGAKernelAttributesv2INTEL = 6161 ,
1154
1156
FPGAArgumentInterfacesINTEL = 6174 ,
1155
1157
GroupUniformArithmeticKHR = 6400 ,
1156
1158
}
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 ;
@@ -1151,6 +1152,7 @@ typedef enum SpvCapability_ {
1151
1152
SpvCapabilityAtomicFloat16AddEXT = 6095 ,
1152
1153
SpvCapabilityDebugInfoModuleINTEL = 6114 ,
1153
1154
SpvCapabilitySplitBarrierINTEL = 6141 ,
1155
+ SpvCapabilityFPGAKernelAttributesv2INTEL = 6161 ,
1154
1156
SpvCapabilityFPGAArgumentInterfacesINTEL = 6174 ,
1155
1157
SpvCapabilityGroupUniformArithmeticKHR = 6400 ,
1156
1158
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
};
@@ -1147,6 +1148,7 @@ enum Capability {
1147
1148
CapabilityAtomicFloat16AddEXT = 6095 ,
1148
1149
CapabilityDebugInfoModuleINTEL = 6114 ,
1149
1150
CapabilitySplitBarrierINTEL = 6141 ,
1151
+ CapabilityFPGAKernelAttributesv2INTEL = 6161 ,
1150
1152
CapabilityFPGAArgumentInterfacesINTEL = 6174 ,
1151
1153
CapabilityGroupUniformArithmeticKHR = 6400 ,
1152
1154
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
};
@@ -1147,6 +1148,7 @@ enum class Capability : unsigned {
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
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
},
1127
1128
"AtomicFloat16AddEXT" : 6095 ,
1128
1129
"DebugInfoModuleINTEL" : 6114 ,
1129
1130
"SplitBarrierINTEL" : 6141 ,
1131
+ "FPGAKernelAttributesv2INTEL" : 6161 ,
1130
1132
"FPGAArgumentInterfacesINTEL" : 6174 ,
1131
1133
"GroupUniformArithmeticKHR" : 6400
1132
1134
}
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
@@ -1109,6 +1110,7 @@ spv = {
1109
1110
AtomicFloat16AddEXT = 6095 ,
1110
1111
DebugInfoModuleINTEL = 6114 ,
1111
1112
SplitBarrierINTEL = 6141 ,
1113
+ FPGAKernelAttributesv2INTEL = 6161 ,
1112
1114
FPGAArgumentInterfacesINTEL = 6174 ,
1113
1115
GroupUniformArithmeticKHR = 6400 ,
1114
1116
},
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
1109
1110
'AtomicFloat16AddEXT' : 6095 ,
1110
1111
'DebugInfoModuleINTEL' : 6114 ,
1111
1112
'SplitBarrierINTEL' : 6141 ,
1113
+ 'FPGAKernelAttributesv2INTEL' : 6161 ,
1112
1114
'FPGAArgumentInterfacesINTEL' : 6174 ,
1113
1115
'GroupUniformArithmeticKHR' : 6400 ,
1114
1116
},
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
@@ -1154,6 +1155,7 @@ enum Capability : uint
1154
1155
AtomicFloat16AddEXT = 6095 ,
1155
1156
DebugInfoModuleINTEL = 6114 ,
1156
1157
SplitBarrierINTEL = 6141 ,
1158
+ FPGAKernelAttributesv2INTEL = 6161 ,
1157
1159
FPGAArgumentInterfacesINTEL = 6174 ,
1158
1160
GroupUniformArithmeticKHR = 6400 ,
1159
1161
}
You can’t perform that action at this time.
0 commit comments