Skip to content

Commit ebe54b9

Browse files
committed
format
1 parent 5302883 commit ebe54b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/TensorOperationscuTENSORExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function TensorOperations._cutensor(src, ex...)
4949
:macrocall, GlobalRef(TensorOperations, Symbol("@tensor")),
5050
src,
5151
Expr(:(=), :backend, Expr(:call, GlobalRef(TensorOperations, :cuTENSORBackend))),
52-
Expr( :(=), :allocator, Expr(:call, GlobalRef(TensorOperations, :CUDAAllocator))),
52+
Expr(:(=), :allocator, Expr(:call, GlobalRef(TensorOperations, :CUDAAllocator))),
5353
ex...
5454
)
5555
end

test/tensor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ backendlist = (BaseCopy(), BaseView(), StridedNative(), StridedBLAS())
261261
reshape(
262262
reshape(H, (d1 * d2, d1 * d2)) *
263263
reshape(permutedims(rA12, (2, 3, 1, 4)), (d1 * d2, D1 * D3)),
264-
(d1, d2, D1, D3)
264+
(d1, d2, D1, D3)
265265
),
266266
(3, 1, 2, 4)
267267
)

0 commit comments

Comments
 (0)