Browse Source

move threads section to performance to match master branch

Nathan Lovato 3 years ago
parent
commit
e16e8a463e

+ 10 - 0
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

+ 0 - 0
tutorials/threads/thread_safe_apis.rst → tutorials/performance/threads/thread_safe_apis.rst


+ 0 - 0
tutorials/threads/using_multiple_threads.rst → tutorials/performance/threads/using_multiple_threads.rst


+ 0 - 9
tutorials/threads/index.rst

@@ -1,9 +0,0 @@
-Multi-threading
-===============
-
-.. toctree::
-   :maxdepth: 1
-   :name: toc-learn-features-threads
-
-   using_multiple_threads
-   thread_safe_apis