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
ce290582
Commit
ce290582
authored
4 years ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Minor change in pyfaust GPU documentation.
Filtering check_dev from dev and add is_gpu_mod_enabled 'brief' doc.
parent
f41a8148
No related branches found
No related tags found
No related merge requests found
Pipeline
#833778
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gen_doc/Doxyfile.in
+1
-1
1 addition, 1 deletion
gen_doc/Doxyfile.in
wrapper/python/pyfaust.py
+3
-0
3 additions, 0 deletions
wrapper/python/pyfaust.py
with
4 additions
and
1 deletion
gen_doc/Doxyfile.in
+
1
−
1
View file @
ce290582
...
@@ -520,7 +520,7 @@ EXCLUDE_SYMLINKS = NO
...
@@ -520,7 +520,7 @@ EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = *faust_MatDense_gpu.h *faust_MatSparse_gpu.h expfiltered*
EXCLUDE_PATTERNS = *faust_MatDense_gpu.h *faust_MatSparse_gpu.h expfiltered*
EXCLUDE_SYMBOLS = mtimes_trans subsasgn get_factor_nonopt reshape ABC ParamsPalm4MSAFGFT UpdateCholesky UpdateCholeskyFull UpdateCholeskySparse greed_omp_chol hierarchical_constends palm4msa_constends ConstraintGeneric ConstraintMat ConstraintReal ConstraintName ConstraintInt is_mat_consistent init_facts stop_crit ParamsPalm4MSAFGFT data_num_cols data_num_rows is_fact_side_left stop_crits constant_step_size constraints DISABLED_OPT EXTERNAL_OPT grad_calc_opt_mode init_lambda INTERNAL_OPT is_update_way_R2L is_verbose num_facts step_size IDX_IS_FACT_SIDE_LEFT OPT_ARG_NAMES2 OPT_ARG_NAMES DEFAULT_OPT IDX_USE_CSR IDX_NORM2_MAX_ITER IDX_NORM2_THRESHOLD IDX_GRAD_CALC_OPT_MODE IDX_VERBOSITY IDX_CONSTANT_STEP_SIZE IDX_STEP_SIZE IDX_INIT_LAMBDA IDX_IS_UPDATE_WAY_R2L set_FM_mul_mode set_Fv_mul_mode implements HANDLED_FUNCTIONS __array_ufunc__ __array__ __array_function__ asarray
EXCLUDE_SYMBOLS = mtimes_trans subsasgn get_factor_nonopt reshape ABC ParamsPalm4MSAFGFT UpdateCholesky UpdateCholeskyFull UpdateCholeskySparse greed_omp_chol hierarchical_constends palm4msa_constends ConstraintGeneric ConstraintMat ConstraintReal ConstraintName ConstraintInt is_mat_consistent init_facts stop_crit ParamsPalm4MSAFGFT data_num_cols data_num_rows is_fact_side_left stop_crits constant_step_size constraints DISABLED_OPT EXTERNAL_OPT grad_calc_opt_mode init_lambda INTERNAL_OPT is_update_way_R2L is_verbose num_facts step_size IDX_IS_FACT_SIDE_LEFT OPT_ARG_NAMES2 OPT_ARG_NAMES DEFAULT_OPT IDX_USE_CSR IDX_NORM2_MAX_ITER IDX_NORM2_THRESHOLD IDX_GRAD_CALC_OPT_MODE IDX_VERBOSITY IDX_CONSTANT_STEP_SIZE IDX_STEP_SIZE IDX_INIT_LAMBDA IDX_IS_UPDATE_WAY_R2L set_FM_mul_mode set_Fv_mul_mode implements HANDLED_FUNCTIONS __array_ufunc__ __array__ __array_function__ asarray
check_dev
# The EXAMPLE_PATH tag can be used to specify one or more files or
# The EXAMPLE_PATH tag can be used to specify one or more files or
# directories that contain example code fragments that are included (see
# directories that contain example code fragments that are included (see
...
...
This diff is collapsed.
Click to expand it.
wrapper/python/pyfaust.py
+
3
−
0
View file @
ce290582
...
@@ -2700,6 +2700,9 @@ def enable_gpu_mod(libpaths=None, backend='cuda', silent=False, fatal=False):
...
@@ -2700,6 +2700,9 @@ def enable_gpu_mod(libpaths=None, backend='cuda', silent=False, fatal=False):
return
_FaustCorePy
.
FaustCore
.
enable_gpu_mod
(
libpaths
,
backend
,
silent
,
fatal
)
return
_FaustCorePy
.
FaustCore
.
enable_gpu_mod
(
libpaths
,
backend
,
silent
,
fatal
)
def
is_gpu_mod_enabled
():
def
is_gpu_mod_enabled
():
"""
Returns True if the gpu_mod plug-in has been loaded correctly, false otherwise.
"""
return
_FaustCorePy
.
FaustCore
.
_is_gpu_mod_enabled
()
return
_FaustCorePy
.
FaustCore
.
_is_gpu_mod_enabled
()
def
check_dev
(
dev
):
def
check_dev
(
dev
):
...
...
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