Skip to content

Commit

Permalink
remove zfp code from GPU frontal code
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Nov 14, 2023
1 parent 912d989 commit 3b1b38e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/sparse/fronts/FrontalMatrixGPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@

namespace strumpack {

template<typename T> zfp_type get_zfp_type();
template<> inline zfp_type get_zfp_type<float>() { return zfp_type_float; }
template<> inline zfp_type get_zfp_type<double>() { return zfp_type_double; }
template<> inline zfp_type get_zfp_type<std::complex<float>>() { return zfp_type_float; }
template<> inline zfp_type get_zfp_type<std::complex<double>>() { return zfp_type_double; }


template<typename scalar_t, typename integer_t> class LevelInfo {
using F_t = FrontalMatrix<scalar_t,integer_t>;
using FG_t = FrontalMatrixGPU<scalar_t,integer_t>;
Expand Down

0 comments on commit 3b1b38e

Please sign in to comment.