Hendrik Groove
20a9c223b6
remove logging
2024-10-21 21:52:34 +02:00
Hendrik Groove
1b6c6baf76
restore stream logic
2024-10-21 01:39:43 +02:00
Hendrik Groove
0d600b4535
try to change stream
2024-10-21 00:25:18 +02:00
Hendrik Groove
7301022fed
logging
2024-10-20 17:05:34 +02:00
Hendrik Groove
288193cf82
try
2024-10-20 02:41:57 +02:00
Hendrik Groove
e8fceb8198
add logging
2024-10-20 02:03:55 +02:00
Hendrik Groove
971d3ca8cd
array interface
2024-10-20 01:46:48 +02:00
Hendrik Groove
206f305b65
array interface
2024-10-20 01:28:40 +02:00
Hendrik Groove
0790bf7f8f
change back
2024-10-17 17:47:10 +02:00
Hendrik Groove
d8a92fe783
test
2024-10-17 17:42:37 +02:00
Hui Liu
2cb579ff3c
fix memory type
2024-01-26 15:46:42 -08:00
Hui Liu
c42c7d99f1
fix memoryType
2024-01-11 14:10:30 -08:00
Hui Liu
4eb371b3f0
unify cuda to hip
2023-10-30 17:10:06 -07:00
Hui Liu
32ae49ab92
temp hack for multi GPUs
2023-10-27 13:00:49 -07:00
Your Name
ffbbc9c968
add cuda to hip wrapper
2023-10-17 12:42:37 -07:00
amdsc21
8cad8c693c
sync up May15 2023
2023-05-15 18:59:18 +02:00
Jiaming Yuan
85988a3178
Wait for data CUDA stream instead of sync. ( #9144 )
...
---------
Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
2023-05-09 09:52:21 +08:00
amdsc21
5e8b1842b9
fix Pointer Attr
2023-03-10 19:06:02 +01:00
amdsc21
134cbfddbe
finish gradient_index.cu
2023-03-10 04:40:33 +01:00
amdsc21
6e2c5be83e
finish array_interface.cu
2023-03-10 04:36:04 +01:00
Jiaming Yuan
55ee272ea8
Extend array interface to handle ndarray. ( #7434 )
...
* Extend array interface to handle ndarray.
The `ArrayInterface` class is extended to support multi-dim array inputs. Previously this
class handles only 2-dim (vector is also matrix). This PR specifies the expected
dimension at compile-time and the array interface can perform various checks automatically
for input data. Also, adapters like CSR are more rigorous about their input. Lastly, row
vector and column vector are handled without intervention from the caller.
2021-11-16 09:52:15 +08:00
Jiaming Yuan
794fd6a46b
Support v3 cuda array interface. ( #6776 )
2021-03-25 09:58:09 +08:00