-
Updated
Jun 23, 2021 - 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 2,957 public repositories matching this topic...
-
Updated
Jul 23, 2021 - Shell
New Metric Request
It would be great to have FBeta, F2, or F0.5 metrics to be implemented without the need for a custom metric class defined by user.
catboost version: 0.26
-
Updated
Jun 10, 2021 - Python
-
Updated
Jun 24, 2021 - C++
The depth configuration defined on this line:
is not compatible with the RealSense L515 camera. The following exception is raised:
Traceback (most recent call last):
File "./examples/python/reconstruction_system/sensors/realsense_recorder.py", line 126, in <m
-
Updated
Jul 20, 2021 - Go
For feature engineering tasks, I'd like to be able to determine whether a datetime is the beginning or end of a year, like I can in pandas.
import pandas as pd
s = pd.Series(["2021-02-27", "2020-03-31"], dtype="datetime64[ms]")
s.dt.is_year_end
0 False
1 False
dtype: bool
import pandas as pd
s = pd.Series(["2021-01-01", "2020-04-01"], dtype="datet
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.
请问可以直接training tmfile出来吗? 因为tengine-convert-tool covert 会有error
tengine-lite library version: 1.4-dev
Get input tensor failed
或是有例子能training出下面tmfile 呢?
'
to start an interpreter on the input. Similarly, it would be nice to be able to write futhark run -c 'iota 42'
or echo "iota 42" | futhark run -
to run the interpreter on some simple input.
-
Updated
Jul 23, 2021 - Cuda
-
Updated
Jul 23, 2021 - Python
-
Updated
Feb 10, 2021 - C++
-
Updated
Jul 20, 2021 - Python
-
Updated
Dec 15, 2020 - Jupyter Notebook
-
Updated
Jun 30, 2021 - C
Created by Nvidia
Released June 23, 2007
- Website
- developer.nvidia.com/cuda-zone
- Wikipedia
- Wikipedia
Reporting a bug
visible in the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG).
i.e. it's possible to run as 'python bug.py'.
(a static analyzer bug report)
In file
numba/np/ufunc/omppool.cpp
, `numba/np