kokkos-kernels
kokkos-kernels copied to clipboard
Only ETI specified ETI types
KOKKOSBLAS3_GEMM_ETI_SPEC_INST always ETIs for both LayoutLeft and LayoutRight, regardless of the LAYOUT macro argument. Other functions may also ETI more than the selected ETI types.
@lucbv: this was discussed during the meeting last week. Would you please weigh in here?
This sounds like a bug and should be fixed, as you said, we should only ETI what the user requested or what is turned on by default.