"vscode:/vscode.git/clone" did not exist on "77bdb7407e1c45195b98c863694da46b93807b2f"
Commit 0b25af78 authored by Adam Osewski's avatar Adam Osewski
Browse files

Ignore arg on not supported arch.

parent cbf1494e
......@@ -39,6 +39,7 @@ __global__ void
karg, static_cast<void*>(p_shared), b2c_map);
#else
ignore = karg;
ignore = b2c_map;
#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