2018-10-31 01:29:32 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2018 Intel Corporation
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "third_party/aub_stream/headers/aub_manager.h"
|
|
|
|
|
|
|
|
namespace AubDump {
|
|
|
|
|
2018-11-26 06:58:12 +08:00
|
|
|
AubManager *AubManager::create(uint32_t gfxFamily, uint32_t devicesCount, size_t memoryBankSizeInGB, bool localMemorySupported, uint32_t deviceId, const std::string &aubFileName) {
|
2018-10-31 01:29:32 +08:00
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
|
|
|
|
} // namespace AubDump
|