aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/SchedulerUtils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/SchedulerUtils.cpp')
-rw-r--r--src/runtime/SchedulerUtils.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/SchedulerUtils.cpp b/src/runtime/SchedulerUtils.cpp
index 1c12e3ce58..6f9a32c879 100644
--- a/src/runtime/SchedulerUtils.cpp
+++ b/src/runtime/SchedulerUtils.cpp
@@ -21,6 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
+#include "src/runtime/SchedulerUtils.h"
#include "arm_compute/core/Error.h"
@@ -28,6 +29,8 @@
namespace arm_compute
{
+namespace scheduler_utils
+{
#ifndef BARE_METAL
std::pair<unsigned, unsigned> split_2d(unsigned max_threads, std::size_t m, std::size_t n)
{
@@ -76,4 +79,5 @@ std::pair<unsigned, unsigned> split_2d(unsigned max_threads, std::size_t m, std:
}
}
#endif /* #ifndef BARE_METAL */
+} // namespace scheduler_utils
} // namespace arm_compute