Commit c77ce0d5 authored by illsilin's avatar illsilin
Browse files

fix a typo

parent 0a4ece66
...@@ -64,7 +64,7 @@ __global__ void ...@@ -64,7 +64,7 @@ __global__ void
std::ignore = a_element_op; std::ignore = a_element_op;
std::ignore = b_element_op; std::ignore = b_element_op;
std::ignore = c_element_op; std::ignore = c_element_op;
std::ignore = c_block_cluster_adaptor); std::ignore = c_block_cluster_adaptor;
#endif //end of if (defined(__gfx908__) || defined(__gfx90a__)) #endif //end of if (defined(__gfx908__) || defined(__gfx90a__))
} }
......
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