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
3ed7504a
Commit
3ed7504a
authored
2 years ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing gpu_mod loading in test_dynprog_mul_gpu and updade to
gpu_mod@48c6b03a
.
parent
b3e4b105
No related branches found
No related tags found
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_dynprog_mul_gpu.cpp.in
+1
-0
1 addition, 0 deletions
misc/test/src/C++/test_dynprog_mul_gpu.cpp.in
with
2 additions
and
1 deletion
gpu_mod
@
48c6b03a
Compare
1488445b
...
48c6b03a
Subproject commit
1
48
8445be70f76d3ca0db37ee7703bffbfefdec1
Subproject commit 48
c6b03a5b5e17b69ca21e4bc6c300f53e5e10f5
This diff is collapsed.
Click to expand it.
misc/test/src/C++/test_dynprog_mul_gpu.cpp.in
+
1
−
0
View file @
3ed7504a
...
...
@@ -9,6 +9,7 @@ using namespace Faust;
int main()
{
Faust::enable_gpu_mod();
unsigned int min_num_factors = 2;
unsigned int max_num_factors = 10;
unsigned int min_dim_size = 10;
...
...
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