Fixed compilation failure.

This commit is contained in:
apoorva
2025-05-12 09:54:40 +00:00
committed by Anton Gorenko
parent 9cc5702e89
commit b0aa9339e9
3 changed files with 0 additions and 15 deletions

View File

@@ -8,11 +8,6 @@
using BF16 = bhalf_t;
using F32 = float;
using Row = tensor_layout::gemm::RowMajor;
using Col = tensor_layout::gemm::ColumnMajor;
using PassThrough = element_wise::PassThrough;
using ADataType = BF16;
using BDataType = BF16;
using AccDataType = F32;

View File

@@ -8,11 +8,6 @@
using F16 = half_t;
using F32 = float;
using Row = tensor_layout::gemm::RowMajor;
using Col = tensor_layout::gemm::ColumnMajor;
using PassThrough = element_wise::PassThrough;
using ADataType = F16;
using BDataType = F16;
using AccDataType = F32;

View File

@@ -9,11 +9,6 @@ using F8 = f8_t;
using BF16 = bhalf_t;
using F32 = float;
using Row = tensor_layout::gemm::RowMajor;
using Col = tensor_layout::gemm::ColumnMajor;
using PassThrough = element_wise::PassThrough;
using ADataType = F8;
using BDataType = F8;
using AccDataType = F32;