Skip to content

Commit 18645a9

Browse files
Add mocks for igc features and workarounds ver 2
Related-To: NEO-4851 Signed-off-by: Dominik Dabek <[email protected]>i
1 parent 4fa5041 commit 18645a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/test/common/mocks/mock_compilers.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ DEFINE_GET_SET(IgcFeaturesAndWorkarounds, 1, FtrIoMmuPageFaulting, bool);
232232
DEFINE_GET_SET(IgcFeaturesAndWorkarounds, 1, FtrWddm2Svm, bool);
233233
DEFINE_GET_SET(IgcFeaturesAndWorkarounds, 1, FtrPooledEuEnabled, bool);
234234
DEFINE_GET_SET(IgcFeaturesAndWorkarounds, 1, FtrResourceStreamer, bool);
235+
DEFINE_GET_SET(IgcFeaturesAndWorkarounds, 2, MaxOCLParamSize, uint32_t);
235236

236237
#undef DEFINE_GET_SET
237238

0 commit comments

Comments
 (0)