sw

NVDLA SW

  • 所有者: nvdla/sw
  • 平台:
  • 許可證: Other
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

NVDLA Open Source Software

NVDLA

The NVIDIA Deep Learning Accelerator (NVDLA) is a free and open architecture that promotes
a standard way to design deep learning inference accelerators. With its modular architecture,
NVDLA is scalable, highly configurable, and designed to simplify integration and portability.
Learn more about NVDLA on the project web page.

http://nvdla.org/

Online Documentation

You can find the latest NVDLA SW documentation here.
This README file contains only basic information.

Kernel Mode Driver

The kernel mode driver (KMD) is supported as a Linux out-of-tree kernel module.
It has been verified with Linux 4.13.3 on ARM64 and is expected to work
on other cpu architectures with little or no modification.
The driver uses DRM and GEM PRIME for DMA buffer allocation and sharing.

Building the Linux KMD

make KDIR=<path_to_Linux_source> ARCH=arm64 CROSS_COMPILE=<path_to_toolchain>

User Mode Driver and test application

The user mode driver (UMD) includes runtime library. It provides interfaces to load
network from loadable and submit it to NVDLA KMD. For reference, this package also
includes test application demonstrating usage of runtime interfaces.

Building the Linux UMD and test application

export TOP=<path_to_umd>
make

Licensing

NVDLA SW is released under the BSD 3-Clause license.
An exception exists for the NVDLA SW Linux Kernel Mode Driver which is released
under a GPLv2/BSD 3-Clause dual license.
Each source and header file contains its license notice at the start of the file.

NVDLA SW uses some external software components such as flatbuffers, half-precision library.
License text for these softwares is included in COPYING file.

主要指標

概覽
名稱與所有者nvdla/sw
主編程語言C++
編程語言Makefile (語言數: 6)
平台
許可證Other
所有者活动
創建於2017-10-25 11:57:13
推送於2021-01-28 15:04:04
最后一次提交2019-09-29 22:53:53
發布數2
最新版本名稱v1.2.0-OC (發布於 )
第一版名稱v1.2.0 (發布於 )
用户参与
星數497
關注者數63
派生數201
提交數99
已啟用問題?
問題數232
打開的問題數147
拉請求數1
打開的拉請求數2
關閉的拉請求數2
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?