Skip to content
GitLab
Explore
Sign in
Commits · d9f3a8a4ca7496dcb9eb875cc5aad52069378d65
pycuda
Browse files
Feb 10, 2022
Removed annoying ;
· d9f3a8a4
Mit Kotak
authored
Feb 10, 2022
d9f3a8a4
Update src/cpp/cuda.hpp, src/wrapper/wrap_cudagraph.cpp
· ee97cd84
Mit Kotak
authored
Feb 10, 2022
ee97cd84
Feb 06, 2022
Update src/cpp/cudagraph.hpp
· 61c40694
Mit Kotak
authored
Feb 06, 2022
61c40694
Completed first draft of wrapper
· 28e2a1ad
Mit Kotak
authored
Feb 06, 2022
28e2a1ad
Feb 05, 2022
Completed everything except memcpy and memset
· 97a61d6c
Mit Kotak
authored
Feb 04, 2022
97a61d6c
Merge branch 'cudagraph' of
https://gitlab.tiker.net/kaushikcfd/pycuda
into cudagraph
· 0b1470b4
Mit Kotak
authored
Feb 04, 2022
0b1470b4
removed overlap from rpow scalar mr
· 800acd2c
Mit Kotak
authored
Feb 05, 2022
800acd2c
Everything apart from kernel node is working
· fbccc44a
Mit Kotak
authored
Feb 04, 2022
fbccc44a
Jan 25, 2022
get_nodes() fixed issues
· c38290cc
Mit Kotak
authored
Jan 25, 2022
c38290cc
Jan 23, 2022
commented out other functions
· 749a5d93
Mit Kotak
authored
Jan 23, 2022
749a5d93
node -> node*
· 7256bbff
Mit Kotak
authored
Jan 23, 2022
7256bbff
Switching to py::list
· 15769302
Mit Kotak
authored
Jan 23, 2022
15769302
Jan 22, 2022
Forgot to uncomment wrapper part
· 26c73234
Mit Kotak
authored
Jan 22, 2022
26c73234
Exposed remove_dependencies as well
· 49b024e1
Mit Kotak
authored
Jan 22, 2022
49b024e1
add_empty_node + add_dependencies working now
· fea676f8
Mit Kotak
authored
Jan 22, 2022
fea676f8
minor typo in add_dependencies
· 4f285a24
Mit Kotak
authored
Jan 22, 2022
4f285a24
Removed to_std function but setup.py still failing
· bd3afa85
Mit Kotak
authored
Jan 22, 2022
bd3afa85
py::object input added for add_empty_node
· 26bf2352
Mit Kotak
authored
Jan 22, 2022
26bf2352
function input change in add_empty_node
· 7a0713a2
Mit Kotak
authored
Jan 22, 2022
7a0713a2
Merge branch 'main' into 'cudagraph'
· f40198a2
Mit Kotak
authored
Jan 22, 2022
f40198a2
roll back to main's compyte version
· ea42e668
Kaushik Kulkarni
authored
Jan 21, 2022
ea42e668
Node/dependencies modifying functions
· 7ee84f89
Mit Kotak
authored
Jan 21, 2022
7ee84f89
Jan 21, 2022
Slightly merged conditional branches in _pow
· 0ca08699
Mit Kotak
authored
Jan 21, 2022
0ca08699
Merge branch 'main' of
https://gitlab.tiker.net/kaushikcfd/pycuda
· f1bb7618
Mit Kotak
authored
Jan 21, 2022
f1bb7618
Fix Py2 syntax in tutorial (gh-340)
· 59fe0e35
Andreas Klöckner
authored
Jan 11, 2022
and
Mit Kotak
committed
Jan 21, 2022
59fe0e35
Tweak bug report template
· d6e22f14
Andreas Klöckner
authored
Dec 06, 2021
and
Mit Kotak
committed
Jan 21, 2022
d6e22f14
Create config.yml
· efd4bab2
Andreas Klöckner
authored
Dec 06, 2021
and
Mit Kotak
committed
Jan 21, 2022
efd4bab2
Add issue templates
· 384ebd27
Andreas Klöckner
authored
Dec 06, 2021
and
Mit Kotak
committed
Jan 21, 2022
384ebd27
Update docs to reflect that 3D grids are possible
· 87d34368
Andreas Klöckner
authored
Dec 01, 2021
and
Mit Kotak
committed
Jan 21, 2022
87d34368
Merged get_rpow_kernel into get_pow_array_kernel + Improved test_pow_array to catch order flips
· e0d744c6
Mit Kotak
authored
Jan 17, 2022
e0d744c6
Rpow scalar
· b8d756ba
Kaushik Kulkarni
authored
Jan 08, 2022
and
Mit Kotak
committed
Jan 21, 2022
b8d756ba
Removed Indentation in stack()
· 6b06323c
Mit Kotak
authored
Jul 26, 2021
and
Mit Kotak
committed
Jan 21, 2022
6b06323c
Removed Indentation errors
· e5cc82e8
Mit Kotak
authored
Jul 26, 2021
and
Mit Kotak
committed
Jan 21, 2022
e5cc82e8
Implemented gpuarray.(stack|concatenate) + docs
· 5664b3e4
Mit Kotak
authored
Jul 26, 2021
and
Mit Kotak
committed
Jan 21, 2022
5664b3e4
Implemented test_gpuarray.test_(stack|concatenate)
· 2fd2d847
Mit Kotak
authored
Jul 26, 2021
and
Mit Kotak
committed
Jan 21, 2022
2fd2d847
Implemented gpuarray.(stack|concatenate) + docs
· 835406a7
Mit Kotak
authored
Jul 26, 2021
and
Mit Kotak
committed
Jan 21, 2022
835406a7
Simplify, standardize sphinx setup
· 3c4a4a62
Andreas Klöckner
authored
Jun 25, 2021
and
Mit Kotak
committed
Jan 21, 2022
3c4a4a62
docs: fix a few simple typos
· d2dd127e
Tim Gates
authored
Jun 09, 2021
and
Mit Kotak
committed
Jan 21, 2022
d2dd127e
doc/source/index.rst: remove duplicate reikna entry
· 02b4eac8
Maxim Belkin
authored
May 31, 2021
and
Mit Kotak
committed
Jan 21, 2022
02b4eac8
Update device_attribute from cuda 6 to 11.3
· f783c4f2
ByLamacq
authored
May 12, 2021
and
Mit Kotak
committed
Jan 21, 2022
f783c4f2
Loading