cuda
Here are 1,984 public repositories matching this topic...
low priority issue , it is not a real issue to debug this error , and install bc afterwards , but nevertheless , this is not a native linux command . you should add some warning in , maybe in run.sh for all the diarizations recipe , or in the script itself.
PFN CI requires a Google account to browse the test results.
That should be noted at the top of the contribution guide.
Would be great to have new option in Pool. Just like cat_features list of numbers or column names.
Related: #2518
_J looks unused but actually used in some functions within CuPy.
I'm not sure if it should be documented to the public, but at least there should be a comment.
Is your feature request related to a problem? Please describe.
According to the Arrow spec:
Bitmaps are to be initialized to be all unset at allocation time (this includes padding).
This would imply that bits outside the range [0, size) should always be zero. However, in cuDF/libcudf, we take a more conservative approach and say that bits outside [0,size) are undefined in order to a
Describe the bug
We previously had a test coverage of 82% but now it drops to 75%. Ideally, code coverage should be > 80% for a healthy repo.
To Reproduce
Steps to reproduce the behavior:
- go to https://codecov.io/gh/uber/aresdb you will see detailed overage for each package, file, method, and lines.
Expected behavior
Ideally, code coverage should be > 80% for a healthy
move to https://github.com/dmlc/tvm/
-
Updated
Dec 13, 2019 - C++
e.g. based on the google doc https://docs.google.com/document/d/1ZI1V_2I3tETAeGnAwYZnrYTdeiOfdtWCL4l4DmRimFc/
p.s. I think that using docker for the course is an overhead which is not justified. As people create a designated VM for the course it would have been better to share a VM image so installation is one click and forget about docker. Docker is great when you need multiple environment or
ThunderSVM: A Fast SVM Library on GPUs and CPUs
-
Updated
Dec 10, 2019 - C++
Describe the bug
The target clean of the root build.sh script should clean all build artifacts of a build made with the standard names and folder paths. Currently it erases almost everything, but fails to delete the cythonized files of the .pyx source files, like python/cuml/cluster/dbscan.pyx. The script should erase those artifacts as well to trigger a "re-cythonization" of all file
Performance-optimized wheels for TensorFlow (SSE, AVX, FMA, XLA, MPI)
-
Updated
Dec 14, 2019
The Python API has a random_seed attribute for the tsnecuda.TSNE class but it's ignored.
Random seed is tracked as an option within the tsnecuda implementation but it looks hard coded to time-based seed instead. Is there a good reason for this?
I might implement and PR this change unless you indicate otherwise or do it first.
💰 USB flash drive ISO image for Ethereum, Zcash and Monero mining with NVIDIA graphics cards and Ubuntu GNU/Linux (headless)
-
Updated
Dec 9, 2019 - Shell
CUDA Templates for Linear Algebra Subroutines
-
Updated
Dec 14, 2019 - Cuda
Embedded language for high-performance array computations
-
Updated
Dec 13, 2019 - Haskell
VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP
-
Updated
Dec 14, 2019 - C++
Improve this page
Add a description, image, and links to the cuda topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cuda topic, visit your repo's landing page and select "manage topics."
The problem as far as I understand is that libfoo.so's only knowledge about libcuda.so is its SONAME, which is libcuda.so.1, so a binary wanting to link in libfoo.so needs to know who to find libcuda.so.1 in order to verify the available symbols. Generally, ld's suggestion is to use -rpath-link to provide the path to the library, but the nvidia docker repository doesn't come with the symlink to li