-
Notifications
You must be signed in to change notification settings - Fork 217
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
Atomic class definition redundant #3
Conversation
Thank you for your contribution. |
Ethanlm, change base for your commit to 01org:daal_2017_update1 resulted in lost history between commits. I will recommit it separately to daal_2017_update1. Thank you. |
Allocation via virtual functions
* Experiment to address infinite loop * Experiment #2 to address infinite loop * Experiment #3 to address infinite loop * Temporary debug output added * External limit for number of threads was removed * Experiment #4 to address infinite loop * Experiment #5 to address infinite loop * Experiment #6 to address infinite loop * Experiment #7 to address infinite loop * Experiment #8 to address infinite loop * 20% is set as optimal value * Temporary code removed * Optimal array_size is caclulated based on max thread count * Optimal array_size is decreased * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Experiment #9 to address infinite loop * Optimal array_size is adjusted * Temporary debug output added * Compilation fix * Experiment #10 to address infinite loop * Temporary debug output added * Experiment #11 to address infinite loop * Temporary code removed * Optimal array_size is adjusted
* Experiment to address infinite loop * Experiment #2 to address infinite loop * Experiment #3 to address infinite loop * Temporary debug output added * External limit for number of threads was removed * Experiment #4 to address infinite loop * Experiment #5 to address infinite loop * Experiment #6 to address infinite loop * Experiment #7 to address infinite loop * Experiment #8 to address infinite loop * 20% is set as optimal value * Temporary code removed * Optimal array_size is caclulated based on max thread count * Optimal array_size is decreased * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Experiment #9 to address infinite loop * Optimal array_size is adjusted * Temporary debug output added * Compilation fix * Experiment #10 to address infinite loop * Temporary debug output added * Experiment #11 to address infinite loop * Temporary code removed * Optimal array_size is adjusted
In include/services/daal_atomic_int.h, the Atomic definition is redundant. And also the return type of inc() and dec() should be dataType instead of int