Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL][CI] Add sycl-ls log to Windows E2E testing logs #10152

Merged
merged 6 commits into from
Jul 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update action.yml
  • Loading branch information
dm-vodopyanov authored Jun 30, 2023
commit d5224e184120e47a95809459092f251efac54dbd
1 change: 1 addition & 0 deletions devops/actions/e2e-tests-win/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ runs:
mkdir build-e2e
set PATH=%GITHUB_WORKSPACE%\install\bin;%PATH%
dm-vodopyanov marked this conversation as resolved.
Show resolved Hide resolved
cmake -GNinja -B build-e2e -S.\llvm\sycl\test-e2e -DSYCL_TEST_E2E_TARGETS="${{ inputs.targets }}" -DCMAKE_CXX_COMPILER="clang++" -DLEVEL_ZERO_LIBS_DIR="D:\github\level-zero_win-sdk\lib" -DLLVM_LIT="..\llvm\llvm\utils\lit\lit.py" ${{ inputs.cmake_args }}
sycl-ls --verbose
dm-vodopyanov marked this conversation as resolved.
Show resolved Hide resolved
- name: Run testing
shell: bash
run: |
Expand Down