compute-runtime/unit_tests/program/evaluate_unhandled_token_ul...

17 lines
254 B
C++

/*
* Copyright (C) 2017-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/program/program.h"
namespace NEO {
bool Program::isSafeToSkipUnhandledToken(unsigned int token) const {
return true;
}
} // namespace NEO