Commit 6b8541f1 authored by umangyadav's avatar umangyadav
Browse files

formatting

parent b9ce9f10
......@@ -274,7 +274,7 @@ struct context
auto v_streams = v.at("streams");
std::size_t n_streams = v_streams.without_key().to<std::size_t>();
this->current_device = std::make_shared<hip_device>(0, n_streams);
this->current_device = std::make_shared<hip_device>(0, n_streams);
#ifdef MIGRAPHX_HAS_FIND_2_API
{
auto v_gfx_arch = v.at("gfx_arch").to<std::string>();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment