We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95dcf8 commit 6ae86bdCopy full SHA for 6ae86bd
IGC/Compiler/Optimizer/OpenCLPasses/LSCFuncs/LSCFuncsResolution.cpp
@@ -962,7 +962,8 @@ Instruction* LSCFuncsResolution::CreateSubGroup2DBlockOperation(llvm::CallInst&
962
numBlocksV = 1;
963
tileHeight = subGrpSize;
964
965
- if (funcName.consume_front("_k4"))
+ funcName.consume_front("_");
966
+ if (funcName.consume_front("k4"))
967
{
968
// __builtin_IB_subgroup_block_read_flat_transpose_u64_k4
969
tileWidth = 4;
0 commit comments