Skip to content

Commit a08fb12

Browse files
pwilmaCompute-Runtime-Automation
authored andcommitted
Revert "Disable host ptr tracking for GEN12LP+"
Related-To: NEO-3661 This reverts commit 8f6a390. Change-Id: Ib17543e2c2c7e47c92bbc010d376dd53c6116b59 Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
1 parent 1dcc059 commit a08fb12

File tree

17 files changed

+17
-57
lines changed

17 files changed

+17
-57
lines changed

runtime/gen11/hw_info_ehl.inl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ const RuntimeCapabilityTable EHL::capabilityTable{
6666
false, // supportsVme
6767
false, // supportCacheFlushAfterWalker
6868
true, // supportsImages
69-
true, // supportsDeviceEnqueue
70-
true // hostPtrTrackingEnabled
69+
true // supportsDeviceEnqueue
7170
};
7271

7372
WorkaroundTable EHL::workaroundTable = {};

runtime/gen11/hw_info_icllp.inl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ const RuntimeCapabilityTable ICLLP::capabilityTable{
6767
true, // supportsVme
6868
false, // supportCacheFlushAfterWalker
6969
true, // supportsImages
70-
true, // supportsDeviceEnqueue
71-
true // hostPtrTrackingEnabled
70+
true // supportsDeviceEnqueue
7271
};
7372

7473
WorkaroundTable ICLLP::workaroundTable = {};

runtime/gen11/hw_info_lkf.inl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ const RuntimeCapabilityTable LKF::capabilityTable{
6666
false, // supportsVme
6767
false, // supportCacheFlushAfterWalker
6868
true, // supportsImages
69-
true, // supportsDeviceEnqueue
70-
true // hostPtrTrackingEnabled
69+
true // supportsDeviceEnqueue
7170
};
7271

7372
WorkaroundTable LKF::workaroundTable = {};

runtime/gen12lp/hw_info_tgllp.inl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ const RuntimeCapabilityTable TGLLP::capabilityTable{
6767
false, // supportsVme
6868
false, // supportCacheFlushAfterWalker
6969
true, // supportsImages
70-
true, // supportsDeviceEnqueue
71-
false // hostPtrTrackingEnabled
70+
true // supportsDeviceEnqueue
7271
};
7372

7473
WorkaroundTable TGLLP::workaroundTable = {};

runtime/gen8/hw_info_bdw.inl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ const RuntimeCapabilityTable BDW::capabilityTable{
7171
false, // supportsVme
7272
false, // supportCacheFlushAfterWalker
7373
true, // supportsImages
74-
true, // supportsDeviceEnqueue
75-
true // hostPtrTrackingEnabled
74+
true // supportsDeviceEnqueue
7675
};
7776

7877
WorkaroundTable BDW::workaroundTable = {};

runtime/gen9/hw_info_bxt.inl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ const RuntimeCapabilityTable BXT::capabilityTable{
6868
true, // supportsVme
6969
false, // supportCacheFlushAfterWalker
7070
true, // supportsImages
71-
false, // supportsDeviceEnqueue
72-
true // hostPtrTrackingEnabled
71+
false // supportsDeviceEnqueue
7372
};
7473

7574
WorkaroundTable BXT::workaroundTable = {};

runtime/gen9/hw_info_cfl.inl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ const RuntimeCapabilityTable CFL::capabilityTable{
6363
true, // supportsVme
6464
false, // supportCacheFlushAfterWalker
6565
true, // supportsImages
66-
true, // supportsDeviceEnqueue
67-
true // hostPtrTrackingEnabled
66+
true // supportsDeviceEnqueue
6867
};
6968

7069
WorkaroundTable CFL::workaroundTable = {};

runtime/gen9/hw_info_glk.inl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ const RuntimeCapabilityTable GLK::capabilityTable{
6363
true, // supportsVme
6464
false, // supportCacheFlushAfterWalker
6565
true, // supportsImages
66-
false, // supportsDeviceEnqueue
67-
true // hostPtrTrackingEnabled
66+
false // supportsDeviceEnqueue
6867
};
6968

7069
WorkaroundTable GLK::workaroundTable = {};

runtime/gen9/hw_info_kbl.inl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ const RuntimeCapabilityTable KBL::capabilityTable{
6363
true, // supportsVme
6464
false, // supportCacheFlushAfterWalker
6565
true, // supportsImages
66-
true, // supportsDeviceEnqueue
67-
true // hostPtrTrackingEnabled
66+
true // supportsDeviceEnqueue
6867
};
6968

7069
WorkaroundTable KBL::workaroundTable = {};

runtime/gen9/hw_info_skl.inl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ const RuntimeCapabilityTable SKL::capabilityTable{
7171
true, // supportsVme
7272
false, // supportCacheFlushAfterWalker
7373
true, // supportsImages
74-
true, // supportsDeviceEnqueue
75-
true // hostPtrTrackingEnabled
74+
true // supportsDeviceEnqueue
7675
};
7776
WorkaroundTable SKL::workaroundTable = {};
7877
FeatureTable SKL::featureTable = {};

0 commit comments

Comments
 (0)