Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
faust group
faust
Commits
175e1ee4
Commit
175e1ee4
authored
9 years ago
by
Adrien Leman
Committed by
hhakim
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
faust version
parent
d5d6b24f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/faust_linear_operator/faust_constant.h.in
+5
-2
5 additions, 2 deletions
src/faust_linear_operator/faust_constant.h.in
with
5 additions
and
2 deletions
src/faust_linear_operator/faust_constant.h.in
+
5
−
2
View file @
175e1ee4
#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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment