Commit 56aba969 authored by Valentin Clement's avatar Valentin Clement Committed by Alex Zinenko
Browse files

[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
parent a58017e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
//===- 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.