[flang][cuda] Fix type of kNoAsyncObject (#138029)

This commit is contained in:
Valentin Clement (バレンタイン クレメン)
2025-04-30 14:59:02 -07:00
committed by GitHub
parent df6d1cf4c2
commit ba3a46c1ea

View File

@@ -30,7 +30,7 @@
#include <cstring>
/// Value used for asyncObject when no specific stream is specified.
static constexpr void *kNoAsyncObject = nullptr;
static constexpr std::int64_t *kNoAsyncObject = nullptr;
namespace Fortran::runtime {