Skip to content

Commit

Permalink
Correct typos in LLVMGPUTileAndDistribute.cpp (iree-org#6515)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored Sep 3, 2021
1 parent 28c0ccc commit 0dfe6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iree/compiler/Codegen/LLVMGPU/LLVMGPUTileAndDistribute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static Optional<Value> allocateWorkgroupMemory(
OpBuilder &b, memref::SubViewOp subview,
ArrayRef<Value> boundingSubViewSize, DataLayout &layout) {
// In CUDA workgroup memory is represented by a global variable. Create a
// global variable and a memref.GetGlobalOp at the beginning of the funtion to
// global variable and a memref.GetGlobalOp at the beginning of the function to
// get the memref.
OpBuilder::InsertionGuard guard(b);
FuncOp funcOp = subview->getParentOfType<FuncOp>();
Expand Down

0 comments on commit 0dfe6da

Please sign in to comment.