Skip to content

Commit 0930b24

Browse files
committed
cpu: aarch64: Remove private ACL headers
Signed-off-by: Hamza Butt <hamza.butt@arm.com>
1 parent 81b366c commit 0930b24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/graph/backend/dnnl/platform.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*******************************************************************************
22
* Copyright 2024 Intel Corporation
3+
* Copyright 2024 Arm Ltd. and affiliates
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.
@@ -23,8 +24,6 @@
2324
#if DNNL_AARCH64_USE_ACL
2425
// For checking if fp16 isa is supported on the platform
2526
#include "arm_compute/core/CPP/CPPTypes.h"
26-
// For setting the number of threads for ACL
27-
#include "src/common/cpuinfo/CpuInfo.h"
2827
#endif
2928
#endif
3029
#endif

0 commit comments

Comments
 (0)