We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f80f14 + 0277317 commit 3842103Copy full SHA for 3842103
kernels/portable/cpu/util/dtype_util.h
@@ -290,7 +290,8 @@ store_compute_to_tensor_fn<CTYPE_COMPUTE> get_store_compute_to_tensor_fn(
290
}
291
292
#ifndef EXECUTORCH_SELECTIVE_BUILD_DTYPE
293
-inline constexpr const char kGenericElementwiseOpName[] = "generic_elementwise_op";
+inline constexpr const char kGenericElementwiseOpName[] =
294
+ "generic_elementwise_op";
295
#endif // EXECUTORCH_SELECTIVE_BUILD_DTYPE
296
297
template <typename CTYPE_COMPUTE, const char* op_name>
0 commit comments