We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b366c commit 0930b24Copy full SHA for 0930b24
src/graph/backend/dnnl/platform.cpp
@@ -1,5 +1,6 @@
1
/*******************************************************************************
2
* Copyright 2024 Intel Corporation
3
+* Copyright 2024 Arm Ltd. and affiliates
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
* you may not use this file except in compliance with the License.
@@ -23,8 +24,6 @@
23
24
#if DNNL_AARCH64_USE_ACL
25
// For checking if fp16 isa is supported on the platform
26
#include "arm_compute/core/CPP/CPPTypes.h"
-// For setting the number of threads for ACL
27
-#include "src/common/cpuinfo/CpuInfo.h"
28
#endif
29
30
0 commit comments