Mentions légales du service

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

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
Subproject commit 1488445be70f76d3ca0db37ee7703bffbfefdec1
Subproject commit 48c6b03a5b5e17b69ca21e4bc6c300f53e5e10f5
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment