Skip to content

Commit

Permalink
improve a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Vassily Litvinov <[email protected]>
  • Loading branch information
vasslitvinov committed Sep 3, 2024
1 parent ce40d64 commit e1c4ee5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/optimizations/gpuTransforms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1591,9 +1591,6 @@ void GpuKernel::generateOobCondNoIPT(Symbol* localUpperBound) {
* CForLoop(; index[0] <= threadBound; for all i: index[i] += 1) {
* // empty block stored in this->userBody_
* }
*
* With multiple indices, the following are taken for the first index:
* index, lowerBound, upperBound
*/
void GpuKernel::generateLoopOverIPT(Symbol* upperBound) {
// initBlock is empty, inits are added in generateIndexComputation()
Expand Down

0 comments on commit e1c4ee5

Please sign in to comment.