Skip to content

Commit ccda16e

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]
1 parent 07cd102 commit ccda16e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kernels/optimized/cpu/op_le.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ Tensor& opt_le_tensor_out(
8383

8484
// Check for optimized broadcast paths
8585
auto selected_optimized_path = select_optimized_path(a, b, out);
86-
printf(
87-
"selected_optimized_path: %d\n",
88-
static_cast<int>(selected_optimized_path));
8986
if (selected_optimized_path == ElementwiseOptimizedPath::kTreatAs1d) {
9087
// Resize for dynamic shape
9188
auto error = resize_tensor(out, a.sizes());

0 commit comments

Comments
 (0)