Skip to content
#

cuda

Here are 2,684 public repositories matching this topic...

numba
pseudotensor
pseudotensor commented Jan 12, 2021

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.

dantegd
dantegd commented Feb 10, 2021

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=OFF

This leads to:

/usr/bin/ld:
futhark

Improve this page

Add a description, image, and links to the cuda topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cuda topic, visit your repo's landing page and select "manage topics."

Learn more