Cula.txt

If you’ve recently started working with GPU-accelerated linear algebra, you might have noticed a new neighbor in your project folder: cula.txt .

Are you currently into a specific project, or did you find the file unexpectedly and need help identifying which program installed it? programmers_guide vR17 (CUDA 5.0) documentation - CULA cula.txt

CULA is a library designed to bring the power of LAPACK (Linear Algebra PACKage) to NVIDIA GPUs. In plain English: it takes complex math—like matrix decompositions and solving linear systems—and offloads it from your CPU to your much faster GPU. cula.txt