Browse Source

add gemm_batch drivers

tags/v0.3.28^2
Martin Kroeker GitHub 1 year ago
parent
commit
db070a9223
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      driver/level3/CMakeLists.txt

+ 2
- 0
driver/level3/CMakeLists.txt View File

@@ -68,6 +68,8 @@ if (USE_THREAD)
endif ()

foreach (float_type ${FLOAT_TYPES})
GenerateNamedObjects("gemm_batch_thread.c" "" "gemm_batch_thread" 0 "" "" false ${float_type})

if (${float_type} STREQUAL "COMPLEX" OR ${float_type} STREQUAL "ZCOMPLEX")
GenerateCombinationObjects("zherk_kernel.c" "LOWER;CONJ" "U;N" "HERK" 2 "herk_kernel" false ${float_type})
# TRANS needs to be set/unset when CONJ is set/unset, so can't use it as a combination


Loading…
Cancel
Save