Commit 11374244 authored by coderfeli's avatar coderfeli
Browse files

fix fp16 build

parent fda5f8cf
...@@ -14,7 +14,7 @@ namespace device { ...@@ -14,7 +14,7 @@ namespace device {
namespace instance { namespace instance {
using F8 = f8_t; using F8 = f8_t;
using F16 = bhalf_t; using F16 = half_t;
using F32 = float; using F32 = float;
using Row = tensor_layout::gemm::RowMajor; using Row = tensor_layout::gemm::RowMajor;
......
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