Commit d5ec7945 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Add unused parameters

parent 8525a021
...@@ -34,6 +34,9 @@ __global__ void ...@@ -34,6 +34,9 @@ __global__ void
GridwiseGemm::template Run<HasMainKBlockLoop>(p_a_grid, p_b_grid, p_c_grid, p_shared, karg); GridwiseGemm::template Run<HasMainKBlockLoop>(p_a_grid, p_b_grid, p_c_grid, p_shared, karg);
#else #else
ignore = p_a_grid;
ignore = p_b_grid;
ignore = p_c_grid;
ignore = karg; ignore = karg;
#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