-
HI is there any way to know in advance the key size ( using JUCX) or at least is their a max size ? We are experiencing some strange variation , where depending on how the UCX library was compiled with different option, the RKEY size vary on one laptop it's 25B on another it's 89B ... server it's again 25B... Any documentation that describe the RKEY structure , it's size? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Aslo : Rkey in rdma takes 32 bits (it's in the verbs API). In shared memory it's longer, to acvount for different drivers, e.g. KNEM. You should be fine with a 64-bit value. if we have 89B . are we passing the entire address size?? |
Beta Was this translation helpful? Give feedback.
Aslo : Rkey in rdma takes 32 bits (it's in the verbs API). In shared memory it's longer, to acvount for different drivers, e.g. KNEM. You should be fine with a 64-bit value.
if we have 89B . are we passing the entire address size??