Ross ROSS = Recommend OSS · open-source software intelligence for agents

JuliaGPU/CUDA.jl

CUDA programming in Julia. observed · 2026-08-28

github.com/JuliaGPU/CUDA.jl · homepage · Julia · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 98
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 10.0
  • age_days: 2553
  • days_rel: 12
  • days_push: 7
  • n_releases_24m: 35

Full methodology

Adoption not part of the score

1424 stars · 279 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

CUDA.jl is the main Julia package for programming NVIDIA CUDA GPUs, offering a high-level CuArray abstraction, a compiler for writing CUDA kernels in Julia, and wrappers for CUDA libraries. It has been developed since 2014 and aims for CUDA C-level performance without requiring a separate CUDA toolkit installation.

Use cases

  • run array computations on an NVIDIA GPU from Julia
  • write custom CUDA kernels in Julia instead of C
  • accelerate scientific computing workloads with GPUs
  • offload matrix operations to the GPU without GPU programming experience
  • interface directly with CUDA APIs and libraries from Julia

When to choose

  • you program in Julia and want GPU acceleration on NVIDIA hardware
  • you want a high-level array abstraction with automatic GPU offloading
  • you need CUDA C-level performance while writing kernels in Julia
  • you want automatic CUDA toolkit installation without manual setup

When to avoid

  • you use AMD or Intel GPUs rather than NVIDIA
  • you need GPU programming in Python, C++, or another language
  • you have no NVIDIA driver available on your system

Facets

library · maturity stable

gpu-computing compiler sdk benchmarking gpu-computing machine-learning data-science programming-languages windows cuda nvidia julia gpu-programming kernels cuaray high-performance-computing linux macos gpu docker

3 sources

Member repositories

RepositoryRoleHealth v2
JuliaGPU/CUDA.jlmain99

For agents

markdown · JSON · MCP: product_card(name="JuliaGPU/CUDA.jl")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem