[CI/Build] Skip spec decode tests using Triton backend #27888
+48
−22
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
More details in #27619.
EAGLE speculative decoding is failing on AMD GPUs with a
HSA_STATUS_ERROR_MEMORY_APERTURE_VIOLATIONerror. The error occurs immediately when processing prompts starts, after successful CUDA graph capturing.It can be reproduced with spec decode + EAGLE + Triton Attention Backend(default for AMD), example:
Error Details
(using a different backend could work: eg.
ROCM_AITER_FA,ROCM_AITER_UNIFIED_ATTN, butTritonAttentionBackendis the default attention backend for AMD: gist:fb8bbb2cbde391905d86908ca4a46c02)Test Plan
CI: https://buildkite.com/vllm/amd-ci/builds/814