Skip to content

Commit

Permalink
Update for unit-test refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Apr 26, 2021
1 parent 27c349e commit 498b6e0
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 18 deletions.
3 changes: 3 additions & 0 deletions unit_test/batched/Test_Batched.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
#include "Test_Batched_SerialGemm.hpp"
#include "Test_Batched_SerialGemm_Real.hpp"
#include "Test_Batched_SerialGemm_Complex.hpp"
#include "Test_Batched_BatchedGemm.hpp"
#include "Test_Batched_BatchedGemm_Real.hpp"
#include "Test_Batched_BatchedGemm_Complex.hpp"
#include "Test_Batched_SerialGemv.hpp"
#include "Test_Batched_SerialGemv_Real.hpp"
#include "Test_Batched_SerialGemv_Complex.hpp"
Expand Down
3 changes: 0 additions & 3 deletions unit_test/cuda/Test_Cuda_Batched_BatchedGemm_Complex.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions unit_test/cuda/Test_Cuda_Batched_BatchedGemm_Real.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions unit_test/openmp/Test_OpenMP_Batched_BatchedGemm_Complex.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions unit_test/openmp/Test_OpenMP_Batched_BatchedGemm_Real.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions unit_test/serial/Test_Serial_Batched_BatchedGemm_Complex.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions unit_test/serial/Test_Serial_Batched_BatchedGemm_Real.cpp

This file was deleted.

0 comments on commit 498b6e0

Please sign in to comment.