Loading graph_framework/hip_context.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ namespace gpu { } //------------------------------------------------------------------------------ /// @brief Initalize cuda. /// @brief Initalize hip. //------------------------------------------------------------------------------ static hipError_t hip_init() { const hipError_t result = hipInit(0); Loading Loading
graph_framework/hip_context.hpp +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ namespace gpu { } //------------------------------------------------------------------------------ /// @brief Initalize cuda. /// @brief Initalize hip. //------------------------------------------------------------------------------ static hipError_t hip_init() { const hipError_t result = hipInit(0); Loading