Skip to content

Commit 6ae86bd

Browse files
gkluczekigcbot
authored andcommitted
Minor refactoring
Minor refactoring
1 parent a95dcf8 commit 6ae86bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IGC/Compiler/Optimizer/OpenCLPasses/LSCFuncs/LSCFuncsResolution.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,8 @@ Instruction* LSCFuncsResolution::CreateSubGroup2DBlockOperation(llvm::CallInst&
962962
numBlocksV = 1;
963963
tileHeight = subGrpSize;
964964

965-
if (funcName.consume_front("_k4"))
965+
funcName.consume_front("_");
966+
if (funcName.consume_front("k4"))
966967
{
967968
// __builtin_IB_subgroup_block_read_flat_transpose_u64_k4
968969
tileWidth = 4;

0 commit comments

Comments
 (0)