Skip to content

KokkosKernels:disabling MKL based SpGEMM until next kokkoskernels pro…

James Willenbring requested to merge mndevec:kk_mkl_spgemm_bug_fix into develop

Created by: mndevec

This pull requests disables the compilation of MKL based SpGEMM method in kokkoskernels. It is not used as a default methods, and compilation will be turned on for the next kokkoskernels promotion.

@trilinos/kokkos-kernels
@mhoemmen

Description

The compilation was failing when MKL is enabled. This is already fixed in KokkosKernels's develop branch. Current fix in trilinos is to disable the compilation for the TPL which is not executed as a default method.

Merge request reports