kokkos-kernels icon indicating copy to clipboard operation
kokkos-kernels copied to clipboard

Only ETI specified ETI types

Open e10harvey opened this issue 2 years ago • 2 comments

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.

e10harvey avatar May 31 '23 16:05 e10harvey

@lucbv: this was discussed during the meeting last week. Would you please weigh in here?

e10harvey avatar Jun 12 '23 13:06 e10harvey

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.

lucbv avatar Jun 20 '23 21:06 lucbv