Skip to content

Commit 09dd615

Browse files
Implement a UMDD3D12 dispatcher for quantized GEMM
1 parent c13ae6f commit 09dd615

File tree

5 files changed

+667
-10
lines changed

5 files changed

+667
-10
lines changed

tools/common_lib/src/dnnl_utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ inline dnnl::memory::data_type to_dnnl_data_type(const DataType l)
6969
{
7070
case DataType::eFp32: return dnnl::memory::data_type::f32;
7171
case DataType::eFp16: return dnnl::memory::data_type::f16;
72+
case DataType::eUint4: return dnnl::memory::data_type::u4;
7273
default:
7374
return dnnl::memory::data_type::undef;
7475
}

0 commit comments

Comments
 (0)