nvdla / hw

RTL, Cmodel, and testbench for NVDLA
Other
1.74k stars 568 forks source link

Support for mixed data type #140

Open teabun opened 6 years ago

teabun commented 6 years ago

I have the impression that NVDLAv1 supports INT8/INT16/FP16 by the same convolution engine.

Is there a change in the architecture design of NVDLAv2 such that the mix of data types are limited to the same bit width, i.e. only INT16/FP16? Can NVDLAv2 still support INT8/INT16/FP16?

Thanks.