From ebcfdb2f75c6e94c0dcc114c9c2de33aedcf8b52 Mon Sep 17 00:00:00 2001 From: Muhammad Awad Date: Tue, 30 Jul 2024 12:52:06 -0500 Subject: [PATCH] Remove `dev_mtx_` that is no longer in the backend --- src/gpu_ib/backend_ib.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gpu_ib/backend_ib.cpp b/src/gpu_ib/backend_ib.cpp index 9ae3acd482..1357aea78d 100644 --- a/src/gpu_ib/backend_ib.cpp +++ b/src/gpu_ib/backend_ib.cpp @@ -133,8 +133,6 @@ __device__ bool GPUIBBackend::create_ctx(int64_t options, return false; } ctx_ = pop_result.value; - - ctx_->dev_mtx_.shareable_ = static_cast(options >> 3); ctx->ctx_opaque = ctx_; return true; }