PSAL-POSTECH / ONNXim

ONNXim is a fast cycle-level simulator that can model multi-core NPUs for DNN inference
MIT License
62 stars 11 forks source link

Functional test #5

Closed Junhyuk closed 3 months ago

Junhyuk commented 3 months ago

is Functional test is included to checkout in/output result ??

YWHyuk commented 3 months ago

Hi @Junhyuk. Unfortunately, ONNXim does not support the functionality to calculate the exact output value for given inputs.

Junhyuk commented 3 months ago

@YWHyuk

Thanks for your reply. is there any compiler to optimize model execution time ??

YWHyuk commented 3 months ago

@Junhyuk

We use ONNX runtime's graph optimizer. This graph optimization include kernel fusion (e.g., CONV-BN) for CNN and Attention fusion for Transformer.

For more information, follow this link (link)