We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc50ed commit bd16c7fCopy full SHA for bd16c7f
.github/workflows/soa-benchmark-vtune.yml
@@ -12,13 +12,10 @@ jobs:
12
container: registry.cern.ch/ngt-wp1.7/wp1.7-soa-benchmark:latest
13
steps:
14
- uses: actions/checkout@v4
15
- - name: build and compile
16
- run: |
17
- cmake -B ${{github.workspace}}-vtune
18
- cmake --build ${{github.workspace}}-vtune
19
- name: run benchmarks
20
run: |
21
env
+ find vtune
22
source /opt/intel/oneapi/vtune/setvars.sh
23
24
vtune --help
0 commit comments