-
Notifications
You must be signed in to change notification settings - Fork 236
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
MIOpen(HIP): Error [EvaluateInvokers] /MIOpen/src/hipoc/hipoc_kernel.cpp:106: Failed to launch kernel: invalid configuration argument #3483
Labels
Comments
|
|
Hi @Looong01. Internal ticket has been created to investigate your issue. Thanks! |
Hi @Looong01 , thank you for posting the issue. Can you please provide more info as following?
Thanks. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am running VLLM on my 7900XTX(gfx1100). I use
vllm serve ./qwen2-vl-instruct-pytorch-7b --dtype auto --port 8000 --limit_mm_per_prompt image=4 --max_model_len 8784 --gpu_memory_utilization 0.9
But then it shows errors:
After I turn on
export MIOPEN_ENABLE_LOGGING=1
andexport MIOPEN_ENABLE_LOGGING_CMD=1
, it shows:And it always shows
MIOpen(HIP): miopenStatus_t miopen::CallGemm(const Handle &, GemmDescriptor, ConstData_t, std::size_t, ConstData_t, std::size_t, Data_t, std::size_t, GemmBackend_t){ MIOpen(HIP): "rocBLAS" = rocBLAS MIOpen(HIP): }
without stopping. And the GPU utils is steadly at 95%.The text was updated successfully, but these errors were encountered: