[PATCH] D74497: [MLIR] Fix wrong header for mlir-cuda-runner

Alex Zinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 13:47:15 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG56aba9699d8d: [MLIR] Fix wrong header for mlir-cuda-runner (authored by clementval, committed by ftynse).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74497/new/

https://reviews.llvm.org/D74497

Files:
  mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp


Index: mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp
===================================================================
--- mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp
+++ mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp
@@ -1,4 +1,4 @@
-//===- mlir-cpu-runner.cpp - MLIR CPU Execution Driver---------------------===//
+//===- mlir-cuda-runner.cpp - MLIR CUDA Execution Driver-------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74497.244271.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200212/c6f422d2/attachment.bin>


More information about the llvm-commits mailing list