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

Fixed single-GPU tests. #4053

Merged
merged 1 commit into from
Jan 11, 2019
Merged

Fixed single-GPU tests. #4053

merged 1 commit into from
Jan 11, 2019

Conversation

canonizer
Copy link
Contributor

  • ./testxgboost (without filters) failed if run on a multi-GPU machine because
    the memory was allocated on the current device, but device 0
    was always passed into LaunchN

- ./testxgboost (without filters) failed if run on a multi-GPU machine because
  the memory was allocated on the current device, but device 0
  was always passed into LaunchN
@codecov-io
Copy link

Codecov Report

Merging #4053 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4053   +/-   ##
=======================================
  Coverage   60.73%   60.73%           
=======================================
  Files         130      130           
  Lines       11725    11725           
=======================================
  Hits         7121     7121           
  Misses       4604     4604

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 5f151c5...cde4383. Read the comment docs.

@RAMitchell RAMitchell merged commit 0f8af85 into dmlc:master Jan 11, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Apr 11, 2019
@mtjrider mtjrider deleted the bug-ext-mgpu-test branch August 19, 2019 17:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants