mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-06 07:51:52 +00:00
Fix typo in comment
This commit is contained in:
@@ -88,7 +88,7 @@ std::vector<int32_t> generate_seqlens(unsigned count,
|
||||
return seqlens;
|
||||
}
|
||||
|
||||
// return random integers generated uniformly in range [low, high]
|
||||
// return random integer generated uniformly in range [low, high]
|
||||
template <typename Int = int>
|
||||
auto randint(Int low, Int high, std::optional<unsigned> seed = std::nullopt)
|
||||
-> std::enable_if_t<std::is_integral_v<Int>, Int>
|
||||
|
||||
Reference in New Issue
Block a user