mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
Resolves: NEO-14782, HSD-18042093957 Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
12 lines
317 B
C++
12 lines
317 B
C++
/*
|
|
* Copyright (C) 2020-2025 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/test/common/helpers/kernel_binary_helper.h"
|
|
|
|
const std::string KernelBinaryHelper::BUILT_INS("15672580764041246108");
|
|
const std::string KernelBinaryHelper::BUILT_INS_WITH_IMAGES("2205520382307710565_images");
|