Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
lezcano committed Nov 20, 2024
1 parent 08b0c46 commit 8847308
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct ExtractSliceOpConversion
auto order = triton::gpu::getOrder(srcLayout);

// Calculate valid total number of workers in each dimension
auto shapePerCTATile = triton::gpu::getShapePerCTATile(srcLayout, srcShape);
auto shapePerCTATile = triton::gpu::getShapePerCTATile(srcLayout);
shapePerCTATile[0] =
std::min(static_cast<unsigned>(srcShape[0]), shapePerCTATile[0]);
shapePerCTATile[1] =
Expand Down

0 comments on commit 8847308

Please sign in to comment.