Skip to content

Commit 992b38e

Browse files
committed
Update on "[Exutorch] Add broadcast support for le op"
For refactored hf repro requires this to support mask generation Differential Revision: [D76456398](https://our.internmc.facebook.com/intern/diff/D76456398/) [ghstack-poisoned]
2 parents 517619c + 4c2009e commit 992b38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernels/optimized/cpu/op_le.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
#include <executorch/kernels/optimized/cpu/binary_ops.h>
109
#include <ATen/cpu/vec/functional.h>
1110
#include <ATen/cpu/vec/vec.h>
11+
#include <executorch/kernels/optimized/cpu/binary_ops.h>
1212
#include <executorch/kernels/portable/cpu/pattern/comparison_op.h>
1313
#include <executorch/kernels/portable/cpu/scalar_utils.h>
1414
#include <executorch/kernels/portable/cpu/util/broadcast_util.h>

0 commit comments

Comments
 (0)