mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
performance: Add copy buffer rect middle builtin
Resolves: NEO-12132 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
90354f5e58
commit
bbb44c7a4d
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2020-2023 Intel Corporation
|
||||
* Copyright (C) 2020-2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -7,5 +7,5 @@
|
||||
|
||||
#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");
|
||||
const std::string KernelBinaryHelper::BUILT_INS("15672580764041246108");
|
||||
const std::string KernelBinaryHelper::BUILT_INS_WITH_IMAGES("8269212628108939982_images");
|
||||
|
||||
Reference in New Issue
Block a user