compute-runtime/shared/source/aub/aub_stream_interface_stub.cpp

15 lines
275 B
C++

/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/aub/aub_center.h"
namespace NEO {
aub_stream::AubManager *createAubManager(const aub_stream::AubManagerOptions &options) {
return nullptr;
}
} // namespace NEO