-
Notifications
You must be signed in to change notification settings - Fork 2
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
parallel_for an unordered_map #41
Comments
Since you presumably want safe concurrent access to (elements of) |
I tried changing the
However, I still get errors:
It appears to be the incompatible type for my first arg |
I couldn't find any examples in the docs of using |
I still couldn't find a way to make |
If all we are doing is mapping some synapse destination numbers, IMO, |
Is it possible to use unordered_map in parallel_for? I have tried using the following:
but I got a compilation error saying
I wonder is there any trick to use unordered_map with tbb::parallel_for?
The text was updated successfully, but these errors were encountered: