Skip to content

Commit

Permalink
Send Bug fix
Browse files Browse the repository at this point in the history
_OS_DESCRIPTION
  • Loading branch information
bcheng0127 authored and igcbot committed Jan 31, 2025
1 parent bc18c0d commit f7834d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions visa/VisaToG4/TranslateSend3D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1418,6 +1418,7 @@ IR_Builder::constructSrcPayloadDualRenderTarget(vISA_RT_CONTROLS cntrls,
((!(s0B->isNullReg() && s1B->isNullReg()) ? 0x1 : 0) << 0x2) |
(((!(s0A->isNullReg() && s1A->isNullReg()) || cntrls.s0aPresent) ? 0x1 : 0) << 0x3);


return std::make_tuple(srcToUse, numRows, chMask);
}

Expand Down

0 comments on commit f7834d3

Please sign in to comment.