-
Updated
Aug 21, 2020 - Makefile
cuda
Here are 2,388 public repositories matching this topic...
-
Updated
Aug 21, 2020 - Shell
-
Updated
Aug 17, 2020 - Python
Problem:
catboost version: 0.23.2
Operating System: all
Tutorial: https://github.com/catboost/tutorials/blob/master/custom_loss/custom_metric_tutorial.md
Impossible to use custom metric (С++).
Code example
from catboost import CatBoost
train_data = [[1, 4, 5, 6],
-
Updated
Aug 20, 2020 - C++
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.
There are (at least) two ways in which the reinterpret_cast is misused:
- Used instead of
static_cast:
https://github.com/rapidsai/cudf/blob/f7fbc1160b17b969db2708e0cf6033d3db9fc1cf/cpp/src/io/avro/avro_gpu.cu#L95
static cast should be used to cast fromvoid*. - The use causes undefined behavior:
https://github.com/rapidsai/cudf/blob/f7fbc1160b17b969db2708e0cf6033d3db9fc1cf/cpp/src/io
-
Updated
Aug 20, 2020 - C++
-
Updated
Sep 11, 2018 - C++
All dev environments should install faiss from conda. The 10.2 environment is currently missing it. It's also missing ucx-proc. Should follow the other env styles.
See: https://github.com/rapidsai/cuml/blob/branch-0.15/conda/environments/cuml_dev_cuda10.2.yml
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
Apr 6, 2019 - Jupyter Notebook
-
Updated
Jul 22, 2020 - C++
Thank you for this fantastic work!
Could it be possible the fit_transform() method returns the KL divergence of the run?
Thx!
-
Updated
Aug 17, 2020 - Python
-
Updated
Jul 11, 2020 - Python
-
Updated
Jul 15, 2019
-
Updated
Aug 9, 2020 - Clojure
-
Updated
Jul 13, 2020 - Cuda
-
Updated
Jul 9, 2020 - Python
-
Updated
Aug 21, 2020 - Python
-
Updated
Jun 30, 2020 - C++
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."

As an example,
gives
ValueError: array length <= 0.Currently these lines contain a workaround because of this issue:
https://github.com/numba/numba/blob/3399d618b334c75a7c5c1ab85ec02769fb3b4c3b/numba/cuda/cudadrv/devicearray.py#L432-L455