From e16e8a463e4fb7953d8c1cb509423a88ace6f443 Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Wed, 24 Nov 2021 21:18:05 -0600 Subject: [PATCH] move threads section to performance to match master branch --- tutorials/performance/index.rst | 10 ++++++++++ .../{ => performance}/threads/thread_safe_apis.rst | 0 .../threads/using_multiple_threads.rst | 0 tutorials/threads/index.rst | 9 --------- 4 files changed, 10 insertions(+), 9 deletions(-) rename tutorials/{ => performance}/threads/thread_safe_apis.rst (100%) rename tutorials/{ => performance}/threads/using_multiple_threads.rst (100%) delete mode 100644 tutorials/threads/index.rst diff --git a/tutorials/performance/index.rst b/tutorials/performance/index.rst index c28c1be93..eb9c4279a 100644 --- a/tutorials/performance/index.rst +++ b/tutorials/performance/index.rst @@ -86,3 +86,13 @@ GPU :name: toc-learn-features-3d-optimization optimizing_3d_performance + +Multi-threading +-- + +.. toctree:: + :maxdepth: 1 + :name: toc-learn-features-threads + + threads/thread_safe_apis + threads/using_multiple_threads diff --git a/tutorials/threads/thread_safe_apis.rst b/tutorials/performance/threads/thread_safe_apis.rst similarity index 100% rename from tutorials/threads/thread_safe_apis.rst rename to tutorials/performance/threads/thread_safe_apis.rst diff --git a/tutorials/threads/using_multiple_threads.rst b/tutorials/performance/threads/using_multiple_threads.rst similarity index 100% rename from tutorials/threads/using_multiple_threads.rst rename to tutorials/performance/threads/using_multiple_threads.rst diff --git a/tutorials/threads/index.rst b/tutorials/threads/index.rst deleted file mode 100644 index aafd4f6bd..000000000 --- a/tutorials/threads/index.rst +++ /dev/null @@ -1,9 +0,0 @@ -Multi-threading -=============== - -.. toctree:: - :maxdepth: 1 - :name: toc-learn-features-threads - - using_multiple_threads - thread_safe_apis