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
98725a4a
Commit
98725a4a
authored
1 year ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Fix GPU Matdense mul, multiplyLeft(MatSparse) tests and update to
gpu_mod@47ad9601
.
parent
905a5f67
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gpu_mod
+1
-1
1 addition, 1 deletion
gpu_mod
misc/test/src/C++/test_matdense_gpu_mod.cpp.in
+2
-2
2 additions, 2 deletions
misc/test/src/C++/test_matdense_gpu_mod.cpp.in
with
3 additions
and
3 deletions
gpu_mod
@
47ad9601
Compare
ef3d0056
...
47ad9601
Subproject commit
ef3d005614a96bf1eba01c4e8e3a138ea42e6279
Subproject commit
47ad960169c5920c2b34da272171012f4a7850b8
This diff is collapsed.
Click to expand it.
misc/test/src/C++/test_matdense_gpu_mod.cpp.in
+
2
−
2
View file @
98725a4a
...
...
@@ -87,7 +87,7 @@ void test_mul_gpu_dense()
Faust::Vect<FPP, Cpu> vec_copy(*vec);
cout << vec->norm() << endl;
cout << vec_copy.norm() << endl;
gpu_mat1.multiply(*vec);
*vec =
gpu_mat1.multiply(*vec);
vec_copy = cpu_mat1->multiply(vec_copy);
// cout << vec->size() << endl;
// cout << vec_copy.size() << endl;
...
...
@@ -594,7 +594,7 @@ int main(int argc, char** argv)
test_add();
test_sub();
test_mul_eq_op();
//
test_mul_spm();
//TODO: TOFIX
test_mul_spm();
test_get_device();
test_move();
test_mul_vec();
...
...
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