File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
opencl/test/unit_test/sku_info
shared/source/sku_info/operations Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2018-2020 Intel Corporation
2+ * Copyright (C) 2018-2021 Intel Corporation
33 *
44 * SPDX-License-Identifier: MIT
55 *
@@ -43,6 +43,7 @@ struct SkuInfoBaseReference {
4343 refFtrTable.FtrMemTypeMocsDeferPAT = 1 ;
4444 refFtrTable.FtrLocalMemory = 1 ;
4545 refFtrTable.FtrLocalMemoryAllows4KB = 1 ;
46+ refFtrTable.FtrSVM = 1 ;
4647 }
4748
4849 static void fillReferenceWaForTransfer (_WA_TABLE &refWaTable) {
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2018-2020 Intel Corporation
2+ * Copyright (C) 2018-2021 Intel Corporation
33 *
44 * SPDX-License-Identifier: MIT
55 *
@@ -46,6 +46,7 @@ class SkuInfoTransfer {
4646 TRANSFER_FTR_TO_GMM (MemTypeMocsDeferPAT);
4747 TRANSFER_FTR_TO_GMM (LocalMemory);
4848 TRANSFER_FTR_TO_GMM (LocalMemoryAllows4KB);
49+ TRANSFER_FTR_TO_GMM (SVM);
4950
5051#undef TRANSFER_FTR_TO_GMM
5152 }
You can’t perform that action at this time.
0 commit comments