Skip to content

Commit

Permalink
miss code symbol (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvhan028 committed Apr 1, 2022
1 parent 4a081a0 commit d086c06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/build/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ mkdir build -ErrorAction SilentlyContinue
cd build
cmake .. -G "Visual Studio 16 2019" -A x64 -T v142 -DMMDEPLOY_TARGET_BACKENDS="ort" -DONNXRUNTIME_DIR="$env:ONNXRUNTIME_DIR"
cmake --build . --config Release -- /m
```

- **TensorRT** Custom Ops

Expand All @@ -302,6 +303,7 @@ mkdir build -ErrorAction SilentlyContinue
cd build
cmake .. -G "Visual Studio 16 2019" -A x64 -T v142 -DMMDEPLOY_TARGET_BACKENDS="trt" -DTENSORRT_DIR="$env:TENSORRT_DIR" -DCUDNN_DIR="$env:CUDNN_DIR"
cmake --build . --config Release -- /m
```

- **ncnn** Custom Ops

Expand Down

0 comments on commit d086c06

Please sign in to comment.