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

This commit is contained in:
Nicolas Macchioni
2023-12-08 11:30:01 -08:00
committed by GitHub
parent f836984891
commit b4dcd5803f
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ namespace tensor_operation {
namespace device {
namespace instance {
using F8 = ck::f8_t;
using F16 = ck::half_t;
using F32 = float;

View File

@@ -16,6 +16,7 @@ namespace tensor_operation {
namespace device {
namespace instance {
using F8 = ck::f8_t;
using F16 = ck::half_t;
using F32 = float;