File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -120,3 +120,25 @@ jobs:
120120 echo "---Run build_log test" && ./build_log
121121 echo "---Run parallel_for_range_roundup test" && ./parallel_for_range_roundup
122122 echo "---Run fill_any_size test" && ./fill_any_size
123+
124+ # Run sycl benchmarks
125+ - name : Install pip dependencies
126+ run : |
127+ echo "BENCH_SCRIPT_DIR=${{ github.workspace }}/sycl_repo/devops/scripts/benchmarks" >> $GITHUB_ENV
128+ python -m venv .venv
129+ source .venv/bin/activate
130+ pip install -r ${BENCH_SCRIPTS_DIR}/requirements.txt
131+
132+ - name : Run sycl benchmarks
133+ run : >
134+ source .venv/bin/activate &&
135+ taskset -c "4-27"
136+ python ${BENCH_SCRIPTS_DIR}/main.py
137+ ${{github.workspace}}/llvm_bench_workdir
138+ --sycl ${{github.workspace}}/llvm
139+ --ur ${{github.workspace}}/llvm
140+ --umf ${{github.workspace}}/llvm
141+ --adapter level_zero
142+ --exit-on-failure
143+ --compute-runtime
144+ --build-igc
You can’t perform that action at this time.
0 commit comments