Myelin
Myelin
A Deep Learning Compiler and executor built by NVIDIA and integrated into TensorRT for out-of-box performance for general networks. Myelin takes a subgraph from TensorRT, compiles it to Myelin Virtual Machine Format and insert back to the original graph; the part is then executed by Myelin executor.
Myelin compiler:
- Myelin graph optimizer
- Myelin kernel generator: generated fused kernels
Myelin executor:
实例
相关内容
从已知理解未知