[all-commits] [llvm/llvm-project] 0193af: [offload] Fix use of AsyncInfoWrapper's finalize f...
Kevin Sala Penades via All-commits
all-commits at lists.llvm.org
Mon Apr 27 06:52:33 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0193af47d2b78a58d5019bb1db35be8877975b41
https://github.com/llvm/llvm-project/commit/0193af47d2b78a58d5019bb1db35be8877975b41
Author: Kevin Sala Penades <salapenades1 at llnl.gov>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M offload/plugins-nextgen/amdgpu/src/rtl.cpp
M offload/plugins-nextgen/cuda/src/rtl.cpp
M offload/plugins-nextgen/level_zero/src/L0Device.cpp
Log Message:
-----------
[offload] Fix use of AsyncInfoWrapper's finalize function (#194098)
The expected use is to forward the error from the asynchronous
operation's issuing (e.g., launchImpl) directly into the
AsyncInfoWrapper::finalize(). The check of the error is already
performed inside that function. No need to forward a dummy success error
code.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list