[llvm] [Offload] Add Error Codes to PluginInterface (PR #138258)
Ross Brunton via llvm-commits
llvm-commits at lists.llvm.org
Fri May 2 05:30:49 PDT 2025
================
@@ -477,7 +475,8 @@ OL_APIEXPORT ol_result_t OL_APICALL olMemFree(
/// @brief Enqueue a memcpy operation.
///
/// @details
-/// - For host pointers, use the device returned by olGetHostDevice
+/// - For host pointers, use the host device belonging to the
----------------
RossBrunton wrote:
This change isn't part of this MR, but I assume a previous update to the comments didn't get regen-ed.
https://github.com/llvm/llvm-project/pull/138258
More information about the llvm-commits
mailing list