mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
feature: add built-in copy kernels for 1D_BUFFER images
Resolves: NEO-14782, HSD-18042093957 Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0c3b765942
commit
42efb3d204
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2020-2024 Intel Corporation
|
||||
* Copyright (C) 2020-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -285,11 +285,11 @@ void BuiltinFunctionsLibImpl::initBuiltinImageKernel(ImageBuiltin func) {
|
||||
builtin = NEO::EBuiltInOps::copyImage3dToBufferHeapless;
|
||||
break;
|
||||
case ImageBuiltin::copyImageRegion:
|
||||
builtinName = "CopyImageToImage3d";
|
||||
builtinName = "CopyImage3dToImage3d";
|
||||
builtin = NEO::EBuiltInOps::copyImageToImage3d;
|
||||
break;
|
||||
case ImageBuiltin::copyImageRegionHeapless:
|
||||
builtinName = "CopyImageToImage3d";
|
||||
builtinName = "CopyImage3dToImage3d";
|
||||
builtin = NEO::EBuiltInOps::copyImageToImage3dHeapless;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user