Skip to content

Commit db7a10f

Browse files
FtrSVM transfer support
Signed-off-by: Bartosz Dunajski <[email protected]>
1 parent 083f8ae commit db7a10f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

opencl/test/unit_test/sku_info/sku_info_base_reference.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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) {

shared/source/sku_info/operations/sku_info_transfer.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
}

0 commit comments

Comments
 (0)