Skip to content
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

[TKW] CI: Install GPU deps in separate step #377

Closed
wants to merge 1 commit into from

Conversation

Hardcode84
Copy link
Contributor

No description provided.

@Hardcode84 Hardcode84 marked this pull request as ready for review January 10, 2025 16:07
@@ -63,24 +63,26 @@ jobs:
run: |
pytest -n 4 --capture=tee-sys -vv ./tests/kernel/wave/

- name: Test TKW runtime related stack on amdgpu
- name: Install GPU deps
if: "contains(matrix.os, 'amdgpu') && !cancelled()"
run: |
pip install --no-compile -r pytorch-rocm-requirements.txt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably be working within a venv, especially on persistent self-hosted runners 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we already do, but yeah, I can look into it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sample PR: nod-ai/shark-ai#640

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW, as an potential alternative I was using setup-miniconda action in the past https://github.com/numba/numba-mlir/blob/main/.github/workflows/build.yml#L52 and was quite happy with it

@Hardcode84 Hardcode84 closed this Jan 14, 2025
@Hardcode84 Hardcode84 deleted the ci-refac branch January 14, 2025 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants