Closed NavinKumarMNK closed 7 months ago
@llvm/issue-subscribers-mlir
Author: Navin Kumar M (NavinKumarMNK)
Looks like you’re using LLVM 17. Have you tried using a more up-to-date version of LLVM (18 or 19), if that’s possible for you?
Currently triton==2.1.0 has pinned this commit. if this issue is solved in any version. i could try installing from source. Can i know why this happens. and possible solutions. like an overview
for more context, i am adding the same issue that i raised in vllm https://github.com/vllm-project/vllm/issues/3732
Have you reported this to Triton?
not yet. if it will will help you, i can do it
(I did some experiment in vllm
and found out the error is occurring in the Mixture of Experts
kernel used in vlllm
. Just mentioning it might be useful.)
This is not a bug in llvm, it's a bug in Triton.
Your current environment
llvm build commit : c5dede880d175f7229c9b2923f4753e12702305d
build command
Bug
example.py. - i loaded the mixtral-8x7b-instruct fp16 model
Thank you. let me know if i can give anymore details.