Skip to content

Commit 8b896bf

Browse files
Correct supportsPipes value
Related-To: NEO-4368 Change-Id: I675664b80b776a583fe237a7efec20d5f428941e Signed-off-by: Filip Hazubski <[email protected]>
1 parent c60e4af commit 8b896bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencl/source/gen12lp/hw_info_tgllp.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const RuntimeCapabilityTable TGLLP::capabilityTable{
7272
false, // supportCacheFlushAfterWalker
7373
true, // supportsImages
7474
true, // supportsDeviceEnqueue
75-
false, // supportsPipes
75+
true, // supportsPipes
7676
true, // supportsOcl21Features
7777
false, // hostPtrTrackingEnabled
7878
true // levelZeroSupported

0 commit comments

Comments
 (0)