"app/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "7226980fb6c8fdb6cf4f5112a00b4e05781365ea"
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
GridwiseGemm::template Run<HasMainKBlockLoop>(p_a_grid, p_b_grid, p_c_grid, p_shared, karg);
#else
ignore = p_a_grid;
ignore = p_b_grid;
ignore = p_c_grid;
ignore = karg;
#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