Skip to content

Commit

Permalink
Fix typos in comments.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 283568701
  • Loading branch information
hanhanW authored and iree-copybara-bot committed Dec 3, 2019
1 parent 8df3b1d commit 690cdbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions iree/compiler/Translation/SPIRV/IREEIndexComputation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

//===- IREEIndexComputation.cpp --------------------------------*- C++//-*-===//
//
// Implementaiton of Index Propagation for IREE statements that are used in
// Implementation of Index Propagation for IREE statements that are used in
// dispatch functions.
//
//===----------------------------------------------------------------------===//
Expand Down Expand Up @@ -72,7 +72,7 @@ LogicalResult IREEStoreIndexPropagation::propagateIndexMap(

// The launch dimensions are [x, y, z] co-ordinates. The reverse of this is
// used to determine the location of the tensor element computed by a
// workitem. The choice is failry arbitrary but is done to enable the common
// workitem. The choice is fairly arbitrary but is done to enable the common
// case where consecutive workitems compute "logically" adjacent tensor
// elements.
Builder builder(storeOp.getContext());
Expand Down
2 changes: 1 addition & 1 deletion iree/compiler/Translation/SPIRV/IREEToSPIRVPass.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//===- IREEToSPIRVPass.cpp -------------------------------------*- C++//-*-===//
//===- IREEToSPIRVPass.h ---------------------------------------*- C++//-*-===//
//
// Pass to translate iree executables for vulkan-spirv.
//
Expand Down
2 changes: 1 addition & 1 deletion iree/compiler/Translation/SPIRV/IndexComputationPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//===- IREEToSPIRVPass.cpp -------------------------------------*- C++//-*-===//
//===- IndexComputationPass.cpp --------------------------------*- C++//-*-===//
//
// Pass to perform index propagation in iree dispatch functions
//
Expand Down

0 comments on commit 690cdbe

Please sign in to comment.