Vengineerの戯言

人生は短いけど、長いです。人生を楽しみましょう!

ONNC 1.0.0 & NVDLA


ONNC 1.0.0がリリースされたようです。

関連ブログ

2018年4月22日、Skymizer
2018年8月23日、推論時に使用メモリを減らす
2018年10月29日、Cortex-M用のONNXコンパイラ
2018年11月15日、Bitmainのチップが載った 96Boards

 ・The first open-source compiler backend that supports NVIDIA Deep Learning Accelerator (NVDLA)

 ・Initial release of nv_full hardwre configuration support

NVIDIAのNVDLAのnv_fullをサポートしているのね。


NVDLAのSoftwareは、こちら

prebuilt/linux/ には、コンパイラとランタイム、それから、カーネルドライバもアップされている
 ・libnvdla_compiler.so
 ・libnvdla_runtime.so
 ・nvdla_compiler
 ・nvdla_runtime
 ・opendla_1.ko
 ・opendla_2.ko



 ・For sanity tests which has input embedded in it. ./nvdla_runtime –loadable <loadable_file>

 ・For network tests which need image input ./nvdla_runtime –loadable <loadable_file> –image <image_file>

 ・Run in server mode ./nvdla_runtime -s
 ・./nvdla_compiler [-options] –prototxt <prototxt_file> –caffemodel <caffemodel_file> -o <outputpath>


おっと、Jetson XavierでのNVDLAの使い方もあったよ。これ




[ONNC on NVDLA The first open-source software and hardware NVDLA system]