Skip to content

Commit 42369e5

Browse files
committed
fix nvhpc
1 parent f19d5e6 commit 42369e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcudacxx/include/cuda/__driver/driver_api.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ _CCCL_HOST_API __call_result<void> __memsetAsync(void* __dst, _Tp __value, size_
382382
else
383383
{
384384
static_assert(::cuda::std::__always_false_v<_Tp>, "Unsupported type for memset");
385+
return {};
385386
}
386387
}
387388

0 commit comments

Comments
 (0)