compute-runtime/opencl/test/unit_test/mocks/mock_cl_execution_environme...

16 lines
387 B
C
Raw Normal View History

/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "opencl/source/execution_environment/cl_execution_environment.h"
namespace NEO {
class MockClExecutionEnvironment : public ClExecutionEnvironment {
public:
using ClExecutionEnvironment::asyncEventsHandler;
using ClExecutionEnvironment::ClExecutionEnvironment;
};
} // namespace NEO