Skip to content

Commit 1467ab2

Browse files
committed
fix MSVC warning
1 parent f78db30 commit 1467ab2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcudacxx/include/cuda/__mdspan/mdspan_to_dlpack.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ template <typename _ElementType>
151151
{
152152
static_assert(::cuda::std::__always_false_v<_ElementType>, "Unsupported type");
153153
}
154+
_CCCL_UNREACHABLE();
154155
return ::DLDataType{};
155156
}
156157

0 commit comments

Comments
 (0)