Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2f6ba091 authored by hhakim's avatar hhakim
Browse files

Temporarily isable silent flag of enable_gpu_mod call in pyx.

parent 45084e8e
No related branches found
No related tags found
No related merge requests found
...@@ -111,4 +111,4 @@ def enable_gpu_mod(libpaths=None, backend='cuda', silent=False, fatal=False): ...@@ -111,4 +111,4 @@ def enable_gpu_mod(libpaths=None, backend='cuda', silent=False, fatal=False):
import sys, os, pyfaust import sys, os, pyfaust
# tries to load the libgm library silently, # tries to load the libgm library silently,
# if not enabled at build time it will do nothing # if not enabled at build time it will do nothing
enable_gpu_mod(silent=True) enable_gpu_mod(silent=False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment