Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
58da4ee0
Unverified
Commit
58da4ee0
authored
Apr 17, 2026
by
Ryan Rock
Committed by
GitHub
Apr 17, 2026
Browse files
[AMD][CI] Update DeepEP branch (#38396)
Signed-off-by:
Ryan Rock
<
ryan.rock@amd.com
>
parent
1ae11e2b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
.buildkite/test-amd.yaml
.buildkite/test-amd.yaml
+1
-1
docker/Dockerfile.rocm
docker/Dockerfile.rocm
+7
-8
No files found.
.buildkite/test-amd.yaml
View file @
58da4ee0
...
...
@@ -2613,6 +2613,7 @@ steps:
-
vllm/platforms/rocm.py
commands
:
-
export TORCH_NCCL_BLOCKING_WAIT=1
-
VLLM_LOGGING_LEVEL=DEBUG python3 examples/offline_inference/data_parallel.py --model=Qwen/Qwen1.5-MoE-A2.7B -tp=1 -dp=2 --max-model-len=2048 --all2all-backend=deepep_high_throughput
-
pytest -v -s tests/v1/distributed/test_dbo.py
...
...
@@ -3601,7 +3602,6 @@ steps:
commands
:
-
export TORCH_NCCL_BLOCKING_WAIT=1
-
pytest -v -s tests/distributed/test_context_parallel.py
-
VLLM_LOGGING_LEVEL=DEBUG python3 examples/offline_inference/data_parallel.py --model=Qwen/Qwen1.5-MoE-A2.7B -tp=1 -dp=2 --max-model-len=2048 --all2all-backend=deepep_high_throughput
-
pytest -v -s tests/v1/distributed/test_dbo.py
...
...
docker/Dockerfile.rocm
View file @
58da4ee0
...
...
@@ -192,9 +192,10 @@ RUN cd /opt/rixl && mkdir -p /app/install && \
FROM base AS build_deep
ARG ROCSHMEM_BRANCH="ba0bf0f3"
ARG ROCSHMEM_REPO="https://github.com/ROCm/rocm-systems.git"
ARG DEEPEP_BRANCH="
e84464ec
"
ARG DEEPEP_BRANCH="
5d90af8b
"
ARG DEEPEP_REPO="https://github.com/ROCm/DeepEP.git"
ARG DEEPEP_NIC="cx7"
ARG DEEPEP_ROCM_ARCH="gfx942;gfx950"
ENV ROCSHMEM_DIR=/opt/rocshmem
RUN git clone ${ROCSHMEM_REPO} \
...
...
@@ -202,13 +203,11 @@ RUN git clone ${ROCSHMEM_REPO} \
&& git checkout ${ROCSHMEM_BRANCH} \
&& mkdir -p projects/rocshmem/build \
&& cd projects/rocshmem/build \
&&
cmake ..
\
&&
bash ../scripts/build_configs/all_backends
\
-DCMAKE_INSTALL_PREFIX="${ROCSHMEM_DIR}" \
-DROCM_PATH=/opt/rocm \
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
-DUSE_EXTERNAL_MPI=OFF \
&& make -j \
&& make install
-DGPU_TARGETS="${DEEPEP_ROCM_ARCH}" \
-DUSE_EXTERNAL_MPI=OFF
# Build DeepEP wheel.
# DeepEP looks for rocshmem at ROCSHMEM_DIR.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment