We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3ae4c commit 71412cfCopy full SHA for 71412cf
.github/workflows/c-cpp.yml
@@ -44,11 +44,11 @@ jobs:
44
steps:
45
- uses: actions/checkout@v2
46
- name: make info
47
- run: make AVX=none OMPFLAGS= FPTYPE=${{ matrix.precision }} -C ${{ matrix.folder }} info
+ run: make OMPFLAGS= FPTYPE=${{ matrix.precision }} -C ${{ matrix.folder }} info
48
- name: make
49
- run: make AVX=none OMPFLAGS= FPTYPE=${{ matrix.precision }} -C ${{ matrix.folder }} cpp
+ run: make OMPFLAGS= FPTYPE=${{ matrix.precision }} -C ${{ matrix.folder }} cppnative
50
- name: make check
51
- run: make AVX=none OMPFLAGS= FPTYPE=${{ matrix.precision }} -C ${{ matrix.folder }} check
+ run: make OMPFLAGS= FPTYPE=${{ matrix.precision }} -C ${{ matrix.folder }} check
52
GPU:
53
runs-on: self-hosted
54
env:
0 commit comments