×

PyCUDA

swMATH ID: 9005
Software Authors: NVIDIA
Description: PyCUDA gives you easy, Pythonic access to Nvidia‘s CUDA parallel computation API. Several wrappers of the CUDA API already exist–so why the need for PyCUDA? Object cleanup tied to lifetime of objects. This idiom, often called RAII in C++, makes it much easier to write correct, leak- and crash-free code. PyCUDA knows about dependencies, too, so (for example) it won’t detach from a context before all memory allocated in it is also freed. Convenience. Abstractions like pycuda.compiler.SourceModule and pycuda.gpuarray.GPUArray make CUDA programming even more convenient than with Nvidia’s C-based runtime. Completeness. PyCUDA puts the full power of CUDA’s driver API at your disposal, if you wish. Automatic Error Checking. All CUDA errors are automatically translated into Python exceptions. Speed. PyCUDA’s base layer is written in C++, so all the niceties above are virtually free. Helpful Documentation. You’re looking at it. ;)
Homepage: http://documen.tician.de/pycuda/
Dependencies: CUDA
Related Software: PyOpenCL; CUDA; Python; OpenCL; SciPy; NumPy; CUBLAS; mpi4py; ParaView; Mako; Matplotlib; GitHub; Numba; gputools; TensorFlow; PyTorch; Julia; CUSPARSE; MKL; VTK
Cited in: 23 Documents
all top 5

Cited by 87 Authors

2 Vincent, Peter E.
2 Witherden, Freddie D.
1 Agarwal, Arpit
1 Albers, Tony
1 Barba, Lorena A.
1 Bardhan, Jaydeep P.
1 Baty, Hubert
1 Beck, Tilmann
1 Bhargava, Rohit
1 Bhosale, Aditya
1 Boys, B.
1 Bresler, Yoram
1 Carney, P. Scott
1 Cisternas, Jaime E.
1 Cooper, Christopher D. H.
1 Cottet, Georges-Henri
1 Dinesh, A.
1 Drui, Florence
1 Dutt, Arkopal
1 Essadki, Mohamed
1 Etancelin, Jean-Matthieu
1 Farrington, A. M.
1 Franck, Emmanuel
1 Girolami, Mark A.
1 Govind, Rahul
1 Gräf, Manuel
1 Grafke, Tobias
1 Habring, Andreas
1 Helluy, Philippe
1 Hielscher, Ralf
1 Holler, Martin
1 Holm, Håvard Heitlo
1 Hornikx, Maarten
1 Januszewski, M.
1 Jung, Jonathan
1 Kaushik, Chandrashekhar
1 Kaushik, Rohan
1 Kim, Sang Cheol
1 Klingenberg, Christian
1 Knepley, Matthew G.
1 Ko, Seyoon
1 Kostur, Marcin
1 Krijnen, Thomas
1 Kumar, Anshuman
1 Kurapati, Vikas
1 Larat, Adam
1 Lazar, Aurel A.
1 Lee, Seunghwan
1 Li, Xue
1 Liesegang, Moritz
1 Lysenko, Mikola
1 Menon, Dileep
1 Merrison-Hort, Robert
1 Muta, Abhinav
1 Negi, Pawan
1 Nelaturi, Saigopal
1 Neumayer, Sebastian
1 Pandey, Pankaj
1 Patil, Mrinalgouda
1 Pelletier, Milan
1 Pérignon, Franck
1 Perrier, Vincent
1 Pfister, Luke
1 Picard, Christophe
1 Puri, Kunal
1 Radons, Günter
1 Ramachandran, Prabhu
1 Sætra, Martin Lilleeng
1 Sanka, Suraj
1 Schiavazzi, Daniele E.
1 Schorlepp, Timo
1 Sebastian, Amal S.
1 Sen, Ananyo
1 Shapiro, Vadim
1 Stadler, Georg
1 Steidl, Gabriele
1 Tavker, Deep
1 Terrel, Andy R.
1 Thanhäuser, Lukas
1 Tong, Shanyin
1 van Harten, Louis
1 van Leeuwen, Peter Jan
1 Vermeire, Brian C.
1 Won, Joongho
1 Yu, Donghyeon
1 Zhou, Hua
1 Zhou, Yiyin

Citations by Year