This repository was archived by the owner on Aug 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 group :
16- - All
16+ - Core
17+ - InterfaceI
1718 version :
1819 - ' 1' # Latest Release
1920 - ' ~1.6' # Current LTS
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function activate_gpu_env()
1111 Pkg. instantiate ()
1212end
1313
14- if GROUP == " All"
14+ if GROUP == " Core " || GROUP == " All"
1515 @time @safetestset " Exact coloring via contraction" begin include (" test_contraction.jl" ) end
1616 @time @safetestset " Greedy distance-1 coloring" begin include (" test_greedy_d1.jl" ) end
1717 @time @safetestset " Greedy star coloring" begin include (" test_greedy_star.jl" ) end
@@ -25,6 +25,11 @@ if GROUP == "All"
2525 @time @safetestset " AD using colorvec vector" begin include (" test_ad.jl" ) end
2626end
2727
28+ if GROUP == " InterfaceI" || GROUP == " All"
29+ @time @safetestset " Jac Vecs and Hes Vecs" begin include (" test_jaches_products.jl" ) end
30+ @time @safetestset " Vec Jac Products" begin include (" test_vecjac_products.jl" ) end
31+ end
32+
2833if GROUP == " GPU"
2934 activate_gpu_env ()
3035 @time @safetestset " GPU AD" begin include (" test_gpu_ad.jl" ) end
You can’t perform that action at this time.
0 commit comments