[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
This commit is contained in:
Valentin Clement 2020-02-12 22:35:02 +01:00 committed by Alex Zinenko
parent a58017e5ca
commit 56aba9699d

View File

@ -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.