Skip to content
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

import partr code, allow using it in threaded loops #31398

Merged
merged 2 commits into from
Mar 22, 2019
Merged

Conversation

JeffBezanson
Copy link
Sponsor Member

Rebased version of #30731.

@JeffBezanson JeffBezanson added the domain:multithreading Base.Threads and related functionality label Mar 19, 2019
@vchuravy
Copy link
Sponsor Member

So if I read this right tasks are only processed on the workers if we are in a threaded loop, but only the ones that are started by @threads and not the ones that are queued up outside?

@vtjnash
Copy link
Sponsor Member

vtjnash commented Mar 19, 2019

It'll make progress on all tasks while inside an @threads block. Outside that block, the logic to automatically (dis)engage the @threads logic is currently not implemented.

base/task.jl Outdated Show resolved Hide resolved
src/task.c Show resolved Hide resolved
drop/fix more broken code
drop jl_thread_sleep_threshold deadcode
improve jl_wakeup_thread
@AzamatB
Copy link
Contributor

AzamatB commented Mar 27, 2019

Does this mean that the functionality of #22631 is now added to the Julia?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:multithreading Base.Threads and related functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants