Unverified Commit 9b062051 authored by zjing14's avatar zjing14 Committed by GitHub
Browse files

Merge branch 'develop' into 3d_grouped_conv_fp16_comp_fp8

parents a937fad1 9d58c421
This diff is collapsed.
......@@ -25,6 +25,16 @@ enum struct ContractionDataType
{
F32_F32_F32_F32, // 0
F64_F64_F64_F64, // 1
F16_F16_F16_F16, // 2
BF16_BF16_BF16_BF16, // 3
};
enum struct ContractionComputeDataType
{
F32 = 0,
F64,
F16,
BF16,
};
inline void collect_index_params(char* argv[],
......
This diff is collapsed.
This diff is collapsed.
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