Mentions légales du service

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

Add a bit of GPU code in matfaust test coverage calculation.

Only performed if the gitlab-runner is cuda tagged.
parent d34b0133
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,9 @@ addpath([ pwd 'misc/test/src/Matlab/'])
cd misc/test/src/Matlab;
FaustTest '../../../../misc/test/src/'
FaustFactoryTest '../../../../misc/test/src/'
if any(strcmp(split(getenv('CI_RUNNER_TAGS'), ':'), 'cuda'))
matfaust.rand(10, 10, 'dev', 'gpu')
end
% compute coverage
%mocov('-cover','/opt/local/faust/matlab/+matfaust',...
cd '../../../..'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment