File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: Copyright (C) 2025 Advanced Micro Devices, Inc. All rights reserved.
22# SPDX-License-Identifier: Apache-2.0
33
4- # from .axpy.op import AIEAXPY
5- # from .dequant.op import AIEDequant
64from .elementwise_add .op import AIEElementwiseAdd
75from .elementwise_mul .op import AIEElementwiseMul
8-
9- # from .gelu.op import AIEGELU
106from .gemm .op import AIEGEMM
117from .gemv .op import AIEGEMV
12-
13- # from .layer_norm.op import AIELayerNorm
14- # from .leaky_relu.op import AIELeakyReLU
15- # from .mem_copy.op import AIEMemCopy
16- # from .mha.op import AIEMHA
17- # from .relu.op import AIEReLU
188from .rms_norm .op import AIERMSNorm
199from .rope .op import AIERope
20-
21- # from .sigmoid.op import AIESigmoid
2210from .silu .op import AIESiLU
2311from .softmax .op import AIESoftmax
24-
25- # from .swiglu_decode.op import AIESwiGLUDecode
26- # from .swiglu_prefill.op import AIESwiGLUPrefill
27- # from .tanh.op import AIETanh
2812from .transpose .op import AIETranspose
29- from .strided_copy .op import AIEStridedCopy
3013from .repeat .op import AIERepeat
You can’t perform that action at this time.
0 commit comments