uiuc-hpc / lci

Implementation of a cool communication layer
Other
15 stars 5 forks source link

runtime: use buffer directly for inline sendm/putm #40

Closed omor1 closed 1 year ago

omor1 commented 1 year ago

sendm and putm consume LCI packets even when the send can be inlined. This allows such "short" medium sends to bypass normal packet allocation and use the user's buffer directly.

JiakunYan commented 1 year ago

LGTM, thanks!