[all-commits] [llvm/llvm-project] 10a8ec: [mlir][ExecutionEngine] Remove ScopedContext from ...
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Tue Sep 27 09:56:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10a8ec86a2264bfb8127d0744394c5a69a396294
https://github.com/llvm/llvm-project/commit/10a8ec86a2264bfb8127d0744394c5a69a396294
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2022-09-27 (Tue, 27 Sep 2022)
Changed paths:
M mlir/lib/ExecutionEngine/RocmRuntimeWrappers.cpp
Log Message:
-----------
[mlir][ExecutionEngine] Remove ScopedContext from ROCm wrappers
The push/pop context APIs are deprecated in HIP, and keeping the
default device set is handled in IHP using hipSetDevice().
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D134747
More information about the All-commits
mailing list