Skip to content

Commit aefce47

Browse files
committed
Correct typo
1 parent 82ee622 commit aefce47

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Fastor/backend/matmul/mkl_backend.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,9 @@ Tensor<T,M,N> matmul_mkl_jit_api(const Tensor<T,M,K> &a, const Tensor<T,K,N> &b)
5959
}
6060
#endif
6161

62-
63-
6462
} // end of namespace blas
6563
} // end of namespace Fastor
6664

67-
#endif // FASTOR_USE_LIBXSMM
65+
#endif // FASTOR_USE_MKL
6866

6967
#endif // MKL_BACKEND_H

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ add_subdirectory(test_complex_expressions)
6161

6262
add_subdirectory(test_unary_bool_ops)
6363

64-
add_subdirectory(test_binary_cmp_ops)
64+
add_subdirectory(test_binary_cmp_ops)

0 commit comments

Comments
 (0)