Merge pull request #29 from ROCm/improve-ib-latency

Vectorize WQE segments writes

[ROCm/rocshmem commit: e419a8b963]
Este commit está contenido en:
Brandon Potter
2024-10-11 11:55:48 -05:00
cometido por GitHub
Se han modificado 2 ficheros con 30 adiciones y 24 borrados
@@ -133,8 +133,6 @@ __device__ bool GPUIBBackend::create_ctx(int64_t options,
return false;
}
ctx_ = pop_result.value;
ctx_->dev_mtx_.shareable_ = static_cast<bool>(options >> 3);
ctx->ctx_opaque = ctx_;
return true;
}