2
0

Remove dev_mtx_ that is no longer in the backend

Este cometimento está contido em:
Muhammad Awad
2024-07-30 12:52:06 -05:00
ascendente a3c338c310
cometimento ebcfdb2f75
-2
Ver ficheiro
@@ -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;
}