-
Updated
May 3, 2022 - Makefile
CUDA
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,527 public repositories matching this topic...
-
Updated
May 10, 2022 - Shell
-
Updated
May 14, 2022 - C++
-
Updated
May 14, 2022 - Cuda
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
Description
https://numpy.org/doc/stable/reference/generated/numpy.corrcoef.html
https://docs.cupy.dev/en/stable/reference/generated/cupy.corrcoef.html
Seems args are different
Additional Information
dtype argument added in NumPy version 1.20.
-
Updated
Mar 8, 2022 - Python
Describe the bug
series.unique() returns a cuDF.Series while it returns a numpy.ndarray for pandas.
Steps/Code to reproduce bug
In [1]: import cudf
In [2]: import pandas as pd
In [3]: type(pd.Series([1,1]).unique())
Out[3]: numpy.ndarray
In [4]: type(cudf.Series([1,1]).unique())
Out[4]: cudf.core.series.Series
Expected behavior
I would exp
-
Updated
Apr 23, 2022 - Go
请问可以直接training tmfile出来吗? 因为tengine-convert-tool covert 会有error
tengine-lite library version: 1.4-dev
Get input tensor failed

或是有例子能training出下面tmfile 呢?

Describe the problems or issues found in the documentation
the metric default is euclidean but in the docs it states metric string or callable, optional (default='minkowski')
Suggested fix for documentation
good to include
-
Updated
May 13, 2022 - C++
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:
- for now, always install
omniscidb-cpuinside a conda environment (also it is a good practice), eg:
-
Updated
May 5, 2022 - C++
-
Updated
May 10, 2022 - Cuda
-
Updated
Apr 18, 2022 - C
In order to test manually altered IR, it would be nice to have a --skip-compilation flag for futhark test, just like we do for futhark bench.
-
Updated
May 12, 2022 - C++
-
Updated
Sep 11, 2018 - C++
-
Updated
May 13, 2022 - Python
-
Updated
Jan 12, 2022 - Python
Created by Nvidia
Released June 23, 2007
- Website
- developer.nvidia.com/cuda-zone
- Wikipedia
- Wikipedia
Reporting a bug