Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 961cc7fd authored by hhakim's avatar hhakim
Browse files

Update GPUModHandler::get_singleton: switch silent argument default value from...

Update GPUModHandler::get_singleton: switch silent argument default value from false to true to avoid flooding matlab with warning messages.
parent 99aaaa04
Branches
Tags
No related merge requests found
......@@ -56,7 +56,7 @@ namespace Faust
public:
~GPUModHandler();
static GPUModHandler* get_singleton(const bool silent=false);
static GPUModHandler* get_singleton(const bool silent=true);
void* enable_gpu_mod(const string& libpath, bool silent); //TODO: add backend argument: cuda (only available for now), opencl
void* enable_gpu_mod(const char* libpath, bool silent); //TODO: delete when python and matlab wrappers will use string
void check_gpu_mod_loaded() const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment