Re-sync with upstream.

Este commit está contenido en:
Alex Voicu
2018-02-12 20:20:24 +00:00
Se han modificado 38 ficheros con 2903 adiciones y 116 borrados
+1 -2
Ver fichero
@@ -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);
}