Skip to content
GitLab
Explore
Sign in
Commits · 20a01a90e20b8acce1e5ae99ef648c54b1fadbc5
pycuda
Browse files
Mar 06, 2022
switched to forward declaration but rn its commented
· 20a01a90
Mit Kotak
authored
Mar 06, 2022
20a01a90
Added kernel_arg_list
· 394fba0a
Mit Kotak
authored
Mar 05, 2022
394fba0a
Mar 05, 2022
Fixed cudagraph definition
· d5d2f739
Mit Kotak
authored
Mar 05, 2022
d5d2f739
Added stream capture/end
· da88a270
Mit Kotak
authored
Mar 05, 2022
da88a270
Feb 27, 2022
Added intptr_t
· b9f756d3
Mit Kotak
authored
Feb 27, 2022
b9f756d3
added tests for memcpy & memset +removed ctx input
· 14d74c21
Mit Kotak
authored
Feb 26, 2022
14d74c21
Feb 26, 2022
Migrated test_gpuarray.py::test_kernel_node -> test_driver.py::test_kernel_node
· 75674f26
Mit Kotak
authored
Feb 26, 2022
75674f26
Feb 17, 2022
kernel node test added to CI
· 57bb6e15
Mit Kotak
authored
Feb 17, 2022
57bb6e15
Feb 16, 2022
wrapper-driver issue resolved but there is a catch
· 675350a5
Mit Kotak
authored
Feb 15, 2022
675350a5
Feb 10, 2022
Deleted src/wrapper/test.py
· 679ec20a
Mit Kotak
authored
Feb 10, 2022
679ec20a
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
Loading