Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6f9094a8 authored by Nicolas Bellot's avatar Nicolas Bellot Committed by hhakim
Browse files

option : default value FAUST_USE_OPENBLAS off

parent 5ab57bec
No related branches found
No related tags found
No related merge requests found
...@@ -54,10 +54,10 @@ set(FAUST_ISVERBOSE OFF CACHE BOOL "Display useful message for debugging") ...@@ -54,10 +54,10 @@ set(FAUST_ISVERBOSE OFF CACHE BOOL "Display useful message for debugging")
set(FAUST_USE_GPU OFF CACHE BOOL "Using both CPU and GPU process") set(FAUST_USE_GPU OFF CACHE BOOL "Using both CPU and GPU process")
set(FAUST_GEN_DOC OFF CACHE BOOL "Generate html documentation with doxygen") set(FAUST_GEN_DOC OFF CACHE BOOL "Generate html documentation with doxygen")
set(FAUST_USE_XML ON CACHE BOOL "Using xml configuration to read xml files") set(FAUST_USE_XML OFF CACHE BOOL "Using xml configuration to read xml files")
set(FAUST_USE_MEX ON CACHE BOOL "Generate Mexfiles") set(FAUST_USE_MEX ON CACHE BOOL "Generate Mexfiles")
set(FAUST_USE_OPENBLAS ON CACHE BOOL "Using openBLAS for matrix and vector computations") set(FAUST_USE_OPENBLAS OFF CACHE BOOL "Using openBLAS for matrix and vector computations")
set(FAUST_USE_MATIO ON CACHE BOOL "Using matio library to read mat files") set(FAUST_USE_MATIO OFF CACHE BOOL "Using matio library to read mat files")
if (FAUST_USE_SINGLEPRECISION) if (FAUST_USE_SINGLEPRECISION)
message(STATUS "**********SINGLEPRECISION ACTIF************") message(STATUS "**********SINGLEPRECISION ACTIF************")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment