-
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,992 public repositories matching this topic...
-
Updated
Aug 3, 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
Aug 6, 2021 - C++
-
Updated
Jun 10, 2021 - Python
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
Aug 12, 2021 - Go
For feature engineering tasks, I'd like to be able to determine whether a datetime is the beginning or end of a quarter, like I can in pandas.
Possibly should follow #8676
import pandas as pd
s = pd.Series(["2021-02-27", "2020-03-31"], dtype="datetime64[ms]")
s.dt.is_quarter_end
0 False
1 True
dtype: bool
import pandas as pd
s = pd.Series(["
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 - Python
-
Updated
Feb 10, 2021 - C++
-
Updated
Aug 9, 2021 - C
-
Updated
Aug 11, 2021 - Python
-
Updated
Dec 15, 2020 - Jupyter Notebook
Created by Nvidia
Released June 23, 2007
- Website
- developer.nvidia.com/cuda-zone
- Wikipedia
- Wikipedia
The Github issue tracker URL in error messages should be updated to use issue templates
Originally posted by @esc in numba/numba#7223 (comment)