Extending NextLA.jl with Portable Tile Low-Rank Kernels
alecarraro
This project aims to extend the Julia linear algebra ecosystem by developing vendor-agnostic GPU kernels in NextLA.jl for large-scale structured...
komamripy - Python Wrapper for KomaMRI
Anvika Singhal
KomaMRI.jl is a high-performance Julia package for MRI simulation and differentiable workflows, but its use is currently limited to the Julia...
Capsule Networks for 3D Medical Imaging Segmentation in Julia
Bhavya-QuantDeveloper
Julia's medical imaging stack currently relies on 3D U-Net variants for segmentation, which lose spatial relationships through max-pooling. This...
Differentiable GPU-accelerated MRI Simulations
Kareem Fareed
Advanced magnetic resonance imaging techniques, such as RF pulse optimization, increasingly rely on complex, high-performance physical simulations...
A Generalized RAG-LLM Workflow Support Tool for JuliaHealth
Param Thakkar
This project addresses the challenge of unreliable LLM outputs in complex health informatics workflows by building a domain-grounded...
Improving performance using sparse linear algebra
Parv Mittal
Graph Neural Networks (GNNs) rely on message passing, traditionally implemented via a gather/scatter mechanism. In GraphNeuralNetworks.jl, this...
Bell Distillation Optimization Algorithm
Rohan101
This project aims to develop a Julia module for simulating and optimizing Bell distillation circuits, addressing the challenge of selecting efficient...
Allocation-Free GPU Adaptive Mesh Refinement for P4estMesh in Trixi.jl.
Shahu Karale
My main goal this summer is to make Adaptive Mesh Refinement (AMR) fast and efficient for P4estMesh on GPUs within Trixi.jl. Right now, whenever the...
CLI Tools for Efficient MCMC Inference in TuringLang
Shravanpuri Goswami
This project develops agent-accessible CLI tooling for the Julia Bayesian ecosystem, delivering three main components: DoodlePPL CLI for model...
JuliaGPU: Improving GPU stack portability in JuliaGPU
Shreyas Hegde
The Julia GPU ecosystem allows users to write array programs that run seamlessly across NVIDIA, AMD, and Intel GPUs. This functional portability...
Molly.jl: Machine Learning Potentials for Molecular Dynamics
Siva Sathyaseelan
Classical force fields in molecular dynamics are fast but cannot capture bond breaking, charge transfer, or complex many-body chemistry. Machine...
Implementing GPU Multi-Stream Capabilities to Dagger.jl
Victor Camara
Dagger.jl currently serializes all GPU tasks onto a single stream per device, leaving independent DAG branches unable to run concurrently and GPU...