Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#908 rmda- add explicit isByteCopyable trait for NVCC quirk
- RdmaHandle is used in serialization. However it is neither a primitive, nor is it marked as byte-copyable. This type is appears to be forcing serialization in VT with NVCC, and the rules for 'is byte copyable' in VT might need to be unified back with checkpoint.
- Loading branch information