"git@developer.sourcefind.cn:wuxk1/megatron-lm.git" did not exist on "74ba3797edb8ec41d2eceed0095dcaf3d6cedad8"
Commit f77aa144 authored by umangyadav's avatar umangyadav
Browse files

fix tidy

parent 345ff08e
......@@ -101,7 +101,9 @@ inline void set_tensor_descriptor(miopenTensorArgumentId_t name,
inline std::string get_miopen_version()
{
size_t major = 0, minor = 0, patch = 0;
size_t major = 0;
size_t minor = 0;
size_t patch = 0;
auto status = miopenGetVersion(&major, &minor, &patch);
if(status != miopenStatusSuccess)
{
......
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