mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 18:37:46 +08:00
L0 and Ocl Metric Api sub device support
Signed-off-by: Piotr Maciejewski <piotr.maciejewski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6a81edfbe1
commit
aa05b5adb4
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2020 Intel Corporation
|
||||
* Copyright (C) 2017-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -98,6 +98,9 @@ bool PerformanceCounters::openMetricsLibrary() {
|
||||
if (result) {
|
||||
result = metricsLibrary->contextCreate(
|
||||
clientType,
|
||||
subDevice,
|
||||
subDeviceIndex,
|
||||
subDeviceCount,
|
||||
clientData,
|
||||
contextData,
|
||||
context);
|
||||
|
||||
Reference in New Issue
Block a user