mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Implement cl_intel_device_attribute_query extension
Related-To: NEO-5759 Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
1b513b5ddb
commit
c99b223aed
18
opencl/test/unit_test/mocks/mock_cl_hw_helper.h
Normal file
18
opencl/test/unit_test/mocks/mock_cl_hw_helper.h
Normal file
@ -0,0 +1,18 @@
|
||||
/*
|
||||
* Copyright (C) 2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "opencl/source/helpers/cl_hw_helper.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
struct ClHwHelperMock : public ClHwHelper {
|
||||
using ClHwHelper::makeDeviceIpVersion;
|
||||
using ClHwHelper::makeDeviceRevision;
|
||||
};
|
||||
|
||||
} // namespace NEO
|
Reference in New Issue
Block a user