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

[ROCm/composable_kernel commit: b4dcd5803f]
This commit is contained in:
Nicolas Macchioni
2023-12-08 11:30:01 -08:00
committed by GitHub
parent 2b43fc5c58
commit 8babb92922
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;