Skip to content
#

CUDA

cuda logo

CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs). With CUDA, developers are able to dramatically speed up computing applications by harnessing the power of GPUs.

Here are 3,549 public repositories matching this topic...

fingoldo
fingoldo commented Mar 24, 2022

Problem:

_catboost.pyx in _catboost._set_features_order_data_pd_data_frame()

_catboost.pyx in _catboost.get_cat_factor_bytes_representation()

CatBoostError: Invalid type for cat_feature[non-default value idx=1,feature_idx=336]=2.0 : cat_features must be integer or string, real number values and NaN values should be converted to string.

Could you also print a feature name, not o

PointKernel
PointKernel commented May 24, 2022

Is your feature request related to a problem? Please describe.
When working on #10770 , @ttnghia pointed out groupby::hash is the only use case of unflatten_nested_columns (see rapidsai/cudf#10770 (comment)).

Describe the solution you'd like
We should remove this function once #10770 is merged.

feature request good first issue libcudf tech debt
thrust
jrhemstad
jrhemstad commented May 12, 2022

It is a very common pitfall of Thrust users to attempt to use a __device__ lambda with Thrust algorithms or iterators that fails in silent or obscure ways.

This is frequently due to the limitation that you cannot reliably query the return type of an extended lambda in host code. Specifically

type: enhancement P1: should have good first issue compiler: nvcc
beckernick
beckernick commented May 23, 2022

Many estimators provide a random_state parameter to let users provide seeds for random number generators. Scikit-learn estimators can accept either an integer or a numpy.random.RandomState for random_state, and some PyData ecosystem tools (e.g. Boruta) pass RandomStates to estimators, so it would be nice if we could accept these as well.

import cuml
from sklearn.datasets i
feature request good first issue Cython / Python
xmnlab
xmnlab commented Mar 19, 2019

Hey everyone!

mapd-core-cpu is already available on conda-forge (https://anaconda.org/conda-forge/omniscidb-cpu)

now we should add some instructions on the documentation.

at this moment it is available for linux and osx.

some additional information about the configuration:

  1. for now, always install omniscidb-cpu inside a conda environment (also it is a good practice), eg:
futhark

Created by Nvidia

Released June 23, 2007

Website
developer.nvidia.com/cuda-zone
Wikipedia
Wikipedia

Related Topics

nvcc