From 65ee683c2802df977035740196be1695710e0ea1 Mon Sep 17 00:00:00 2001 From: qiuyunzhe Date: Thu, 18 Jun 2020 17:08:35 -0700 Subject: [PATCH] init --- tutorials/multi_GPU_processing.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tutorials/multi_GPU_processing.md diff --git a/tutorials/multi_GPU_processing.md b/tutorials/multi_GPU_processing.md new file mode 100644 index 0000000..ed053d6 --- /dev/null +++ b/tutorials/multi_GPU_processing.md @@ -0,0 +1,5 @@ +# How to Implement Multi-GPU Processing + +Maybe you are hoping to take advantage of multiple GPU to accelerate inference speed. This is a tutrial to help you deal with it! + +