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

Workflow to test Triton with runtime dependencies installed with pip #2795

Closed
pbchekin opened this issue Nov 21, 2024 · 0 comments · Fixed by #2806
Closed

Workflow to test Triton with runtime dependencies installed with pip #2795

pbchekin opened this issue Nov 21, 2024 · 0 comments · Fixed by #2806
Assignees

Comments

@pbchekin
Copy link
Contributor

Instead of installing and initializing oneAPI components via standalone installer, the runtime dependencies for Triton can be installed with pip:

pip install intel-sycl-rt
pip install intel-pti
pip install mkl # optional if PyTorch compiled with dynamic MKL

export LD_LIBRARY_PATH=/path/to/the/installed/libs
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 a pull request may close this issue.

1 participant