Skip to content

Commit 96f32ef

Browse files
Giovanni VersiglioniDenisVieriu97
authored andcommitted
review updates: newlines
1 parent ad814c0 commit 96f32ef

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

kernels/portable/functions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,4 +990,4 @@
990990
- func: dim_order_ops::_to_dim_order_copy.out(Tensor self, *, bool non_blocking=False, int[]? dim_order=None, Tensor(a!) out) -> Tensor(a!)
991991
kernels:
992992
- arg_meta: null
993-
kernel_name: torch::executor::_to_dim_order_copy_out
993+
kernel_name: torch::executor::_to_dim_order_copy_out

kernels/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,4 +350,4 @@ if(TARGET quantized_kernels)
350350
PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/include/quantized"
351351
"${CMAKE_CURRENT_BINARY_DIR}/include/portable"
352352
)
353-
endif()
353+
endif()

kernels/test/targets.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,5 @@ def define_common_targets():
336336
_common_op_test("op_view_as_real_copy_test", ["aten", "portable"])
337337
_common_op_test("op_view_copy_test", ["aten", "portable"])
338338
_common_op_test("op_where_test", ["aten", "portable"])
339-
_common_op_test("op_zeros_test", ["aten", "portable"])
339+
_common_op_test("op_zeros_test", ["aten", "portable"])
340+

shim_et/xplat/executorch/kernels/portable/op_registration_util.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,4 +1337,5 @@ def portable_source_list():
13371337

13381338
def portable_header_list():
13391339
"""All the header file names from //executorch/kernels/portable/cpu/"""
1340-
return ["selective_build.h", "scalar_utils.h", "math_constants.h", "vec_ops.h"]
1340+
return ["selective_build.h", "scalar_utils.h", "math_constants.h", "vec_ops.h"]
1341+

0 commit comments

Comments
 (0)