From 4537089a5cd17e49f5bb8d5e7f8374e451872387 Mon Sep 17 00:00:00 2001 From: David Svantesson Date: Wed, 22 Feb 2023 11:08:57 +0000 Subject: Fixes for CMake and Bazel builds, tests failing in scons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix 4 failing tests for multi_isa builds when experimental_fixed_format_kernels=1 - Fixes for CMake and Bazel builds to pass validation tests - Update documentation, remove “-DCPPTHREADS=1” flag from CMake build example Partially resolves: ONCPUML-1181 Signed-off-by: David Svantesson Change-Id: I7101676260a0adcb7b6ff6f4342ae36f921e7120 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9189 Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins --- .bazelrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bazelrc') diff --git a/.bazelrc b/.bazelrc index 267e648987..8611db3d4a 100644 --- a/.bazelrc +++ b/.bazelrc @@ -36,3 +36,4 @@ build --flag_alias=debug=//:debug build --flag_alias=logging=//:logging build --flag_alias=openmp=//:openmp build --flag_alias=cppthreads=//:cppthreads +build --flag_alias=enable_bf16_validation=//:enable_bf16_validation -- cgit v1.2.1