Skip to content

Commit

Permalink
build: Enable passing oneDNN graph tests
Browse files Browse the repository at this point in the history
Signed-off-by: manjam01 <[email protected]>
  • Loading branch information
manjam01 committed Jan 24, 2025
1 parent 09c7170 commit a2aae50
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/automation/test_aarch64.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash

# *******************************************************************************
# Copyright 2024 Arm Limited and affiliates.
# Copyright 2024-2025 Arm Limited and affiliates.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -28,7 +28,6 @@ source ${SCRIPT_DIR}/common_aarch64.sh

# AArch64 does not officially support graph for now.
SKIPPED_GRAPH_TEST_FAILURES="test_graph_unit_dnnl_sdp_decomp_cpu"
SKIPPED_GRAPH_TEST_FAILURES+="|test_graph_unit_dnnl_mqa_decomp_cpu"

# described in issue: https://github.com/oneapi-src/oneDNN/issues/2175
SKIPPED_TEST_FAILURES="test_benchdnn_modeC_matmul_multidims_cpu"
Expand All @@ -43,10 +42,6 @@ if [[ "$OS" == "Linux" ]]; then
SKIPPED_TEST_FAILURES+="|test_benchdnn_modeC_binary_different_dt_ci_cpu"

SKIPPED_GRAPH_TEST_FAILURES+="|test_benchdnn_modeC_graph_ci_cpu"
SKIPPED_GRAPH_TEST_FAILURES+="|cpu-graph-gqa-cpp"
SKIPPED_GRAPH_TEST_FAILURES+="|cpu-graph-mqa-cpp"
SKIPPED_GRAPH_TEST_FAILURES+="|cpu-graph-sdpa-cpp"
SKIPPED_GRAPH_TEST_FAILURES+="|cpu-graph-sdpa-stacked-qkv-cpp"
SKIPPED_GRAPH_TEST_FAILURES+="|test_graph_unit_dnnl_large_partition_cpu"
fi

Expand Down

0 comments on commit a2aae50

Please sign in to comment.