Fix small CI failures

1) Only access UCI option if defined
2) disable -Werror for now.
3) disable a few target that don't have _mm_malloc.
4) Add profile-learn target, with small speedup.
5) just test on Linux + gcc (skip macOS, unclear openblas, skip linux+clang, unclear omp/std::filesystem).
This commit is contained in:
Joost VandeVondele
2020-09-07 20:14:21 +02:00
committed by nodchip
parent e638d66bbe
commit 6e8f82ad76
4 changed files with 37 additions and 30 deletions

View File

@@ -184,11 +184,13 @@ namespace Eval::NNUE {
Initialize();
#if defined(EVAL_NNUE)
if (Options["SkipLoadingEval"])
{
std::cout << "info string SkipLoadingEval set to true, Net not loaded!" << std::endl;
return true;
}
#endif
fileName = evalFile;