Skip to content

Commit 0277317

Browse files
committed
Update
[ghstack-poisoned]
2 parents b132388 + b360be6 commit 0277317

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kernels/portable/cpu/util/dtype_util.h

Lines changed: 2 additions & 1 deletion
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)