Skip to content

Commit

Permalink
Remove duplicated blas and lapack headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbiessy committed Nov 7, 2024
1 parent 00e5e17 commit baeb476
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3,811 deletions.
15 changes: 0 additions & 15 deletions src/blas/backends/mkl_common/mkl_blas_backend.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,5 @@ class value_or_pointer {
}
};

namespace blas {

namespace column_major {

#include "mkl_blas_backend.hxx"

}

namespace row_major {

#include "mkl_blas_backend.hxx"

}

} // namespace blas
} // namespace math
} // namespace oneapi
Loading

0 comments on commit baeb476

Please sign in to comment.