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

Don't use explicit per-stream threads. #551

Merged
merged 1 commit into from
Nov 17, 2020
Merged

Don't use explicit per-stream threads. #551

merged 1 commit into from
Nov 17, 2020

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Nov 17, 2020

We generally already use the ptsd/ptsz API calls, so the default stream equals the per-thread one.

We generally already use the ptsd/ptsz API calls, so the default stream
equals the per-thread one.
@maleadt maleadt added the cuda libraries Stuff about CUDA library wrappers. label Nov 17, 2020
@codecov
Copy link

codecov bot commented Nov 17, 2020

Codecov Report

Merging #551 (3b706b5) into master (1139ffd) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #551   +/-   ##
=======================================
  Coverage   77.95%   77.95%           
=======================================
  Files         116      116           
  Lines        6422     6422           
=======================================
  Hits         5006     5006           
  Misses       1416     1416           
Impacted Files Coverage Δ
lib/cudadrv/stream.jl 87.87% <ø> (ø)
src/array.jl 88.35% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 84b1508...3b706b5. Read the comment docs.

@maleadt maleadt merged commit 397bde0 into master Nov 17, 2020
@maleadt maleadt deleted the tb/streams branch November 17, 2020 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda libraries Stuff about CUDA library wrappers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant