-
Notifications
You must be signed in to change notification settings - Fork 30
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
A step added to build/run examples #722
Conversation
cadf204
to
b8b7d23
Compare
View rendered docs @ https://intelpython.github.io/dpctl/pulls/722/index.html |
f778716
to
629f404
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if it works.
I think overall conda-package workflow looks messy and needs refactoring. But it is separate story.
Adjust triggers to avoid duplicate jobs on push to branches with a PR Activate and stack activate in shell session where examples are built Only activate build_env for building packages, deactivate it before running example Make sure to set OCL_ICD_FILENAMES before running examples
Added $CONDA_PREFIX/include to include dirs in Extensions using MKL
10e4bc2
to
3e1dc2c
Compare
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
conda-packages.yaml
workflow add a step to build and run dpctl/examples on Linux.This PR is to incorporate exercising examples to make sure that they are not broken by future changes.