Skip to content

Commit 75cae56

Browse files
committed
Update docs and build linux
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent 607dc0d commit 75cae56

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/list_components.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ jobs:
152152
permissions:
153153
pull-requests: write
154154
pages: write
155+
contents: write
155156
needs: [windows, linux, linux_aitools, linux_apt, linux_yum_dnf, macos]
156157
defaults:
157158
run:

scripts/build_linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dpc++)
2929
# shellcheck source=/dev/null
3030
source /opt/intel/oneapi/tbb/"$LATEST_VERSION"/env/vars.sh
3131
cd oneAPI-samples/DirectProgramming/C++SYCL/DenseLinearAlgebra/vector-add
32+
export SYCL_DEVICE_TYPE=CPU
3233
mkdir build && cd build && cmake .. && make cpu-gpu && ./vector-add-buffers
3334
;;
3435
esac

0 commit comments

Comments
 (0)