fix clang format (#1095)

[ROCm/composable_kernel commit: f199035b74]
This commit is contained in:
Illia Silin
2023-12-08 14:32:37 -08:00
committed by GitHub
parent 25b6fb72e1
commit 89ca9f73ac
2 changed files with 2 additions and 2 deletions

View File

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

View File

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