Unverified Commit f199035b authored by Illia Silin's avatar Illia Silin Committed by GitHub
Browse files

fix clang format (#1095)

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