Skip to content

Commit b8815ab

Browse files
committed
fixup imports
1 parent b9cbcba commit b8815ab

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

iron/operators/__init__.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,13 @@
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
64
from .elementwise_add.op import AIEElementwiseAdd
75
from .elementwise_mul.op import AIEElementwiseMul
8-
9-
# from .gelu.op import AIEGELU
106
from .gemm.op import AIEGEMM
117
from .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
188
from .rms_norm.op import AIERMSNorm
199
from .rope.op import AIERope
20-
21-
# from .sigmoid.op import AIESigmoid
2210
from .silu.op import AIESiLU
2311
from .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
2812
from .transpose.op import AIETranspose
29-
from .strided_copy.op import AIEStridedCopy
3013
from .repeat.op import AIERepeat

0 commit comments

Comments
 (0)