bytedance / byteps

A high performance and generic framework for distributed DNN training
Other
3.62k stars 487 forks source link

update shm naming scheme #434

Open pleasantrabbit opened 2 years ago

pleasantrabbit commented 2 years ago

use the hex representation of the tensor key in shm names. It's easier to tell the operation type, tensor id and partition number etc from the hex representation.

Signed-off-by: yulu.jia yulu.jia@bytedance.com