Replace void* with std::byte* in AsyncRuntime
authoryijiagu <yijiagu@google.com>
Wed, 21 Dec 2022 03:00:26 +0000 (19:00 -0800)
committerEugene Zhulenev <ezhulenev@google.com>
Wed, 21 Dec 2022 03:17:35 +0000 (19:17 -0800)
commit4109276fb46ad36c320ebb738eadb4ab2ecc4763
treecb0f3f8cde95e2fb73b04d653529f36dc484eb14
parent6761ba7639a4a1285a2e86a4beaad70569a6c222
Replace void* with std::byte* in AsyncRuntime

Replace void* with std::byte* in AsyncRuntime to make it clear that these pointers point to a memory region.

Reviewed By: ezhulenev

Differential Revision: https://reviews.llvm.org/D140428
mlir/include/mlir/ExecutionEngine/AsyncRuntime.h
mlir/lib/ExecutionEngine/AsyncRuntime.cpp