Skip to content

Commit

Permalink
Fixed RegisterMatrix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatliar committed Mar 8, 2024
1 parent 8ecbee4 commit c0f2204
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bench/blast/math/simd/Ger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.

#include <blast/math/DynamicPanelMatrix.hpp>
#include <blast/math/register_matrix/RegisterMatrix.hpp>
#include <blast/math/RegisterMatrix.hpp>

#include <bench/Benchmark.hpp>

Expand Down
2 changes: 1 addition & 1 deletion bench/blast/math/simd/PartialGemm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.

#include <blast/math/DynamicPanelMatrix.hpp>
#include <blast/math/register_matrix/RegisterMatrix.hpp>
#include <blast/math/RegisterMatrix.hpp>
#include <blast/math/dense/StaticMatrixPointer.hpp>

#include <bench/Benchmark.hpp>
Expand Down
2 changes: 1 addition & 1 deletion bench/blast/math/simd/PartialLoad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.

#include <blast/math/DynamicPanelMatrix.hpp>
#include <blast/math/register_matrix/RegisterMatrix.hpp>
#include <blast/math/RegisterMatrix.hpp>
#include <blast/math/dense/StaticMatrixPointer.hpp>

#include <bench/Benchmark.hpp>
Expand Down
2 changes: 1 addition & 1 deletion bench/blast/math/simd/PartialStore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.

#include <blast/math/DynamicPanelMatrix.hpp>
#include <blast/math/register_matrix/RegisterMatrix.hpp>
#include <blast/math/RegisterMatrix.hpp>
#include <blast/math/dense/StaticMatrixPointer.hpp>

#include <bench/Benchmark.hpp>
Expand Down
2 changes: 1 addition & 1 deletion bench/blast/math/simd/Potrf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <blast/math/StaticPanelMatrix.hpp>
#include <blast/math/DynamicPanelMatrix.hpp>
#include <blast/math/register_matrix/RegisterMatrix.hpp>
#include <blast/math/RegisterMatrix.hpp>

#include <bench/Benchmark.hpp>
#include <bench/Complexity.hpp>
Expand Down
2 changes: 1 addition & 1 deletion bench/blast/math/simd/Trmm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.

#include <blast/math/dense/StaticMatrixPointer.hpp>
#include <blast/math/register_matrix/RegisterMatrix.hpp>
#include <blast/math/RegisterMatrix.hpp>

#include <bench/Benchmark.hpp>

Expand Down
2 changes: 1 addition & 1 deletion bench/blast/math/simd/Trsm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.

#include <blast/math/StaticPanelMatrix.hpp>
#include <blast/math/register_matrix/RegisterMatrix.hpp>
#include <blast/math/RegisterMatrix.hpp>

#include <bench/Benchmark.hpp>
#include <bench/Trsm.hpp>
Expand Down
2 changes: 1 addition & 1 deletion include/blast/math/algorithm/Tile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <blast/system/Tile.hpp>
#include <blast/system/Inline.hpp>
#include <blast/math/StorageOrder.hpp>
#include <blast/math/register_matrix/RegisterMatrix.hpp>
#include <blast/math/RegisterMatrix.hpp>

#include <cstdlib>

Expand Down
2 changes: 1 addition & 1 deletion include/blast/math/dense/Ger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <blast/util/Exception.hpp>

#include <blast/system/Tile.hpp>
#include <blast/math/register_matrix/RegisterMatrix.hpp>
#include <blast/math/RegisterMatrix.hpp>
#include <blast/math/typetraits/VectorPointer.hpp>
#include <blast/math/dense/VectorPointer.hpp>
#include <blast/math/dense/MatrixPointer.hpp>
Expand Down
2 changes: 1 addition & 1 deletion include/blast/math/dense/Getrf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include <blast/math/dense/DynamicMatrixPointer.hpp>
#include <blast/math/dense/StaticMatrixPointer.hpp>
#include <blast/math/register_matrix/RegisterMatrix.hpp>
#include <blast/math/RegisterMatrix.hpp>
#include <blast/math/dense/Getf2.hpp>
#include <blast/math/dense/Trsm.hpp>
#include <blast/math/dense/Gemm.hpp>
Expand Down
2 changes: 1 addition & 1 deletion include/blast/math/dense/Potrf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <blast/math/dense/MatrixPointer.hpp>
#include <blast/math/RowColumnVectorPointer.hpp>
#include <blast/math/register_matrix/RegisterMatrix.hpp>
#include <blast/math/RegisterMatrix.hpp>
#include <blast/system/Tile.hpp>

#include <blaze/util/Exception.h>
Expand Down
2 changes: 1 addition & 1 deletion include/blast/math/dense/SyrkBackend.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#pragma once

#include <blast/system/Tile.hpp>
#include <blast/math/register_matrix/RegisterMatrix.hpp>
#include <blast/math/RegisterMatrix.hpp>
#include <blast/math/dense/DynamicMatrixPointer.hpp>
#include <blast/math/dense/StaticMatrixPointer.hpp>

Expand Down
2 changes: 1 addition & 1 deletion include/blast/math/dense/TrmmBackend.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#pragma once

#include <blast/math/register_matrix/RegisterMatrix.hpp>
#include <blast/math/RegisterMatrix.hpp>
#include <blast/math/dense/DynamicMatrixPointer.hpp>
#include <blast/math/dense/StaticMatrixPointer.hpp>
#include <blast/system/Tile.hpp>
Expand Down
2 changes: 1 addition & 1 deletion include/blast/math/expressions/PanelMatrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <blast/math/typetraits/IsPanelMatrix.hpp>
#include <blast/math/simd/Simd.hpp>
#include <blast/math/panel/PanelSize.hpp>
//#include <blast/math/register_matrix/RegisterMatrix.hpp>
//#include <blast/math/RegisterMatrix.hpp>

#include <blaze/math/ReductionFlag.h>
#include <blaze/math/Matrix.h>
Expand Down
2 changes: 1 addition & 1 deletion include/blast/math/panel/Gemm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#pragma once

#include <blast/math/PanelMatrix.hpp>
#include <blast/math/register_matrix/RegisterMatrix.hpp>
#include <blast/math/RegisterMatrix.hpp>
#include <blast/math/register_matrix/Gemm.hpp>
#include <blast/math/panel/PanelSize.hpp>
#include <blast/math/panel/MatrixPointer.hpp>
Expand Down
2 changes: 1 addition & 1 deletion test/blast/math/simd/RegisterMatrixTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

#include <blast/math/register_matrix/RegisterMatrix.hpp>
#include <blast/math/RegisterMatrix.hpp>
#include <blast/math/StaticPanelMatrix.hpp>
#include <blast/math/panel/MatrixPointer.hpp>
#include <blast/math/dense/MatrixPointer.hpp>
Expand Down

0 comments on commit c0f2204

Please sign in to comment.