Skip to content

Commit 56b4900

Browse files
committed
Issue/259 format code
1 parent 0ecfd1e commit 56b4900

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/infiniop/ops/softmax/cuda/softmax_cuda.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
DESCRIPTOR(cuda)
77

8-
#endif // __SOFTMAX_CUDA_CUH__
8+
#endif // __SOFTMAX_CUDA_CUH__

test/infiniop/rope.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,5 @@ def lib_rope():
224224
for device in get_test_devices(args):
225225
test_operator(device, test, _TEST_CASES, _TENSOR_DTYPES)
226226

227-
print("\033[92mTest passed!\033[0m")
227+
print("\033[92mTest passed!\033[0m")
228+

0 commit comments

Comments
 (0)