Skip to content

Commit

Permalink
Merge pull request #89 from oneapi-src/fixes_docs_circle
Browse files Browse the repository at this point in the history
Update docs and build linux
  • Loading branch information
hjroblesg authored Apr 4, 2024
2 parents 607dc0d + 75cae56 commit 7f1d3b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/list_components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
permissions:
pull-requests: write
pages: write
contents: write
needs: [windows, linux, linux_aitools, linux_apt, linux_yum_dnf, macos]
defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions scripts/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dpc++)
# shellcheck source=/dev/null
source /opt/intel/oneapi/tbb/"$LATEST_VERSION"/env/vars.sh
cd oneAPI-samples/DirectProgramming/C++SYCL/DenseLinearAlgebra/vector-add
export SYCL_DEVICE_TYPE=CPU
mkdir build && cd build && cmake .. && make cpu-gpu && ./vector-add-buffers
;;
esac

0 comments on commit 7f1d3b6

Please sign in to comment.