We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b132388 + b360be6 commit 0277317Copy full SHA for 0277317
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