Skip to content

Commit 55e21a9

Browse files
mtargowsigcbot
authored andcommitted
Generic changes
Generic changes.
1 parent b78f050 commit 55e21a9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

IGC/Compiler/CISACodeGen/CoalescingEngine.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,7 @@ namespace IGC
12651265
return payload;
12661266
}
12671267

1268+
12681269
// Prepares payload for the uniform URB Write messages that are used in
12691270
// mesh and task shader stages.
12701271
// On DG2 platform a uniform URB write is a simd1 message that writes data

IGC/Compiler/CISACodeGen/CoalescingEngine.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ namespace IGC {
110110
llvm::Instruction* inst,
111111
int& payloadOffset);
112112

113+
113114
CVariable* PrepareUniformUrbWritePayload(
114115
CShader* shader,
115116
CEncoder* encoder,

0 commit comments

Comments
 (0)