Mentions légales du service

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

Update Faust.complex to support GPU float Faust.

parent 06b7e435
No related branches found
No related tags found
No related merge requests found
...@@ -2077,7 +2077,7 @@ classdef Faust ...@@ -2077,7 +2077,7 @@ classdef Faust
facs{i} = complex(facs{i}); facs{i} = complex(facs{i});
end end
end end
cF = matfaust.Faust(facs); cF = matfaust.Faust(facs, 'dev', F.dev, 'dtype', dtype);
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment