File tree Expand file tree Collapse file tree 10 files changed +18
-0
lines changed Expand file tree Collapse file tree 10 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ namespace Spv
192
192
NoGlobalOffsetINTEL = 5895 ,
193
193
NumSIMDWorkitemsINTEL = 5896 ,
194
194
SchedulerTargetFmaxMhzINTEL = 5903 ,
195
+ StreamingInterfaceINTEL = 6154 ,
195
196
NamedBarrierCountINTEL = 6417 ,
196
197
}
197
198
Original file line number Diff line number Diff line change 10707
10707
"capabilities" : [ " FPGAKernelAttributesINTEL" ],
10708
10708
"version" : " None"
10709
10709
},
10710
+ {
10711
+ "enumerant" : " StreamingInterfaceINTEL" ,
10712
+ "value" : 6154 ,
10713
+ "parameters" : [
10714
+ { "kind" : " LiteralInteger" , "name" : " 'StallFreeReturn'" }
10715
+ ],
10716
+ "capabilities" : [ " FPGAKernelAttributesINTEL" ],
10717
+ "version" : " None"
10718
+ },
10710
10719
{
10711
10720
"enumerant" : " NamedBarrierCountINTEL" ,
10712
10721
"value" : 6417 ,
Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ public enum ExecutionMode
191
191
NoGlobalOffsetINTEL = 5895 ,
192
192
NumSIMDWorkitemsINTEL = 5896 ,
193
193
SchedulerTargetFmaxMhzINTEL = 5903 ,
194
+ StreamingInterfaceINTEL = 6154 ,
194
195
NamedBarrierCountINTEL = 6417 ,
195
196
}
196
197
Original file line number Diff line number Diff line change @@ -199,6 +199,7 @@ typedef enum SpvExecutionMode_ {
199
199
SpvExecutionModeNoGlobalOffsetINTEL = 5895 ,
200
200
SpvExecutionModeNumSIMDWorkitemsINTEL = 5896 ,
201
201
SpvExecutionModeSchedulerTargetFmaxMhzINTEL = 5903 ,
202
+ SpvExecutionModeStreamingInterfaceINTEL = 6154 ,
202
203
SpvExecutionModeNamedBarrierCountINTEL = 6417 ,
203
204
SpvExecutionModeMax = 0x7fffffff ,
204
205
} SpvExecutionMode ;
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ enum ExecutionMode {
195
195
ExecutionModeNoGlobalOffsetINTEL = 5895 ,
196
196
ExecutionModeNumSIMDWorkitemsINTEL = 5896 ,
197
197
ExecutionModeSchedulerTargetFmaxMhzINTEL = 5903 ,
198
+ ExecutionModeStreamingInterfaceINTEL = 6154 ,
198
199
ExecutionModeNamedBarrierCountINTEL = 6417 ,
199
200
ExecutionModeMax = 0x7fffffff ,
200
201
};
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ enum class ExecutionMode : unsigned {
195
195
NoGlobalOffsetINTEL = 5895,
196
196
NumSIMDWorkitemsINTEL = 5896,
197
197
SchedulerTargetFmaxMhzINTEL = 5903,
198
+ StreamingInterfaceINTEL = 6154,
198
199
NamedBarrierCountINTEL = 6417,
199
200
Max = 0x7fffffff,
200
201
};
Original file line number Diff line number Diff line change 214
214
"NoGlobalOffsetINTEL" : 5895 ,
215
215
"NumSIMDWorkitemsINTEL" : 5896 ,
216
216
"SchedulerTargetFmaxMhzINTEL" : 5903 ,
217
+ "StreamingInterfaceINTEL" : 6154 ,
217
218
"NamedBarrierCountINTEL" : 6417
218
219
}
219
220
},
Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ spv = {
182
182
NoGlobalOffsetINTEL = 5895 ,
183
183
NumSIMDWorkitemsINTEL = 5896 ,
184
184
SchedulerTargetFmaxMhzINTEL = 5903 ,
185
+ StreamingInterfaceINTEL = 6154 ,
185
186
NamedBarrierCountINTEL = 6417 ,
186
187
},
187
188
Original file line number Diff line number Diff line change 182
182
'NoGlobalOffsetINTEL' : 5895 ,
183
183
'NumSIMDWorkitemsINTEL' : 5896 ,
184
184
'SchedulerTargetFmaxMhzINTEL' : 5903 ,
185
+ 'StreamingInterfaceINTEL' : 6154 ,
185
186
'NamedBarrierCountINTEL' : 6417 ,
186
187
},
187
188
Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ enum ExecutionMode : uint
194
194
NoGlobalOffsetINTEL = 5895 ,
195
195
NumSIMDWorkitemsINTEL = 5896 ,
196
196
SchedulerTargetFmaxMhzINTEL = 5903 ,
197
+ StreamingInterfaceINTEL = 6154 ,
197
198
NamedBarrierCountINTEL = 6417 ,
198
199
}
199
200
You can’t perform that action at this time.
0 commit comments