compute-runtime/unit_tests/windows/os_interface_tests.cpp

14 lines
285 B
C++

/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/os_interface/windows/os_interface.h"
#include "test.h"
TEST(osInterfaceTests, osInterfaceLocalMemoryEnabledByDefault) {
EXPECT_TRUE(OCLRT::OSInterface::osEnableLocalMemory);
}