[all-commits] [llvm/llvm-project] e7d0da: [MLIR][GPU] Add missing #include to SerializeToHsa...
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Fri Jan 28 14:56:50 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7d0dae76ec344727f8e8ab7078b5ba2dc9b839d
https://github.com/llvm/llvm-project/commit/e7d0dae76ec344727f8e8ab7078b5ba2dc9b839d
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M mlir/lib/Dialect/GPU/Transforms/SerializeToHsaco.cpp
Log Message:
-----------
[MLIR][GPU] Add missing #include to SerializeToHsaco.cpp
llvm/Support/Path.h was likely previously implicitly included, and a
refactoring removed that inclusion, breaking the pass.
Differential Revision: https://reviews.llvm.org/D118508
More information about the All-commits
mailing list