Files
compute-runtime/shared/source/helpers/windows/cpu_copy_helper.cpp
Jack Myers 856c954324 fix: skip cpu copies for small bar config
Related-To: NEO-15922
Signed-off-by: Jack Myers <jack.myers@intel.com>
2025-10-25 02:33:15 +02:00

17 lines
254 B
C++

/*
* Copyright (C) 2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/helpers/cpu_copy_helper.h"
namespace NEO {
bool isSmallBarConfigPresent(const OSInterface *osIface) {
return false;
}
} // namespace NEO