Skip to content

Commit

Permalink
slice fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Jan 22, 2025
1 parent e221c2c commit 031e91d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ __host__ __device__ constexpr T construct_from_int(int val) noexcept
{
if constexpr (cuda::std::__integral_constant_like<T>)
{
(void) val;
return T{};
}
else
Expand Down

0 comments on commit 031e91d

Please sign in to comment.