Jump to content

Xavier/Deep Learning/Deep Learning Accelerator: Difference between revisions

no edit summary
(Adding image)
No edit summary
Line 25: Line 25:
* '''User Mode Driver''' – The main interface with user-mode programs. After parsing the neural network compiler compiles network layer by layer and converts it into a file format called NVDLA Loadable. User mode runtime driver loads this loadable and submits inference job to Kernel Mode Driver
* '''User Mode Driver''' – The main interface with user-mode programs. After parsing the neural network compiler compiles network layer by layer and converts it into a file format called NVDLA Loadable. User mode runtime driver loads this loadable and submits inference job to Kernel Mode Driver
* '''Kernel Mode Driver''' – Consists of drivers and firmware that do the work of scheduling layer operations on NVDLA and programming the NVDLA registers to configure each functional block.
* '''Kernel Mode Driver''' – Consists of drivers and firmware that do the work of scheduling layer operations on NVDLA and programming the NVDLA registers to configure each functional block.
== Selecting which DLA to use==
You can select which of the two DLAs to use with IBuilder::setDLACore() and IRuntime::setDLACore()
<noinclude>
<noinclude>
{{Xavier/Foot|Deep Learning/TensorRT/Building Examples|Deep Learning/Deep Learning Accelerator/Software Support}}
{{Xavier/Foot|Deep Learning/TensorRT/Building Examples|Deep Learning/Deep Learning Accelerator/Software Support}}
</noinclude>
</noinclude>
661

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.