We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Released Date: Oct. 11th, 2023
put()
get()
putPackets()
getPackets()
getPacket
get
sm_channels
.def_prop_ro
sm_channel
#define
ProxyChannel
__CUDACC__
__CUDA_ARCH__
initialize()
CMAKE_BUILD_TYPE=Debug
POLL_PRINT_ON_STUCK
The text was updated successfully, but these errors were encountered:
Released: https://github.com/microsoft/mscclpp/releases/tag/v0.3.0
Sorry, something went wrong.
No branches or pull requests
Timeline
Released Date: Oct. 11th, 2023
Work Items
Communication Features and Interfaces
GPU-side communication interfaces
[ ] Interfaces: add tile-based communication interfaces (Add tile-based API #145)moved to the next versionput()
,get()
,putPackets()
, andgetPackets()
([Feature]getPacket
arg list does not match theget
function fromsm_channels
#158)Host-side interfaces
.def_prop_ro
for all device components so that they can be passed to GPU kernels. #144[ ] SmChannel: [feature]moved to the next versionsm_channel
constructors need to be improved. #148#define
stuff need to be an arg #149, Extend configurations #150ProxyChannel
with shared pointers (ConstructProxyChannel
with shared pointers #184)Bug Fix
__CUDACC__
to__CUDA_ARCH__
#143initialize()
#163CMAKE_BUILD_TYPE=Debug
#174)Performance Optimization
Development Pipeline
[ ] Debugging Tool: fix broken NPKit support (@yzygitzh)POLL_PRINT_ON_STUCK
(Change device handle interfaces & others #142)Documents
[ ] Docs: update performance numbers on readme (call for contribution)moved to the next versionThe text was updated successfully, but these errors were encountered: