Files
compute-runtime/shared/test/common/helpers/kernel_binary_helper_hash_value.cpp
Damian Tomczak 4eb37124cb refactor: unify stateless and not stateless builtins kernels
Related-to: NEO-16156

Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
2025-11-18 13:20:49 +01:00

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("9138976784737507795");
const std::string KernelBinaryHelper::BUILT_INS_WITH_IMAGES("15961210520135641457_images");