Re-sync with upstream.

[ROCm/hip commit: baf50a5311]
Tento commit je obsažen v:
Alex Voicu
2018-02-12 20:20:24 +00:00
38 změnil soubory, kde provedl 2903 přidání a 116 odebrání
+1 -2
Zobrazit soubor
@@ -594,7 +594,6 @@ hipError_t hipModuleGetTexRef(
const auto it = globals().find(name);
if (it == globals().end()) return ihipLogStatus(hipErrorInvalidValue);
*texRef = static_cast<textureReference*>(it->second.get());
*texRef = reinterpret_cast<textureReference*>(it->second);
return ihipLogStatus(hipSuccess);
}