Update doc
This commit is contained in:
@@ -177,7 +177,7 @@ module VX_commit import VX_gpu_pkg::*; #(
|
||||
// probably want to change this at some point
|
||||
// (i.e. pass a "don't count this towards pending instructions" signal down the pipeline)
|
||||
wire [`ISSUE_WIDTH-1:0] final_hmma;
|
||||
// if this is a "ghost" commit generated from the tensor core, don't count
|
||||
// if this is a "ghost" commit generated at the tensor core, don't count
|
||||
// toward committed
|
||||
wire [`ISSUE_WIDTH-1:0] tensor_ghost;
|
||||
`ifdef EXT_T_ENABLE
|
||||
|
||||
@@ -158,9 +158,6 @@ module VX_tensor_hopper_core_block import VX_gpu_pkg::*; #(
|
||||
// mark as "ghost" commit. This will prevent this commit from
|
||||
// decrementing from pending_instr buffer
|
||||
commit_if.data.tensor = 1'b1;
|
||||
// eop is deliberately set so that we don't underflow the pending_instr
|
||||
// buffer in VX_schedule. An instruction is considered committed only
|
||||
// when the eop bit is set to one (see VX_commit).
|
||||
// only the last ghost commit has eop set, which will trigger
|
||||
// scoreboard to clear out the busy bit.
|
||||
commit_if.data.eop = writeback_last;
|
||||
|
||||
Reference in New Issue
Block a user