Unverified Commit b4dcd580 authored by Nicolas Macchioni's avatar Nicolas Macchioni Committed by GitHub
Browse files

Add F8 dtype definition in f16_f8_f16 gemm instances (#1092)

parent f8369848
......@@ -16,6 +16,7 @@ namespace tensor_operation {
namespace device {
namespace instance {
using F8 = ck::f8_t;
using F16 = ck::half_t;
using F32 = float;
......
......@@ -16,6 +16,7 @@ namespace tensor_operation {
namespace device {
namespace instance {
using F8 = ck::f8_t;
using F16 = ck::half_t;
using F32 = float;
......
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