Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
290 contributions in the last year
Contribution activity
September 2020
Created a pull request in pytorch/tensorpipe that received 16 comments
Add support for CUDA channels in the Pipe.
Stack from ghstack:
#216 Add support for CUDA channels in the Pipe.
#214 Refactor channel tests.
#213 Get rid of channelName() in channel test hel…
+349
−73
•
16
comments
- Add separate CUDA channel registry.
- Refactor channel tests.
- Get rid of `channelName()` in channel test helper.
- Make Channel API accept buffer structs rather than raw pointers.
- Add TENSORPIPE_SUPPORTS_CUDA flag.
- Move channel types from `channel::Channel::` to `channel::`.
- Fix CMake build of CudaIpc channel.
- Channel hierarchies.