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

[GridLaunch] Fix an issue where passing a NULL accelerator_view would crash GridLaunch #20

Merged
merged 2 commits into from
Apr 12, 2016

Conversation

kwu91
Copy link
Contributor

@kwu91 kwu91 commented Apr 11, 2016

Tests:

ROCK: dev/5f38f1e4
ROCR: dev/0b9d0e1

********************
Testing Time: 625.28s
********************
Failing Tests (2):
    CPPAMP :: Unit/HC/wg_size.cpp
    CPPAMP :: Unit/HSAIL/shfl_xor.cpp

  Expected Passes    : 657
  Expected Failures  : 25
  Unsupported Tests  : 10
  Unexpected Failures: 2

HIP-privatestaging: privatestaging/31dc13d
HIP-Examples-privatestaging: privatestaging/23c7882

HIP all passed.

…parm is set to NULL

Although in the default constructor, the av pointer in grid_launch_parm struct is
initialized to the default accelerator view, the user may still be free
to modifiy the pointer. This test checks the case if the pointer is set
to NULL.
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