Skip to content

Commit

Permalink
spacing changes
Browse files Browse the repository at this point in the history
spacing changes
  • Loading branch information
trbauer authored and igcbot committed Jun 26, 2023
1 parent 0111984 commit bee3ee9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions visa/VISAKernelImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7943,10 +7943,13 @@ LSC_OP subOpcode, VISA_PredOpnd *pred, VISA_Exec_Size execSize,
VISA_BUILDER_API int VISAKernelImpl::AppendVISALscTypedInst(
LSC_OP subOpcode, VISA_PredOpnd *pred, VISA_Exec_Size execSize,
VISA_EMask_Ctrl emask, LSC_CACHE_OPTS cacheOpts, LSC_ADDR_TYPE addrType,
LSC_ADDR_SIZE addrSize, LSC_DATA_SHAPE dataShape, VISA_VectorOpnd *surface,
int surfaceIndex, VISA_RawOpnd *dstData, VISA_RawOpnd *coord0s,
int coord0Offset, VISA_RawOpnd *coord1s, int coord1Offset,
VISA_RawOpnd *coord2s, int coord2Offset, VISA_RawOpnd *features,
LSC_ADDR_SIZE addrSize, LSC_DATA_SHAPE dataShape,
VISA_VectorOpnd *surface, int surfaceIndex,
VISA_RawOpnd *dstData,
VISA_RawOpnd *coord0s, int coord0Offset,
VISA_RawOpnd *coord1s, int coord1Offset,
VISA_RawOpnd *coord2s, int coord2Offset,
VISA_RawOpnd *features,
VISA_RawOpnd *src1Data, VISA_RawOpnd *src2Data) {

TIME_SCOPE(VISA_BUILDER_APPEND_INST);
Expand Down

0 comments on commit bee3ee9

Please sign in to comment.