Mentions légales du service

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

Minor change in matfaust.enable_gpu_mod doc.

Parameters format.
parent 307bc48d
No related branches found
No related tags found
No related merge requests found
Pipeline #833981 skipped
......@@ -4,14 +4,14 @@
%> Normally it's not required to load the library manually, but it could be
%> useful to set a non-default path or to diagnose a loading issue.
%>
%> @param libpath the absolute or relative path where to find the dynamic
%> library (gm) to load. By default, it's none to auto-find the library
%> (if possible).
%> @param backend the GPU backend to use, only cuda is available for now.
%> @param silent if True nothing or almost will be displayed on loading
%> (e.g. silent errors), otherwise all messages are visible.
%> @param libpath the absolute or relative path where to find the dynamic
%> library (gm) to load. By default, it's none to auto-find the library
%> (if possible).
%> @param backend the GPU backend to use, only cuda is available for now.
%> @param silent if True nothing or almost will be displayed on loading
%> (e.g. silent errors), otherwise all messages are visible.
%>
%%===============================
%===============================
function enable_gpu_mod(varargin)
% default values
backend = 'cuda';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment