Skip to content

Commit 9c84458

Browse files
Move new fields in struct to group with other uint32_t
Change-Id: I2bf9a37a7147ece654e214b648fcbfaed6898e9e Signed-off-by: Aravind Gopalakrishnan <[email protected]>
1 parent 629efed commit 9c84458

File tree

13 files changed

+39
-39
lines changed

13 files changed

+39
-39
lines changed

opencl/source/gen11/hw_info_ehl.inl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ const RuntimeCapabilityTable EHL::capabilityTable{
5151
1, // extraQuantityThreadsPerEU
5252
64, // slmSize
5353
sizeof(EHL::GRF), // grfSize
54+
36u, // timestampValidBits
55+
32u, // kernelTimestampValidBits
5456
false, // blitterOperationsSupported
5557
false, // ftrSupportsInteger64BitAtomics
5658
false, // ftrSupportsFP64
@@ -76,9 +78,7 @@ const RuntimeCapabilityTable EHL::capabilityTable{
7678
false, // supportsIndependentForwardProgress
7779
true, // hostPtrTrackingEnabled
7880
false, // levelZeroSupported
79-
true, // isIntegratedDevice
80-
36u, // timestampValidBits
81-
32u // kernelTimestampValidBits
81+
true // isIntegratedDevice
8282
};
8383

8484
WorkaroundTable EHL::workaroundTable = {};

opencl/source/gen11/hw_info_icllp.inl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ const RuntimeCapabilityTable ICLLP::capabilityTable{
5252
1, // extraQuantityThreadsPerEU
5353
64, // slmSize
5454
sizeof(ICLLP::GRF), // grfSize
55+
36u, // timestampValidBits
56+
32u, // kernelTimestampValidBits
5557
false, // blitterOperationsSupported
5658
true, // ftrSupportsInteger64BitAtomics
5759
false, // ftrSupportsFP64
@@ -77,9 +79,7 @@ const RuntimeCapabilityTable ICLLP::capabilityTable{
7779
true, // supportsIndependentForwardProgress
7880
true, // hostPtrTrackingEnabled
7981
true, // levelZeroSupported
80-
true, // isIntegratedDevice
81-
36u, // timestampValidBits
82-
32u // kernelTimestampValidBits
82+
true // isIntegratedDevice
8383
};
8484

8585
WorkaroundTable ICLLP::workaroundTable = {};

opencl/source/gen11/hw_info_lkf.inl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ const RuntimeCapabilityTable LKF::capabilityTable{
5151
1, // extraQuantityThreadsPerEU
5252
64, // slmSize
5353
sizeof(LKF::GRF), // grfSize
54+
36u, // timestampValidBits
55+
32u, // kernelTimestampValidBits
5456
false, // blitterOperationsSupported
5557
false, // ftrSupportsInteger64BitAtomics
5658
false, // ftrSupportsFP64
@@ -76,9 +78,7 @@ const RuntimeCapabilityTable LKF::capabilityTable{
7678
false, // supportsIndependentForwardProgress
7779
true, // hostPtrTrackingEnabled
7880
false, // levelZeroSupported
79-
true, // isIntegratedDevice
80-
36u, // timestampValidBits
81-
32u // kernelTimestampValidBits
81+
true // isIntegratedDevice
8282
};
8383

8484
WorkaroundTable LKF::workaroundTable = {};

opencl/source/gen12lp/hw_info_dg1.inl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ const RuntimeCapabilityTable DG1::capabilityTable{
5454
CmdServicesMemTraceVersion::DeviceValues::Dg1, // aubDeviceId
5555
1, // extraQuantityThreadsPerEU
5656
64, // slmSize
57-
sizeof(DG1::GRF), // slmSize
57+
sizeof(DG1::GRF), // grfSize
58+
36u, // timestampValidBits
59+
32u, // kernelTimestampValidBits
5860
false, // blitterOperationsSupported
5961
true, // ftrSupportsInteger64BitAtomics
6062
false, // ftrSupportsFP64
@@ -80,9 +82,7 @@ const RuntimeCapabilityTable DG1::capabilityTable{
8082
false, // supportsIndependentForwardProgress
8183
false, // hostPtrTrackingEnabled
8284
true, // levelZeroSupported
83-
false, // isIntegratedDevice
84-
36u, // timestampValidBits
85-
32u // kernelTimestampValidBits
85+
false // isIntegratedDevice
8686
};
8787

8888
WorkaroundTable DG1::workaroundTable = {};

opencl/source/gen12lp/hw_info_rkl.inl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ const RuntimeCapabilityTable RKL::capabilityTable{
4949
1, // extraQuantityThreadsPerEU
5050
64, // slmSize
5151
sizeof(RKL::GRF), // grfSize
52+
36u, // timestampValidBits
53+
32u, // kernelTimestampValidBits
5254
false, // blitterOperationsSupported
5355
true, // ftrSupportsInteger64BitAtomics
5456
false, // ftrSupportsFP64
@@ -74,9 +76,7 @@ const RuntimeCapabilityTable RKL::capabilityTable{
7476
false, // supportsIndependentForwardProgress
7577
false, // hostPtrTrackingEnabled
7678
false, // levelZeroSupported
77-
true, // isIntegratedDevice
78-
36u, // timestampValidBits
79-
32u // kernelTimestampValidBits
79+
true // isIntegratedDevice
8080
};
8181

8282
WorkaroundTable RKL::workaroundTable = {};

opencl/source/gen12lp/hw_info_tgllp.inl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ const RuntimeCapabilityTable TGLLP::capabilityTable{
5353
1, // extraQuantityThreadsPerEU
5454
64, // slmSize
5555
sizeof(TGLLP::GRF), // grfSize
56+
36u, // timestampValidBits
57+
32u, // kernelTimestampValidBits
5658
false, // blitterOperationsSupported
5759
true, // ftrSupportsInteger64BitAtomics
5860
false, // ftrSupportsFP64
@@ -78,9 +80,7 @@ const RuntimeCapabilityTable TGLLP::capabilityTable{
7880
false, // supportsIndependentForwardProgress
7981
false, // hostPtrTrackingEnabled
8082
true, // levelZeroSupported
81-
true, // isIntegratedDevice
82-
36u, // timestampValidBits
83-
32u // kernelTimestampValidBits
83+
true // isIntegratedDevice
8484
};
8585

8686
WorkaroundTable TGLLP::workaroundTable = {};

opencl/source/gen8/hw_info_bdw.inl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ const RuntimeCapabilityTable BDW::capabilityTable{
5656
0, // extraQuantityThreadsPerEU
5757
64, // slmSize
5858
sizeof(BDW::GRF), // grfSize
59+
36u, // timestampValidBits
60+
32u, // kernelTimestampValidBits
5961
false, // blitterOperationsSupported
6062
true, // ftrSupportsInteger64BitAtomics
6163
true, // ftrSupportsFP64
@@ -81,9 +83,7 @@ const RuntimeCapabilityTable BDW::capabilityTable{
8183
true, // supportsIndependentForwardProgress
8284
true, // hostPtrTrackingEnabled
8385
false, // levelZeroSupported
84-
true, // isIntegratedDevice
85-
36u, // timestampValidBits
86-
32u // kernelTimestampValidBits
86+
true // isIntegratedDevice
8787
};
8888

8989
WorkaroundTable BDW::workaroundTable = {};

opencl/source/gen9/hw_info_bxt.inl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ const RuntimeCapabilityTable BXT::capabilityTable{
5353
0, // extraQuantityThreadsPerEU
5454
64, // slmSize
5555
sizeof(BXT::GRF), // grfSize
56+
36u, // timestampValidBits
57+
32u, // kernelTimestampValidBits
5658
false, // blitterOperationsSupported
5759
false, // ftrSupportsInteger64BitAtomics
5860
true, // ftrSupportsFP64
@@ -78,9 +80,7 @@ const RuntimeCapabilityTable BXT::capabilityTable{
7880
false, // supportsIndependentForwardProgress
7981
true, // hostPtrTrackingEnabled
8082
false, // levelZeroSupported
81-
true, // isIntegratedDevice
82-
36u, // timestampValidBits
83-
32u // kernelTimestampValidBits
83+
true // isIntegratedDevice
8484
};
8585

8686
WorkaroundTable BXT::workaroundTable = {};

opencl/source/gen9/hw_info_cfl.inl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ const RuntimeCapabilityTable CFL::capabilityTable{
4848
0, // extraQuantityThreadsPerEU
4949
64, // slmSize
5050
sizeof(CFL::GRF), // grfSize
51+
36u, // timestampValidBits
52+
32u, // kernelTimestampValidBits
5153
false, // blitterOperationsSupported
5254
true, // ftrSupportsInteger64BitAtomics
5355
true, // ftrSupportsFP64
@@ -73,9 +75,7 @@ const RuntimeCapabilityTable CFL::capabilityTable{
7375
true, // supportsIndependentForwardProgress
7476
true, // hostPtrTrackingEnabled
7577
true, // levelZeroSupported
76-
true, // isIntegratedDevice
77-
36u, // timestampValidBits
78-
32u // kernelTimestampValidBits
78+
true // isIntegratedDevice
7979
};
8080

8181
WorkaroundTable CFL::workaroundTable = {};

opencl/source/gen9/hw_info_glk.inl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ const RuntimeCapabilityTable GLK::capabilityTable{
4848
0, // extraQuantityThreadsPerEU
4949
64, // slmSize
5050
sizeof(GLK::GRF), // grfSize
51+
36u, // timestampValidBits
52+
32u, // kernelTimestampValidBits
5153
false, // blitterOperationsSupported
5254
false, // ftrSupportsInteger64BitAtomics
5355
true, // ftrSupportsFP64
@@ -73,9 +75,7 @@ const RuntimeCapabilityTable GLK::capabilityTable{
7375
false, // supportsIndependentForwardProgress
7476
true, // hostPtrTrackingEnabled
7577
false, // levelZeroSupported
76-
true, // isIntegratedDevice
77-
36u, // timestampValidBits
78-
32u // kernelTimestampValidBits
78+
true // isIntegratedDevice
7979
};
8080

8181
WorkaroundTable GLK::workaroundTable = {};

0 commit comments

Comments
 (0)