Files
compute-runtime/shared/test/common/helpers/kernel_binary_helper_hash_value.cpp
Mateusz Jablonski 7187769744 Move kernel binary helpers to shared
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2021-10-06 13:41:34 +02:00

12 lines
317 B
C++

/*
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/test/common/helpers/kernel_binary_helper.h"
const std::string KernelBinaryHelper::BUILT_INS("7836643072362489210");
const std::string KernelBinaryHelper::BUILT_INS_WITH_IMAGES("10613492505254921609_images");