mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-07 00:04:37 +00:00
Fix typo of HostTensor<>::get_length()
This commit is contained in:
@@ -330,7 +330,7 @@ struct HostTensor
|
||||
{
|
||||
}
|
||||
|
||||
std::size_t get_legnth(std::size_t dim) const { return mDesc.get_length(dim); }
|
||||
std::size_t get_length(std::size_t dim) const { return mDesc.get_length(dim); }
|
||||
|
||||
decltype(auto) get_lengths() const { return mDesc.get_lengths(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user