Skip to content

Commit fbd5e4c

Browse files
committed
wip
1 parent bb6c916 commit fbd5e4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unified-runtime/source/adapters/cuda/context.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ urContextCreate(uint32_t DeviceCount, const ur_device_handle_t *phDevices,
4545
try {
4646
ContextPtr = std::unique_ptr<ur_context_handle_t_>(
4747
new ur_context_handle_t_{phDevices, DeviceCount});
48-
ContextPtr->RefCount.retain();
4948
*phContext = ContextPtr.release();
5049
} catch (ur_result_t Err) {
5150
return Err;

0 commit comments

Comments
 (0)