Skip to content

Commit 6af342c

Browse files
committed
Update on "[Executorch] Make apple take accelerate path for blas"
For some reason fbobjc_exported_preprocessor_flags does not seems to work. Thus taking 'select' route which seems to work. Differential Revision: [D64499608](https://our.internmc.facebook.com/intern/diff/D64499608/) [ghstack-poisoned]
2 parents 37c079c + b7f1072 commit 6af342c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernels/optimized/vec/functional_base.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ inline void broadcasting_map_broadcast_last_dim(
400400
int64_t broadcast_size) {
401401
using Vec = vec::Vectorized<scalar_t>;
402402
int64_t outer_stride_lhs = broadcast_size;
403-
int64_t outer_stride_rhs = 1;
404403
for (int64_t outer_idx = 0; outer_idx < outer_size; ++outer_idx) {
405404
const scalar_t* lhs_outer = lhs + outer_idx * outer_stride_lhs;
406405
scalar_t* output_data_row = output_data + outer_idx * outer_stride_lhs;

0 commit comments

Comments
 (0)