Skip to content

Fix for pycuda in nvidia-impl #420

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

Merged
merged 1 commit into from
May 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions script/app-mlperf-inference-nvidia/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@ variations:
pycuda:
version_min: "2024.1"
version: ""
nvidia-inference-server:
version: r5.0
tags: _mlcommons
v4.1:
group: version
env:
Expand Down
15 changes: 12 additions & 3 deletions script/build-mlperf-inference-server-nvidia/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,9 @@ deps:
- tags: get,generic-python-lib,_pycuda
names:
- pycuda
version: "2022.2.2"
skip_if_env:
MLC_RUN_STATE_DOCKER:
- 'yes'
- True
- 'True'

# Detect opencv-python
- tags: get,generic-python-lib,_opencv-python
Expand Down Expand Up @@ -233,6 +230,9 @@ versions:
r2.1: {}
r3.0: {}
r3.1:
add_deps_recursive:
pycuda:
version: "2022.2.2"
deps:
- tags: install,pytorch,from.src,_for-nvidia-mlperf-inference-v3.1
names:
Expand All @@ -247,6 +247,9 @@ versions:
r4.0:
default_env:
BUILD_TRTLLM: 1
add_deps_recursive:
pycuda:
version: "2022.2.2"
deps:
- tags: get,generic,sys-util,_nlohmann-json3-dev
- tags: get,generic,sys-util,_git-lfs
Expand Down Expand Up @@ -292,6 +295,9 @@ versions:
r4.1-dev:
default_env:
BUILD_TRTLLM: 1
add_deps_recursive:
pycuda:
version: "2022.2.2"
deps:
- tags: get,generic,sys-util,_nlohmann-json3-dev
- tags: get,generic,sys-util,_git-lfs
Expand Down Expand Up @@ -337,6 +343,9 @@ versions:
r4.1:
default_env:
BUILD_TRTLLM: 1
add_deps_recursive:
pycuda:
version: "2022.2.2"

r5.0:
add_deps_recursive:
Expand Down
Loading