Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/develop/amd-vgpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ HSA_CU_MASK=0:0-75;1:0-75
Each `CU_list` uses HSA's CU ID-list grammar, for example `0-3,8,10-12`.

Exclusivity of CU ranges across pods on a device is enforced under the AMD
node lock (`AMDDevices.LockNode` and `ReleaseNodeLock` which are unimplemented now).
node lock (`AMDDevices.LockNode` and `ReleaseNodeLock`).
Comment thread
archlitchi marked this conversation as resolved.

@mesutoezdil mesutoezdil Aug 18, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong. both methods are still empty stubs, see device.go 119-125. the doc is correct as is. which commit did you check?


## 5. Resource model and core_limit -> CU mask

Expand Down
Loading