-
Notifications
You must be signed in to change notification settings - Fork 166
Revert "add gen_fake for 4 gemm operators" #1746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This reverts commit ac6142e.
| import triton | ||
| import aiter.ops.triton.utils._triton.arch_info as arch_info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import aiter.ops.triton.utils._triton.arch_info as arch_info | ||
| from aiter.ops.triton.utils.logger import AiterTritonLogger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import triton.language as tl | ||
| import aiter.ops.triton.utils._triton.arch_info as arch_info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| from aiter.ops.triton.quant import _mxfp4_quant_op | ||
| from aiter.ops.triton.utils.logger import AiterTritonLogger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import triton.language as tl | ||
| import aiter.ops.triton.utils._triton.arch_info as arch_info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| from aiter.ops.triton._triton_kernels.gemm_afp4wfp4 import ( | ||
| _gemm_afp4wfp4_kernel, | ||
| _gemm_afp4wfp4_kernel_preshuffle_scales, | ||
| _gemm_afp4wfp4_preshuffle_kernel, | ||
| _gemm_afp4wfp4_reduce_kernel, | ||
| _get_config, | ||
| ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aiter.ops.triton._triton_kernels.gemm_afp4wfp4._gemm_afp4wfp4_kernel_preshuffle_scales imported but unused
| from aiter.ops.triton._triton_kernels.gemm_afp4wfp4 import ( | |
| _gemm_afp4wfp4_kernel, | |
| _gemm_afp4wfp4_kernel_preshuffle_scales, | |
| _gemm_afp4wfp4_preshuffle_kernel, | |
| _gemm_afp4wfp4_reduce_kernel, | |
| _get_config, | |
| ) | |
| from aiter.ops.triton._triton_kernels.gemm_afp4wfp4 import ( | |
| _gemm_afp4wfp4_kernel, | |
| _gemm_afp4wfp4_preshuffle_kernel, | |
| _gemm_afp4wfp4_reduce_kernel, | |
| _get_config, | |
| ) |
| import triton | ||
| import triton.language as tl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import triton.language as tl | ||
| from aiter.ops.triton.utils.logger import AiterTritonLogger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverts #1456