-
Updated
May 27, 2021 - C++
nvidia
Here are 825 public repositories matching this topic...
-
Updated
Jun 10, 2021 - C++
Report needed documentation
Report needed documentation
While the estimator guide offers a great breakdown of how to use many of the tools in api_context_managers.py, it would be helpful to have information right in the docstring during development to more easily understand what is actually going on in each of the provided functions/classes/methods. This is particularly important for
-
Updated
Jun 10, 2021 - C++
-
Updated
May 9, 2021
-
Updated
Jun 10, 2021 - C++
-
Updated
Jun 4, 2021 - C
-
Updated
Dec 15, 2020 - Jupyter Notebook
-
Updated
Mar 1, 2021 - Python
-
Updated
Nov 18, 2020 - Shell
Please note that this function has been deprecated in 2011
-
Updated
Jun 2, 2021 - Python
-
Updated
May 21, 2021 - Jupyter Notebook
-
Updated
Jan 3, 2020 - Shell
Something like (trtorch.runtime.execute_engine) vs. (runtime.RunCudaEngine)
-
Updated
Feb 14, 2021 - Python
-
Updated
Jun 4, 2021 - C
Improve this page
Add a description, image, and links to the nvidia topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nvidia topic, visit your repo's landing page and select "manage topics."
Problem
Cub allows itself to place into a namespace via
CUB_NS_PREFIXandCUB_NS_POSTFIX, such that multiple shared libraries can each utilize their own copy of it (and thus different versions can safely coexist). Static variables used for caching could otherwise cause problems (e.g., https://github.com/NVIDIA/cub/blob/main/cub/util_device.cuh#L212).Thrust however depends on cub and