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

Allow passing generated kernel args for each GPU #213

Merged
merged 1 commit into from
Oct 27, 2016

Conversation

ddemidov
Copy link
Owner

Kernel args packed into std::vector will be unpacked and passed
to the generated kernels on respective devices.

See #202

Kernel args packed into std::vector will be unpacked and passed
to the generated kernels on respective devices.

See #202
@codecov-io
Copy link

codecov-io commented Oct 27, 2016

Current coverage is 95.52% (diff: 100%)

Merging #213 into master will not change coverage

@@             master       #213   diff @@
==========================================
  Files            99         99          
  Lines         13260      13260          
  Methods        1136       1136          
  Messages          0          0          
  Branches        877        877          
==========================================
  Hits          12667      12667          
  Misses          523        523          
  Partials         70         70          

Powered by Codecov. Last update 12f0e32...0e13583

@ddemidov ddemidov merged commit 6578ce2 into master Oct 27, 2016
@ddemidov ddemidov deleted the genkernel-multi-device-params branch October 27, 2016 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants