Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block spiluk follow up #2085

Merged
merged 17 commits into from
Feb 21, 2024
6 changes: 0 additions & 6 deletions perf_test/sparse/KokkosSparse_spiluk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ int test_spiluk_perf(std::vector<int> tests, std::string afilename, int kin,

// std::cout << "Create handle" << std::endl;
switch (test) {
case LVLSCHED_RP:
kh.create_spiluk_handle(SPILUKAlgorithm::SEQLVLSCHD_RP, nrows,
EXPAND_FACT * nnz * (fill_lev + 1),
EXPAND_FACT * nnz * (fill_lev + 1));
kh.get_spiluk_handle()->print_algorithm();
break;
case LVLSCHED_TP1:
kh.create_spiluk_handle(SPILUKAlgorithm::SEQLVLSCHD_TP1, nrows,
EXPAND_FACT * nnz * (fill_lev + 1),
Expand Down
Loading
Loading