Lines Matching refs:spgemm_alg
1068 auto spgemm_alg = KokkosSparse::SPGEMMAlgorithm::SPGEMM_DEFAULT; // default is TPL if enabled, otherwise KK
1073 spgemm_alg = KokkosSparse::SPGEMMAlgorithm::SPGEMM_KK;
1077 PetscCallCXX(mm->kh1.create_spgemm_handle(spgemm_alg));
1078 PetscCallCXX(mm->kh2.create_spgemm_handle(spgemm_alg));
1079 PetscCallCXX(mm->kh3.create_spgemm_handle(spgemm_alg));
1080 PetscCallCXX(mm->kh4.create_spgemm_handle(spgemm_alg));
1182 auto spgemm_alg = KokkosSparse::SPGEMMAlgorithm::SPGEMM_DEFAULT; // default is TPL if enabled, otherwise KK
1187 spgemm_alg = KokkosSparse::SPGEMMAlgorithm::SPGEMM_KK;
1191 mm->kh1.create_spgemm_handle(spgemm_alg);
1192 mm->kh2.create_spgemm_handle(spgemm_alg);
1193 mm->kh3.create_spgemm_handle(spgemm_alg);
1194 mm->kh4.create_spgemm_handle(spgemm_alg);