-
Updated
Jan 4, 2021 - Makefile
cuda
Here are 2,684 public repositories matching this topic...
-
Updated
Feb 25, 2021 - Shell
Problem: the approximate method can still be slow for many trees
catboost version: master
Operating System: ubuntu 18.04
CPU: i9
GPU: RTX2080
Would be good to be able to specify how many trees to use for shapley. The model.predict and prediction_type versions allow this. lgbm/xgb allow this.
-
Updated
Feb 17, 2021 - Python
-
Updated
Feb 24, 2021 - C++
-
Updated
Feb 26, 2021 - C++
-
Updated
Feb 20, 2021 - Go
The constant array
__constant__ char max_string_sentinel[5]{"\xF7\xBF\xBF\xBF"};
is defined in a header file (device_operators.cuh). Therefore, when that header is included multiple times in multiple, separate compilation units, we will have compiling error saying that there are multiple definitions of max_string_sentinel.
Current implementation of join can be improved by performing the operation in a single call to the backend kernel instead of multiple calls.
This is a fairly easy kernel and may be a good issue for someone getting to know CUDA/ArrayFire internals. Ping me if you want additional info.
PR NVIDIA/cub#218 fixes this CUB's radix sort. We should:
- Check whether Thrust's other backends handle this case correctly.
- Provide a guarantee of this in the stable_sort documentation.
- Add regression tests to enforce this on all backends.
-
Updated
Feb 26, 2021 - C
-
Updated
Feb 23, 2021 - C++
Describe the bug
We should be able to compile the googletests of the libcuml++ algorithms without needing to compile the C wrappers (i.e. libcuml.so).
Steps/Code to reproduce bug
Configure the compilation of libcuml++.so and test/ml with:
cmake .. -DBUILD_CUML_TESTS=ON -DBUILD_CUML_CPP_LIBRARY=ON -DBUILD_CUML_C_LIBRARY=OFFThis leads to:
/usr/bin/ld:-
Updated
Sep 11, 2018 - C++
I often use -v just to see that something is going on, but a progress bar (enabled by default) would serve the same purpose and be more concise.
We can just factor out the code from futhark bench for this.
-
Updated
Feb 15, 2021 - Python
-
Updated
Feb 10, 2021 - C++
-
Updated
Dec 15, 2020 - Jupyter Notebook
Thank you for this fantastic work!
Could it be possible the fit_transform() method returns the KL divergence of the run?
Thx!
-
Updated
Feb 23, 2021 - Python
-
Updated
Feb 19, 2021 - C++
-
Updated
Feb 25, 2021 - Python
Improve this page
Add a description, image, and links to the cuda topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cuda topic, visit your repo's landing page and select "manage topics."
(Noticed whilst reviewing #6695)
From the docs for
numba.cuda.atomic.compare_and_swap:It seem