mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
Fix multiple test failures with staging compiler. (#3103)
* fix sync issues with staging compiler * fix codegen * use separate sync for gfx11
This commit is contained in:
@@ -52,7 +52,7 @@ struct kernel
|
||||
template <class... Ts>
|
||||
auto launch(hipStream_t stream, std::size_t global, std::size_t local, Ts... zs) const
|
||||
{
|
||||
return [=](auto&&... xs) {
|
||||
return [=, this](auto&&... xs) {
|
||||
launch(stream, global, local, std::vector<kernel_argument>{xs...}, zs...);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user