Skip to content

Commit

Permalink
Update src/modes/hip/utils.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: David Medina <[email protected]>
  • Loading branch information
noelchalmers and dmed256 committed May 14, 2019
1 parent 92164d6 commit ebdb659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modes/hip/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ namespace occa {

occa::properties allProps;
allProps["mode"] = "HIP";
allProps["deviceID"] = -1;
allProps["device_id"] = -1;
allProps["wrapped"] = true;
allProps += props;

Expand Down

0 comments on commit ebdb659

Please sign in to comment.