From ebdb659c804f91f1e0f32fd700f9fe229458033c Mon Sep 17 00:00:00 2001 From: Noel Chalmers Date: Tue, 14 May 2019 15:44:13 -0500 Subject: [PATCH] Update src/modes/hip/utils.cpp Co-Authored-By: David Medina --- src/modes/hip/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modes/hip/utils.cpp b/src/modes/hip/utils.cpp index d7698f094..c984dc9e6 100644 --- a/src/modes/hip/utils.cpp +++ b/src/modes/hip/utils.cpp @@ -156,7 +156,7 @@ namespace occa { occa::properties allProps; allProps["mode"] = "HIP"; - allProps["deviceID"] = -1; + allProps["device_id"] = -1; allProps["wrapped"] = true; allProps += props;