HomeSort by relevance Sort by last modified time
    Searched refs:BLA_VENDOR (Results 1 - 2 of 2) sorted by null

  /external/eigen/cmake/
FindBLASEXT.cmake 61 set(BLA_VENDOR "" CACHE STRING "list of possible BLAS vendor:
90 if(BLA_VENDOR STREQUAL "All" AND
93 set(BLA_VENDOR "Intel")
95 set(BLA_VENDOR "Intel10_32")
98 set(BLA_VENDOR "Intel10_64lp")
106 elseif(BLA_VENDOR STREQUAL "All" AND BLAS_acml_LIBRARY)
107 set(BLA_VENDOR "ACML")
114 elseif(BLA_VENDOR STREQUAL "All" AND BLAS_essl_LIBRARY)
115 set(BLA_VENDOR "IBMESSL")
125 if(BLA_VENDOR MATCHES "Intel*"
    [all...]
FindBLAS.cmake 31 # BLA_VENDOR if set checks only the specified vendor, if not set checks
46 ### List of vendors (BLA_VENDOR) valid in this module
47 ########## List of vendors (BLA_VENDOR) valid in this module
285 message("${Cyan}BLAS libs found for BLA_VENDOR ${BLA_VENDOR}."
323 if ($ENV{BLA_VENDOR} MATCHES ".+")
324 set(BLA_VENDOR $ENV{BLA_VENDOR})
326 if(NOT BLA_VENDOR)
327 set(BLA_VENDOR "All"
    [all...]

Completed in 2326 milliseconds