Avoid creating spurious non-suffixed c/zgemm_kernels
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Thu, 6 Dec 2018 12:56:06 +0000 (13:56 +0100)
committerGitHub <noreply@github.com>
Thu, 6 Dec 2018 12:56:06 +0000 (13:56 +0100)
commit2fc712469d1e29220e2e3f3f83d2ab7b17c0bc60
tree010958f32f13b3e5ffae64ea9b8b917a7c879d38
parent6ba30e270d0a6988e02f45cd0b5ef2b505c5619c
Avoid creating spurious non-suffixed c/zgemm_kernels

Plain cgemm_kernel and zgemm_kernel are not used anywhere, only cgemm_kernel_b etc.
Needlessly building them (without any define like NN, CN, etc.) just happened to work on most platforms, but not on arm64. See #1870
kernel/CMakeLists.txt