Commit f8d72839 authored by Andriy Roshchenko's avatar Andriy Roshchenko
Browse files

WIP: Fix gemm_mx_fp8 for gfx950

parent 06af86fb
......@@ -21,7 +21,7 @@ using CDataType = float;
using ALayout = Row;
using BLayout = Col;
using CLayout = Col;
using CLayout = Row;
using CElementOp = PassThrough; // elementwise transformation for C matrix
......
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