-
Notifications
You must be signed in to change notification settings - Fork 21
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
DataLoader slowdown throughout iterations with parallel=true #148
Comments
Also, deterioration appears more accute with greater number of threads: 16 Threads (on a 16 threads AMD ryzen):
This was run with current latest releases:
|
jeremiedb
changed the title
DataLoader slowdown though iterations with parallel=true
DataLoader slowdown throughout iterations with parallel=true
Feb 24, 2023
I am also observing this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DataLoader performance degrades through iterations when
parallel=true
.Following is a MWE illustrating the issue:
If lauched with
julia --project=@. --threads=8 .\data-test.jl
:If
parallel=false
, then performance remains stable throughout the iterations:The text was updated successfully, but these errors were encountered: