Skip to content

Commit 923f43e

Browse files
committed
Update
[ghstack-poisoned]
1 parent 34a1470 commit 923f43e

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

kernels/portable/cpu/op_amax.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#include <c10/util/irange.h>
1010
#include <cmath>
1111

12-
#include <executorch/kernels/portable/cpu/util/math_util.h>
1312
#include <executorch/kernels/portable/cpu/util/reduce_util.h>
13+
#include <executorch/kernels/portable/cpu/util/math_util.h>
1414
#include <executorch/runtime/kernel/kernel_includes.h>
1515
#include <executorch/runtime/platform/assert.h>
1616

kernels/portable/cpu/op_amin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#include <c10/util/irange.h>
99
#include <cmath>
1010

11-
#include <executorch/kernels/portable/cpu/util/math_util.h>
1211
#include <executorch/kernels/portable/cpu/util/reduce_util.h>
12+
#include <executorch/kernels/portable/cpu/util/math_util.h>
1313
#include <executorch/runtime/kernel/kernel_includes.h>
1414
#include <executorch/runtime/platform/assert.h>
1515

kernels/portable/cpu/op_argmax.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#include <cmath>
1111
#include <tuple>
1212

13-
#include <executorch/kernels/portable/cpu/util/math_util.h>
1413
#include <executorch/kernels/portable/cpu/util/reduce_util.h>
14+
#include <executorch/kernels/portable/cpu/util/math_util.h>
1515
#include <executorch/runtime/kernel/kernel_includes.h>
1616
#include <executorch/runtime/platform/assert.h>
1717

kernels/portable/cpu/op_argmin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#include <cmath>
1111
#include <tuple>
1212

13-
#include <executorch/kernels/portable/cpu/util/math_util.h>
1413
#include <executorch/kernels/portable/cpu/util/reduce_util.h>
14+
#include <executorch/kernels/portable/cpu/util/math_util.h>
1515
#include <executorch/runtime/kernel/kernel_includes.h>
1616
#include <executorch/runtime/platform/assert.h>
1717

kernels/portable/cpu/op_max.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#include <cmath>
1111
#include <tuple>
1212

13-
#include <executorch/kernels/portable/cpu/util/math_util.h>
1413
#include <executorch/kernels/portable/cpu/util/reduce_util.h>
14+
#include <executorch/kernels/portable/cpu/util/math_util.h>
1515
#include <executorch/runtime/kernel/kernel_includes.h>
1616
#include <executorch/runtime/platform/assert.h>
1717

kernels/portable/cpu/op_min.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#include <cmath>
1111
#include <tuple>
1212

13-
#include <executorch/kernels/portable/cpu/util/math_util.h>
1413
#include <executorch/kernels/portable/cpu/util/reduce_util.h>
14+
#include <executorch/kernels/portable/cpu/util/math_util.h>
1515
#include <executorch/runtime/kernel/kernel_includes.h>
1616
#include <executorch/runtime/platform/assert.h>
1717

kernels/portable/cpu/op_topk.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <cmath>
1111
#include <tuple>
1212

13+
#include <executorch/runtime/core/exec_aten/exec_aten.h>
1314
#include <executorch/kernels/portable/cpu/util/math_util.h>
1415
#include <executorch/runtime/kernel/kernel_includes.h>
1516

0 commit comments

Comments
 (0)