compute-runtime/unit_tests/os_interface/linux/allocator_helper.cpp

15 lines
259 B
C++

/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/os_interface/linux/allocator_helper.h"
namespace OCLRT {
size_t getSizeToMap() {
return static_cast<size_t>(1 * 1024 * 1024u);
}
} // namespace OCLRT