Commit 17617a15 authored by Andriy Roshchenko's avatar Andriy Roshchenko
Browse files

WIP: Enabling gfx90a build

parent e351e3c1
......@@ -19,8 +19,6 @@
#include "ck/library/utility/fill.hpp"
#include "ck/library/utility/host_tensor.hpp"
using ScaleDataType = ck::e8m0_bexp_t;
template <ck::index_t... Is>
using S = ck::Sequence<Is...>;
......
......@@ -13,11 +13,15 @@ using XDataType = ck::e8m0_bexp_t;
#endif
using AccDataType = float;
using CShuffleDataType = float;
using CDataType = float;
#if 1
using CDataType = ck::half_t;
#else
using CDataType = float;
#endif
using ALayout = Row;
using BLayout = Col;
using CLayout = Row;
using CLayout = Col;
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