1.md 797 字节
Newer Older
Miykael_xxm's avatar
init  
Miykael_xxm 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
---
title: "编程"
date: 2018-12-29
lastmod: 2020-01-05
weight: 1
type: 
icon: #
description: "人工智能,编程"
# search related keywords
---

- Cython和C++基础
- OpenMP使用
- TensorRT模型部署

## 相关学习资源


### Cython和C++基础

1. Cython见[官方文档](https://cython.readthedocs.io/en/latest/)
2. C++基础见Stroustrup所著的《The C++ Programming Language》


### OpenMP使用

[官方文档](https://www.openmp.org/),注意每一版本有比较大的变化,所以OpenMP尽量根据自己的编译器所支持的版本选择


### TensorRT模型部署

[官方文档](https://docs.nvidia.com/deeplearning/tensorrt/developer-guide/index.html),注意根据CUDA版本不同,API可能有很大的不同,并且官方例子中有一些是有bug的。