[flang][cuda] Fix type of kNoAsyncObject (#138029)
This commit is contained in:
committed by
GitHub
parent
df6d1cf4c2
commit
ba3a46c1ea
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user