Skip to content
GitLab
Explore
Sign in
Commits · f7ac356ce720584cfa02ce5c68a369b576d91787
pycuda
Browse files
May 28, 2022
memcpy array not working
· f7ac356c
Mit Kotak
authored
May 27, 2022
f7ac356c
May 27, 2022
buffer implementation for kernel_node + array memcpy CI
· 44dfe1af
Mit Kotak
authored
May 27, 2022
44dfe1af
Deleted graph.dot
· b1c6e5b1
Mit Kotak
authored
May 27, 2022
b1c6e5b1
solved memalloc + memfree
· 77408628
Mit Kotak
authored
May 26, 2022
77408628
May 26, 2022
removed print statements + fixed flake8
· fc1e5969
Mit Kotak
authored
May 25, 2022
fc1e5969
added print statements for debugging
· 867a590d
Mit Kotak
authored
May 25, 2022
867a590d
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
Loading