We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ccb88 commit 03c871aCopy full SHA for 03c871a
.github/workflows/generate_coverage.yaml
@@ -108,11 +108,15 @@ jobs:
108
run: cat example/test.cpp
109
110
- name: Build test file
111
- run: icpx -fsycl test.cpp -DMKL_ILP64 -qmkl-ilp64=parallel -qtbb -o test.x
+ run: |
112
+ [ -f /opt/intel/oneapi/setvars.sh ] && source /opt/intel/oneapi/setvars.sh
113
+ icpx -fsycl test.cpp -DMKL_ILP64 -qmkl-ilp64=parallel -qtbb -o test.x
114
working-directory: example
115
116
- name: Run test file
- run: ./test.x
117
118
119
+ ./test.x
120
121
122
new-release:
0 commit comments