Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 175e1ee4 authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

faust version

parent d5d6b24f
No related branches found
No related tags found
No related merge requests found
#ifndef FAUST_CONSTANT_H #ifndef FAUST_CONSTANT_H
#define FAUST_CONSTANT_H #define FAUST_CONSTANT_H
#define FAUST_VERSION 2.0
///if defined, compilation with openblas for dense algebra ///if defined, compilation with openblas for dense algebra
#cmakedefine __GEMM_WITH_OPENBLAS__ #cmakedefine __GEMM_WITH_OPENBLAS__
...@@ -10,8 +13,6 @@ ...@@ -10,8 +13,6 @@
*/ */
#cmakedefine FAUST_SINGLE #cmakedefine FAUST_SINGLE
#cmakedefine FAUST_VERSION
//if defined, print debug message (useful for debugging) //if defined, print debug message (useful for debugging)
#cmakedefine FAUST_VERBOSE #cmakedefine FAUST_VERBOSE
...@@ -39,6 +40,8 @@ typedef long int faust_int; ...@@ -39,6 +40,8 @@ typedef long int faust_int;
const double FAUST_PRECISION = 0.0001; const double FAUST_PRECISION = 0.0001;
const faust_unsigned_int nbr_iter_norm = 100; const faust_unsigned_int nbr_iter_norm = 100;
///// #define FAUST_GPU_ALREADY_SET -3 ///// #define FAUST_GPU_ALREADY_SET -3
///// #define FAUST_DEFAULT_CUDA_DEVICE 0 ///// #define FAUST_DEFAULT_CUDA_DEVICE 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment