mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-10 16:28:38 +00:00
[rocm-libraries] ROCm/rocm-libraries#6978 (commit e58096d)
[CK] add composable kernel support on gfx1250 (#6978) ## Motivation Add composable kernel support on gfx1250. ## Technical Details <!-- Explain the changes along with any relevant GitHub links. --> ## Test Plan <!-- Explain any relevant testing done to verify this PR. --> ## Test Result <!-- Briefly summarize test outcomes. --> ## Submission Checklist - [ ] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests. --------- Co-authored-by: Qun Lin <qlin@amd.com> Co-authored-by: jialuo12_amdeng <jia.luo@amd.com> Co-authored-by: Andriy Roshchenko <andriy.roshchenko@amd.com> Co-authored-by: hsivasun_amdeng <haresh.sivasuntharampillai@amd.com>
This commit is contained in:
@@ -225,7 +225,7 @@ int main(int argc, char* argv[])
|
||||
[&](auto&& x_dt, auto&& y_dt) -> int {
|
||||
using XDataType = std::decay_t<decltype(x_dt)>;
|
||||
using YDataType = std::decay_t<decltype(y_dt)>;
|
||||
return run<XDataType, YDataType>(arg_parser);
|
||||
return !run<XDataType, YDataType>(arg_parser);
|
||||
},
|
||||
x_prec_variant,
|
||||
y_prec_variant);
|
||||
|
||||
Reference in New Issue
Block a user