Skip to content

Commit

Permalink
dense
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Sep 23, 2024
1 parent 2eb1345 commit fe508de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/cuda/solver/test_cuda_linear_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ using FloatingPointType = double;
using Group10000VectorMatrix = micm::VectorMatrix<FloatingPointType, 10000>;

using Group1CudaDenseMatrix = micm::CudaDenseMatrix<FloatingPointType, 1>;
using Group2CudaDenseMatrix = micm::CudaDenseMatrix<FloatingPointType, 2>;
using Group20CudaDenseMatrix = micm::CudaDenseMatrix<FloatingPointType, 20>;
using Group300CudaDenseMatrix = micm::CudaDenseMatrix<FloatingPointType, 300>;
using Group4000CudaDenseMatrix = micm::CudaDenseMatrix<FloatingPointType, 4000>;
Expand Down

0 comments on commit fe508de

Please sign in to comment.