Skip to content

Commit 933e594

Browse files
DianaChenigcbot
authored andcommitted
IGA: Cleanup comments
IGC: Cleanup comments
1 parent 4517723 commit 933e594

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

visa/iga/IGALibrary/Frontend/KernelParser.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3362,15 +3362,6 @@ class KernelParser : GenParser
33623362
auto loc = m_srcLocs[1].isValid() ? m_srcLocs[1] : m_mnemonicLoc;
33633363
FailAtT(loc, "send with ExBSO option should have "
33643364
"Src1.Length suffixing parameter (e.g. r10:4)");
3365-
////////////////////////////
3366-
// else if:
3367-
// platform() >= Platform::XE_HPG
3368-
// m_builder.getExDesc().isImm() &&
3369-
// src1LengthSuffixSet
3370-
// GOOD: send ... r10:2 IMM ... {}
3371-
// GOOD: send ... r10 a0.# ... {}
3372-
// this is already checked in ExDesc parser
3373-
//
33743365
} else if (instOpts.contains(InstOpt::EXBSO) &&
33753366
m_builder.getExDesc().isImm())
33763367
{

visa/iga/IGALibrary/api/iga_types_ext.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@ namespace iga
251251
NOSRCDEPSET,
252252
SWITCH,
253253
SERIALIZE,
254-
EXBSO, // XE_HP to XE_HPC extended bindless surface offset
254+
EXBSO, // XE_HP extended bindless surface offset
255255
// implies CPS and Src1.Length come from EU encoding, not
256-
CPS, // XE_HP to XE_HPC coarse pixel shading
256+
CPS, // XE_HP coarse pixel shading
257257
};
258258
} // namespace iga
259259
#endif

0 commit comments

Comments
 (0)