-
Updated
Sep 28, 2020 - C++
nvidia
Here are 665 public repositories matching this topic...
-
Updated
Sep 29, 2020 - C++
-
Updated
Sep 28, 2020
Report needed documentation
We do not have documentation specifying the different treelite Operator values that FIL supports. (https://github.com/dmlc/treelite/blob/46c8390aed4491ea97a017d447f921efef9f03ef/include/treelite/base.h#L40)
Report needed documentation
https://github.com/rapidsai/cuml/blob/branch-0.15/cpp/test/sg/fil_test.cu
There are multiple places in the fil_test.cu file
-
Updated
Sep 30, 2020 - C
-
Updated
Sep 29, 2020 - Jupyter Notebook
-
Updated
Sep 7, 2020 - C
-
Updated
Sep 28, 2020 - Shell
-
Updated
Sep 25, 2020 - Jupyter Notebook
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
Jan 3, 2020 - Shell
-
Updated
Sep 28, 2020 - Python
-
Updated
Jul 25, 2020 - Python
-
Updated
Sep 7, 2020 - C
-
Updated
Aug 18, 2020 - C#
-
Updated
Nov 22, 2019 - Python
-
Updated
Dec 11, 2018 - Shell
-
Updated
Apr 7, 2020 - 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."
Would it make sense to add a variadic overload of
make_zip_iteratorthat composes the existingmake_zip_iteratorwithmake_tuple? I have this in my own code, and I find that it reduces syntactic overhead.