compute-runtime/runtime/execution_environment/execution_environment_initi...

15 lines
260 B
C++

/*
* Copyright (C) 2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/execution_environment/execution_environment.h"
namespace NEO {
void ExecutionEnvironment::initializeSpecialCommandStreamReceiver() {
}
} // namespace NEO