Remove dev_mtx_ that is no longer in the backend

This commit is contained in:
Muhammad Awad
2024-07-30 12:52:06 -05:00
orang tua a3c338c310
melakukan ebcfdb2f75
-2
Melihat File
@@ -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;
}