[Mlir-commits] [mlir] 56aba96 - [MLIR] Fix wrong header for mlir-cuda-runner
Alex Zinenko
llvmlistbot at llvm.org
Wed Feb 12 13:41:26 PST 2020
Author: Valentin Clement
Date: 2020-02-12T22:35:46+01:00
New Revision: 56aba9699d8d1d10f7e93f60dd11f7e4cce3eb93
URL: https://github.com/llvm/llvm-project/commit/56aba9699d8d1d10f7e93f60dd11f7e4cce3eb93
DIFF: https://github.com/llvm/llvm-project/commit/56aba9699d8d1d10f7e93f60dd11f7e4cce3eb93.diff
LOG: [MLIR] Fix wrong header for mlir-cuda-runner
Just updated the wrong header probably copied from the mlir-cpu-runner
Differential Revision: https://reviews.llvm.org/D74497
Added:
Modified:
mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp
Removed:
################################################################################
diff --git a/mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp b/mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp
index 1754e0e954e6..6740213c281a 100644
--- a/mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp
+++ b/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.
More information about the Mlir-commits
mailing list