Loading src/Benchmarks/SpMV/spmv.h +95 −71 File changed.Preview size limit exceeded, changes collapsed. Show changes src/Benchmarks/SpMV/spmv.templates/spmv.t0.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace TNL { namespace Benchmarks { namespace SpMV { template void dispatchLegacy< float >( BenchmarkType&, const Containers::Vector< float, Devices::Host, int >&, const String&, bool, bool ); template void dispatchLegacy< float >( BenchmarkType&, const Containers::Vector< float, Devices::Host, int >&, const String&, const Config::ParameterContainer&, bool ); } // namespace TNL } // namespace Benchmarks } // namespace SpMV src/Benchmarks/SpMV/spmv.templates/spmv.t0.cu +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace TNL { namespace Benchmarks { namespace SpMV { template void dispatchLegacy< float >( BenchmarkType&, const Containers::Vector< float, Devices::Host, int >&, const String&, bool, bool ); template void dispatchLegacy< float >( BenchmarkType&, const Containers::Vector< float, Devices::Host, int >&, const String&, const Config::ParameterContainer&, bool ); } // namespace TNL } // namespace Benchmarks } // namespace SpMV src/Benchmarks/SpMV/spmv.templates/spmv.t1.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace TNL { namespace Benchmarks { namespace SpMV { template void dispatchLegacy< double >( BenchmarkType&, const Containers::Vector< double, Devices::Host, int >&, const String&, bool, bool ); template void dispatchLegacy< double >( BenchmarkType&, const Containers::Vector< double, Devices::Host, int >&, const String&, const Config::ParameterContainer&, bool ); } // namespace TNL } // namespace Benchmarks } // namespace SpMV src/Benchmarks/SpMV/spmv.templates/spmv.t1.cu +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace TNL { namespace Benchmarks { namespace SpMV { template void dispatchLegacy< double >( BenchmarkType&, const Containers::Vector< double, Devices::Host, int >&, const String&, bool, bool ); template void dispatchLegacy< double >( BenchmarkType&, const Containers::Vector< double, Devices::Host, int >&, const String&, const Config::ParameterContainer&, bool ); } // namespace TNL } // namespace Benchmarks } // namespace SpMV Loading
src/Benchmarks/SpMV/spmv.h +95 −71 File changed.Preview size limit exceeded, changes collapsed. Show changes
src/Benchmarks/SpMV/spmv.templates/spmv.t0.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace TNL { namespace Benchmarks { namespace SpMV { template void dispatchLegacy< float >( BenchmarkType&, const Containers::Vector< float, Devices::Host, int >&, const String&, bool, bool ); template void dispatchLegacy< float >( BenchmarkType&, const Containers::Vector< float, Devices::Host, int >&, const String&, const Config::ParameterContainer&, bool ); } // namespace TNL } // namespace Benchmarks } // namespace SpMV
src/Benchmarks/SpMV/spmv.templates/spmv.t0.cu +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace TNL { namespace Benchmarks { namespace SpMV { template void dispatchLegacy< float >( BenchmarkType&, const Containers::Vector< float, Devices::Host, int >&, const String&, bool, bool ); template void dispatchLegacy< float >( BenchmarkType&, const Containers::Vector< float, Devices::Host, int >&, const String&, const Config::ParameterContainer&, bool ); } // namespace TNL } // namespace Benchmarks } // namespace SpMV
src/Benchmarks/SpMV/spmv.templates/spmv.t1.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace TNL { namespace Benchmarks { namespace SpMV { template void dispatchLegacy< double >( BenchmarkType&, const Containers::Vector< double, Devices::Host, int >&, const String&, bool, bool ); template void dispatchLegacy< double >( BenchmarkType&, const Containers::Vector< double, Devices::Host, int >&, const String&, const Config::ParameterContainer&, bool ); } // namespace TNL } // namespace Benchmarks } // namespace SpMV
src/Benchmarks/SpMV/spmv.templates/spmv.t1.cu +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace TNL { namespace Benchmarks { namespace SpMV { template void dispatchLegacy< double >( BenchmarkType&, const Containers::Vector< double, Devices::Host, int >&, const String&, bool, bool ); template void dispatchLegacy< double >( BenchmarkType&, const Containers::Vector< double, Devices::Host, int >&, const String&, const Config::ParameterContainer&, bool ); } // namespace TNL } // namespace Benchmarks } // namespace SpMV