cudf | CUDA.jl | |
---|---|---|
27 | 15 | |
8,496 | 1,222 | |
1.1% | 0.7% | |
9.9 | 9.4 | |
4 days ago | 9 days ago | |
C++ | Julia | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cudf
-
Unleashing GPU Power: Supercharge Your Data Processing with cuDF
cuDF Documentation
-
This Week In Python
cudf – GPU DataFrame Library
- cuDF – GPU DataFrame Library
- CuDF – GPU DataFrame Library
-
A Polars exploration into Kedro
The interesting thing about Polars is that it does not try to be a drop-in replacement to pandas, like Dask, cuDF, or Modin, and instead has its own expressive API. Despite being a young project, it quickly got popular thanks to its easy installation process and its “lightning fast” performance.
-
Why we dropped Docker for Python environments
Perhaps the largest for package size is the NVIDIA developed rapids toolkit https://rapids.ai/ . Even still adding things like pandas and some geospatial tools, you rapidly end up with an image well over a gigabyte, despite following cutting edge best practice with docker and python.
-
Introducing TeaScript C++ Library
Yes sure, that is how OpenMP does; but on the other side: you seem to already do some basic type inference, and building an AST, no? Then you know as well the size and type of your vectors, and can execute actions in parallel if there is enough data to be worth parallelizing. Is there anyone who don't want their code to execute faster if it is possible? Those that do work in big data domain do use threads and vectorized instructions without user having to type in any directive; just import different library. Example, numpy or numpy with cuda backend, or similar GPU accelerated libraries like cudf.
-
[D] Can we use Ray for distributed training on vertex ai ? Can someone provide me examples for the same ? Also which dataframe libraries you guys used for training machine learning models on huge datasets (100 gb+) (because pandas can't handle huge data).
Not the answer about Ray: you could use rapids.ai. I'm using it for for dataframe manipulation on GPU
-
Story of my life
To put Data Analytics on GPU Steroids, Try RAPIDS cudf https://rapids.ai/
-
Artificial Intelligence in Python
You can scope out https://rapids.ai/. Nvidia's AI toolkits. They have some handy notebooks to poke at to get you started.
CUDA.jl
-
Ask HN: Best way to learn GPU programming?
It would also mean learning Julia, but you can write GPU kernels in Julia and then compile for NVidia CUDA, AMD ROCm or IBM oneAPI.
https://juliagpu.org/
I've written CUDA kernels and I knew nothing about it going in.
- What's your main programming language?
-
How is Julia Performance with GPUs (for LLMs)?
See https://juliagpu.org/
- Yann Lecun: ML would have advanced if other lang had been adopted versus Python
-
C++ is making me depressed / CUDA question
If you just want to do some numerical code that requires linear algebra and GPU, your best bet would be Julia or Python+JAX.
-
Parallélisation distribuée presque triviale d’applications GPU et CPU basées sur des Stencils avec…
GitHub - JuliaGPU/CUDA.jl: CUDA programming in Julia.
- Why Fortran is easy to learn
-
Generic GPU Kernels
Should have (2017) in the title.
Indeed cool to program julia directly on the GPU and Julia on GPU and this has further evolved since then, see https://juliagpu.org/
-
Announcing The Rust CUDA Project; An ecosystem of crates and tools for writing and executing extremely fast GPU code fully in Rust
I'm excited to eventually see something like JuliaGPU with support for multiple backends.
-
[Media] 100% Rust path tracer running on CPU, GPU (CUDA), and OptiX (for denoising) using one of my upcoming projects. There is no C/C++ code at all, the program shares a single rust crate for the core raytracer and uses rust for the viewer and renderer.
That's really cool! Have you looked at CUDA.jl for the Julia language? Maybe you could take some ideas from there. I am pretty sure it does the same thing you do here, and they support any arbitrary code with the limitations that you cannot allocate memory, I/O is disallowed, and badly-typed code(dynamic) will not compile.
What are some alternatives?
Numba - NumPy aware dynamic Python compiler using LLVM
cupynumeric - An Aspiring Drop-In Replacement for NumPy at Scale
chia-plotter
LoopVectorization.jl - Macro(s) for vectorizing loops.
wif500 - Try to find the WIF key and get a donation 200 btc
awesome-quant - A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
rmm - RAPIDS Memory Manager
GPUCompiler.jl - Reusable compiler infrastructure for Julia GPU backends.
Pytorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration
CudaPy - CudaPy is a runtime library that lets Python programmers access NVIDIA's CUDA parallel computation API.
mpire - A Python package for easy multiprocessing, but faster than multiprocessing
Tullio.jl - ⅀