Skip to content

Commit

Permalink
Use standard macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVlx committed Sep 1, 2023
1 parent 4aa3871 commit cedc802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hip_device_shfl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ void getFactor(int64_t* fact)
}
inline void getFactor(uint64_t* fact)
{
*fact = static_cast<uint64_t>(__LONG_LONG_MAX__) + 1;
*fact = static_cast<uint64_t>(INT64_MAX) + 1;
}

constexpr int sz{32};
Expand Down

0 comments on commit cedc802

Please sign in to comment.