Skip to content

Commit d26e243

Browse files
mtargowsigcbot
authored andcommitted
Generic changes
Generic changes
1 parent fb3682b commit d26e243

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

IGC/Compiler/CISACodeGen/EmitVISAPass.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25150,7 +25150,10 @@ void EmitPass::emitRayQueryCheckRelease(
2515025150
// messages do not send any data is src1.
2515125151
// To handle this, a dummy source is created.
2515225152
CVariable* dummySource = m_currShader->GetNewVariable(
25153-
getGRFSize() / SIZE_DWORD, ISA_TYPE_UD, EALIGN_GRF, "dummySource");
25153+
getGRFSize() / SIZE_DWORD,
25154+
ISA_TYPE_UD,
25155+
EALIGN_GRF,
25156+
"dummySource");
2515425157

2515525158
m_encoder->Lifetime(LIFETIME_START, dummySource);
2515625159

0 commit comments

Comments
 (0)