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

Force specialization for dynamic_cudacall to support more arguments. #407

Merged
merged 1 commit into from
Sep 3, 2020

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Sep 3, 2020

Fixes #401

@maleadt maleadt added the bugfix This gets something working again. label Sep 3, 2020
@codecov
Copy link

codecov bot commented Sep 3, 2020

Codecov Report

Merging #407 into master will increase coverage by 0.00%.
The diff coverage is 80.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #407   +/-   ##
=======================================
  Coverage   78.90%   78.91%           
=======================================
  Files         166      166           
  Lines        8756     8760    +4     
=======================================
+ Hits         6909     6913    +4     
  Misses       1847     1847           
Impacted Files Coverage Δ
src/compiler/execution.jl 90.67% <0.00%> (ø)
test/execution.jl 76.81% <100.00%> (+0.69%) ⬆️

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 f88c458...39df002. Read the comment docs.

@maleadt maleadt merged commit 9c19d0e into master Sep 3, 2020
@maleadt maleadt deleted the tb/specialize_dynamic_cudacall branch September 3, 2020 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This gets something working again.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot launch kernel with > 5 args using Dynamic Parallelism
1 participant