-
Updated
Aug 9, 2021 - C++
nvidia
Here are 870 public repositories matching this topic...
-
Updated
Aug 11, 2021 - C++
-
Updated
Aug 15, 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
Aug 6, 2021
-
Updated
Aug 4, 2021 - C++
-
Updated
Aug 18, 2021 - C
-
Updated
Dec 15, 2020 - Jupyter Notebook
-
Updated
Aug 11, 2021 - Python
-
Updated
Jun 12, 2021 - Shell
I would like to be able to determine my device-wide primitive's temp_storage_bytes before I have all of the primitive's arguments ready. The interface for obtaining it ostensibly requires everything to be ready for the actual run - and the documentation does not make it clear what arguments it actually needs and what it's going to do with them (e.g. will it look at the input at all, in any way? Pr
-
Updated
Aug 16, 2021 - Python
-
Updated
Aug 17, 2021 - Jupyter Notebook
-
Updated
Jan 3, 2020 - Shell
Is your feature request related to a problem? Please describe.
Non convertible nodes right now is just an explicit list of operators to skip. It doesnt do any sort of graph patching to cover the skipped outputs leading to compilation failures.
Describe the solution you'd like
-
Updated
Aug 18, 2021 - Jupyter Notebook
-
Updated
Feb 14, 2021 - Python
-
Updated
Jun 20, 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."
First of all, great library!
I am having some confusion in understanding the role of
values_first2inset_difference_by_keyas mentioned here.In general terms, the result of set difference
D = A - Bwill not contain values fromBthereforevalues_first2can never be part ofD. So `val