-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
redGrapes is currently broken :-( #49
Comments
Another more simple config which is broken and uses only one thread std::chrono::microseconds task_duration(2);
unsigned n_resources = 2;
unsigned n_tasks = 128;
unsigned n_threads = 1;
unsigned min_dependencies = 0;
unsigned max_dependencies = 10; Increasing |
Could be that random graph test only supports up to 5 dependencies and that this is the reason for the error. redGrapes/test/random_graph.cpp Lines 109 to 181 in 5f71af6
|
The test does not support more than 5 resources. |
Yes thats why the verification fails. At least we should add asserts, |
Macros are not required as soon as we switch to C++17 we can use generator expressions for this. |
The dev branch and upcoming fixes #48 fail the random graph test with slide changes.
Changin:
redGrapes/test/random_graph.cpp
Lines 39 to 45 in 5f71af6
will result into:
The text was updated successfully, but these errors were encountered: