File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 6363 - uses : julia-actions/julia-runtest@v1
6464 env :
6565 JULIA_NUM_THREADS : ${{ matrix.env.JULIA_NUM_THREADS }}
66+ # cpuKA:
67+ # name: KA CPU Backend
68+ # runs-on: ubuntu-latest
69+ # timeout-minutes: 60
70+ # permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
71+ # actions: write
72+ # contents: read
73+ # strategy:
74+ # fail-fast: true
75+ # steps:
76+ # - uses: actions/checkout@v4
77+ # - uses: julia-actions/setup-julia@v2
78+ # with:
79+ # version: 1
80+ # arch: x64
81+ # - uses: julia-actions/cache@v2
82+ # - uses: julia-actions/julia-buildpkg@v1
83+ # - uses: julia-actions/julia-runtest@v1
84+ # with:
85+ # test_args: '--cpuKA'
6686 docs :
6787 name : Documentation
6888 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ include("partition.jl")
6969include (" looping.jl" )
7070include (" map.jl" )
7171include (" sort.jl" )
72- prefer_threads && include (" reduce.jl" ) # Reduce is very broken when using the KA CPU backend
72+ include (" reduce.jl" )
7373include (" accumulate.jl" )
7474include (" predicates.jl" )
7575include (" binarysearch.jl" )
You can’t perform that action at this time.
0 commit comments