Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed May 31, 2024
1 parent d1b6d7a commit 29600b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,20 @@ jobs:
- CMakeLists.txt
# - '.github/workflows/**'
- name: Install oneapi
if: needs.check_changes.outputs.src == 'true'
if: steps.changes.outputs.src == 'true'
uses: rscohn2/setup-oneapi@2ad0cf6b74bc2426bdcee825cf88f9db719dd727 # v0.1.0
with:
components: |
icx@2024.1.0
mkl@2024.1.0
- name: Configure/Build for a domain
if: needs.check_changes.outputs.src == 'true'
if: steps.changes.outputs.src == 'true'
run: |
source /opt/intel/oneapi/setvars.sh
cmake -DTARGET_DOMAINS=${{ matrix.domain }} -DENABLE_MKLGPU_BACKEND=off -DCMAKE_VERBOSE_MAKEFILE=on ${{ matrix.build_options }} -B build
cmake --build build ${PARALLEL}
- name: Run tests
if: needs.check_changes.outputs.src == 'true'
if: steps.changes.outputs.src == 'true'
run: |
source /opt/intel/oneapi/setvars.sh
ctest --test-dir build ${{ matrix.test_options }}
1 change: 1 addition & 0 deletions tests/unit_tests/rng/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Do not commit
#===============================================================================
# Copyright 2020-2021 Intel Corporation
#
Expand Down

0 comments on commit 29600b9

Please sign in to comment.