Skip to content
GitLab
Explore
Sign in
Commits · 1fab064f13bb6b2db054d710060fe49c3092beea
pycuda
Browse files
May 26, 2022
trying out CI gpu
· 1fab064f
Mit Kotak
authored
May 25, 2022
1fab064f
fixed flake8 errors
· df026dd1
Mit Kotak
authored
May 25, 2022
df026dd1
memalloc operation not supported + array memcpy
· 5ce5a116
Mit Kotak
authored
May 25, 2022
5ce5a116
May 23, 2022
solved kernel_node issue
· 7d9f6b50
Mit Kotak
authored
May 22, 2022
7d9f6b50
May 22, 2022
added buffer mode in kernel_node
· 250d3a4f
Mit Kotak
authored
May 22, 2022
250d3a4f
fixed compilation issue
· fb4a7df9
Mit Kotak
authored
May 21, 2022
fb4a7df9
added memfree + memalloc
· a32bea3f
Mit Kotak
authored
May 21, 2022
a32bea3f
Apr 03, 2022
removed test.dot
· ef36c117
mitkotak
authored
Apr 03, 2022
ef36c117
Cleaned up code
· ecca8175
mitkotak
authored
Apr 03, 2022
ecca8175
added memalloc node
· fa1d4447
mitkotak
authored
Apr 03, 2022
fa1d4447
fixed small typo in setup.py
· 1fa916e0
mitkotak
authored
Apr 02, 2022
1fa916e0
Apr 02, 2022
Revert "Resolved flake8"
· 3914d71a
Mit Kotak
authored
Apr 02, 2022
3914d71a
Revert "ctx.pop()"
· 6bba46da
Mit Kotak
authored
Apr 02, 2022
6bba46da
Revert "Spring cleaning !!"
· e7ca729d
Mit Kotak
authored
Apr 02, 2022
e7ca729d
Mar 19, 2022
Resolved flake8
· 83753078
Mit Kotak
authored
Mar 18, 2022
83753078
Resolved FIXMEs
· 4217b350
Mit Kotak
authored
Mar 19, 2022
4217b350
removed spurious diffs from gpuarray.py
· 2fd8e29f
Mit Kotak
authored
Mar 19, 2022
2fd8e29f
Mar 18, 2022
removed test.dot
· 5a34a12f
Mit Kotak
authored
Mar 18, 2022
5a34a12f
removed order="A" commit
· 9e11da7d
Mit Kotak
authored
Mar 18, 2022
9e11da7d
Removed print statments from cudagraph.hpp
· 978bb546
Mit Kotak
authored
Mar 18, 2022
978bb546
Mar 17, 2022
Fixed dimensions in test_kernel_node
· 9a6f23f8
Mit Kotak
authored
Mar 17, 2022
9a6f23f8
Mar 16, 2022
test_kernel_node not working
· e1e3962e
Mit Kotak
authored
Mar 16, 2022
e1e3962e
migrated everything back to separate files
· 898afdad
Mit Kotak
authored
Mar 16, 2022
898afdad
Mar 14, 2022
Spring cleaning !!
· 607dbadf
Mit Kotak
authored
Mar 14, 2022
607dbadf
flake8 wanted '' -> ""
· 806748e0
Mit Kotak
authored
Mar 14, 2022
806748e0
added graph test features
· db5e6b70
Mit Kotak
authored
Mar 14, 2022
db5e6b70
ctx.pop()
· d2788473
Mit Kotak
authored
Mar 14, 2022
d2788473
resolved flake8 + import issues
· e92c4036
Mit Kotak
authored
Mar 14, 2022
e92c4036
memcpy_htod,dtod,dtoh are working :)
· d707c736
Mit Kotak
authored
Mar 14, 2022
d707c736
Mar 13, 2022
memset support added
· d45f536b
Mit Kotak
authored
Mar 13, 2022
d45f536b
fixed errors in test_driver.py
· a8e715fb
Mit Kotak
authored
Mar 12, 2022
a8e715fb
Added support for order=A
· 147f8474
Mit Kotak
authored
Mar 12, 2022
147f8474
Mar 12, 2022
Merge branch 'order_A' into cudagraph
· 2cddf03c
Mit Kotak
authored
Mar 12, 2022
2cddf03c
Mar 08, 2022
changed memcpy_node to match memcpy_htod
· 637f314c
Mit Kotak
authored
Mar 08, 2022
637f314c
Mar 07, 2022
added get and set kernel node params to CI
· be41b982
Mit Kotak
authored
Mar 07, 2022
be41b982
Added and passed test for stream capture
· da8a20eb
Mit Kotak
authored
Mar 07, 2022
da8a20eb
fixed the initialization error
· 7fcff7d0
Mit Kotak
authored
Mar 07, 2022
7fcff7d0
migrated everything to cuda.hpp + runtime sample
· 562bc37e
Mit Kotak
authored
Mar 06, 2022
562bc37e
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
Loading