mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 18:37:46 +08:00
This reverts commit bbb44c7a4d.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
12 lines
316 B
C++
12 lines
316 B
C++
/*
|
|
* Copyright (C) 2020-2024 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/test/common/helpers/kernel_binary_helper.h"
|
|
|
|
const std::string KernelBinaryHelper::BUILT_INS("1535368482363896758");
|
|
const std::string KernelBinaryHelper::BUILT_INS_WITH_IMAGES("9730917519387864121_images");
|