Skip to content

Commit 3ec20de

Browse files
committed
Fix code style
1 parent 1f216f8 commit 3ec20de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ATen/native/xpu/mkl/BatchLinearAlgebra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ static void apply_svd(
113113
ldu,
114114
VT_working_ptr,
115115
ldvt,
116-
(scalar_t*)(scratchpad_at.data_ptr()),
116+
scratchpad_at.data_ptr<scalar_t>(),
117117
scratchpadsize);
118118
}
119119
} // namespace impl

0 commit comments

Comments
 (0)