Skip to content

Commit 3842103

Browse files
committed
Update
[ghstack-poisoned]
2 parents 5f80f14 + 0277317 commit 3842103

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kernels/portable/cpu/util/dtype_util.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ store_compute_to_tensor_fn<CTYPE_COMPUTE> get_store_compute_to_tensor_fn(
290290
}
291291

292292
#ifndef EXECUTORCH_SELECTIVE_BUILD_DTYPE
293-
inline constexpr const char kGenericElementwiseOpName[] = "generic_elementwise_op";
293+
inline constexpr const char kGenericElementwiseOpName[] =
294+
"generic_elementwise_op";
294295
#endif // EXECUTORCH_SELECTIVE_BUILD_DTYPE
295296

296297
template <typename CTYPE_COMPUTE, const char* op_name>

0 commit comments

Comments
 (0)