Skip to content

Commit 7d0f23b

Browse files
Enable OpenCL 3.0 by default on all devices
Change-Id: Ic5e46177c957896c499b7aa6727af48105b664ac Signed-off-by: Filip Hazubski <[email protected]>
1 parent 595f374 commit 7d0f23b

35 files changed

+1195
-1385
lines changed

opencl/source/gen11/hw_info_ehl.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const RuntimeCapabilityTable EHL::capabilityTable{
4646
PreemptionMode::MidThread, // defaultPreemptionMode
4747
aub_stream::ENGINE_RCS, // defaultEngineType
4848
0, // maxRenderFrequency
49-
12, // clVersionSupport
49+
30, // clVersionSupport
5050
CmdServicesMemTraceVersion::DeviceValues::Ehl, // aubDeviceId
5151
1, // extraQuantityThreadsPerEU
5252
64, // slmSize

opencl/source/gen11/hw_info_icllp.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const RuntimeCapabilityTable ICLLP::capabilityTable{
4747
PreemptionMode::MidThread, // defaultPreemptionMode
4848
aub_stream::ENGINE_RCS, // defaultEngineType
4949
0, // maxRenderFrequency
50-
21, // clVersionSupport
50+
30, // clVersionSupport
5151
CmdServicesMemTraceVersion::DeviceValues::Icllp, // aubDeviceId
5252
1, // extraQuantityThreadsPerEU
5353
64, // slmSize

opencl/source/gen11/hw_info_lkf.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const RuntimeCapabilityTable LKF::capabilityTable{
4646
PreemptionMode::MidThread, // defaultPreemptionMode
4747
aub_stream::ENGINE_RCS, // defaultEngineType
4848
0, // maxRenderFrequency
49-
12, // clVersionSupport
49+
30, // clVersionSupport
5050
CmdServicesMemTraceVersion::DeviceValues::Lkf, // aubDeviceId
5151
1, // extraQuantityThreadsPerEU
5252
64, // slmSize

opencl/source/gen8/hw_info_bdw.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const RuntimeCapabilityTable BDW::capabilityTable{
5151
PreemptionMode::Disabled, // defaultPreemptionMode
5252
aub_stream::ENGINE_RCS, // defaultEngineType
5353
0, // maxRenderFrequency
54-
21, // clVersionSupport
54+
30, // clVersionSupport
5555
CmdServicesMemTraceVersion::DeviceValues::Bdw, // aubDeviceId
5656
0, // extraQuantityThreadsPerEU
5757
64, // slmSize

opencl/source/gen9/hw_info_bxt.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const RuntimeCapabilityTable BXT::capabilityTable{
4848
PreemptionMode::MidThread, // defaultPreemptionMode
4949
aub_stream::ENGINE_RCS, // defaultEngineType
5050
0, // maxRenderFrequency
51-
12, // clVersionSupport
51+
30, // clVersionSupport
5252
CmdServicesMemTraceVersion::DeviceValues::Bxt, // aubDeviceId
5353
0, // extraQuantityThreadsPerEU
5454
64, // slmSize

opencl/source/gen9/hw_info_cfl.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const RuntimeCapabilityTable CFL::capabilityTable{
4343
PreemptionMode::MidThread, // defaultPreemptionMode
4444
aub_stream::ENGINE_RCS, // defaultEngineType
4545
0, // maxRenderFrequency
46-
21, // clVersionSupport
46+
30, // clVersionSupport
4747
CmdServicesMemTraceVersion::DeviceValues::Cfl, // aubDeviceId
4848
0, // extraQuantityThreadsPerEU
4949
64, // slmSize

opencl/source/gen9/hw_info_glk.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const RuntimeCapabilityTable GLK::capabilityTable{
4343
PreemptionMode::MidThread, // defaultPreemptionMode
4444
aub_stream::ENGINE_RCS, // defaultEngineType
4545
0, // maxRenderFrequency
46-
12, // clVersionSupport
46+
30, // clVersionSupport
4747
CmdServicesMemTraceVersion::DeviceValues::Glk, // aubDeviceId
4848
0, // extraQuantityThreadsPerEU
4949
64, // slmSize

opencl/source/gen9/hw_info_kbl.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const RuntimeCapabilityTable KBL::capabilityTable{
4343
PreemptionMode::MidThread, // defaultPreemptionMode
4444
aub_stream::ENGINE_RCS, // defaultEngineType
4545
0, // maxRenderFrequency
46-
21, // clVersionSupport
46+
30, // clVersionSupport
4747
CmdServicesMemTraceVersion::DeviceValues::Kbl, // aubDeviceId
4848
0, // extraQuantityThreadsPerEU
4949
64, // slmSize

opencl/source/gen9/hw_info_skl.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const RuntimeCapabilityTable SKL::capabilityTable{
5151
PreemptionMode::MidThread, // defaultPreemptionMode
5252
aub_stream::ENGINE_RCS, // defaultEngineType
5353
0, // maxRenderFrequency
54-
21, // clVersionSupport
54+
30, // clVersionSupport
5555
CmdServicesMemTraceVersion::DeviceValues::Skl, // aubDeviceId
5656
0, // extraQuantityThreadsPerEU
5757
64, // slmSize

0 commit comments

Comments
 (0)