Skip to content

Commit

Permalink
[onert] Remove ArgMinMax CL extension
Browse files Browse the repository at this point in the history
This commit removes ARMCompute CL extension for ArgMinMax.
ArgMinMax extension is introduced to support int64 output type, but it is supported by ARMCompute now.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh committed Dec 3, 2024
1 parent 8b1af60 commit 609feeb
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1,350 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#ifndef __ARM_COMPUTE_CLFUNCTIONSEX_H__
#define __ARM_COMPUTE_CLFUNCTIONSEX_H__

#include <arm_compute/runtime/CL/functions/CLArgMinMaxLayerEx.h>
#include <arm_compute/runtime/CL/functions/CLBinaryLogicalOp.h>
#include <arm_compute/runtime/CL/functions/CLCastBool.h>
#include <arm_compute/runtime/CL/functions/CLEmbeddingLookup.h>
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions compute/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ const std::map<std::string, std::string> CLKernelLibraryEx::_program_source_map
{
"activation_float_helpers.h",
#include "./cl_kernels/activation_float_helpers.hembed"
},
{
"arg_min_max_ex.cl",
#include "./cl_kernels/arg_min_max_ex.clembed"
},
{
"binary_logical_op.cl",
Expand Down
Loading

0 comments on commit 609feeb

Please sign in to comment.