Files
mscclpp/src
Changho Hwang 756f24c697 Revised ProxyChannel interfaces (#400)
* Renamed `ProxyChannel` -> `BaseProxyChannel` and `SimpleProxyChannel`
-> `ProxyChannel`. It makes the interface more consistent by defining
channels to be associated with a certain src/dst memory region:
`ProxyChannel` as "sema + src/dst + fifo" and `SmChannel` as "sema +
src/dst". BaseProxyChannel is not associated with any memory regions, as
"sema + fifo".
* `ProxyChannelDeviceHandle` now inherits from
`BaseProxyChannelDeviceHandle`, instead of having one as a member.
2024-12-06 10:53:34 -08:00
..
2024-11-22 01:54:11 +00:00
2024-04-25 11:06:43 -07:00
2023-11-24 16:41:56 +08:00
2024-10-17 21:25:46 -07:00
2024-10-17 21:25:46 -07:00
2024-03-27 10:24:24 +08:00
2023-11-24 16:41:56 +08:00
2023-09-01 21:22:11 +08:00
2024-05-25 23:12:57 -07:00