Skip to content

Commit 6bd93e0

Browse files
committed
Simplify oneMKL header file
1 parent a4277a8 commit 6bd93e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#include <comm/SYCLContext.h>
1313
#include <comm/TensorInfo.h>
14-
#include <oneapi/mkl.hpp>
14+
#include <oneapi/mkl/lapack.hpp>
1515

1616
namespace at::native::xpu {
1717

0 commit comments

Comments
 (0)