(NFC) improve doc: Add missing verb to sentence (#1377)
Co-authored-by: lorenzo chelini <lchelini@nvidia.com>
This commit is contained in:
parent
a8f2c80db0
commit
ffa34e7075
@ -315,7 +315,7 @@ Before getting to "product" and "divide," we need one more operation. We can thi
|
||||
|
||||
The `complement` of a layout attempts to find another layout that represents the "rest" -- the elements that aren't touched by the layout.
|
||||
|
||||
You can many examples and checked post-conditions in [the `complement` unit test](../../../test/unit/cute/core/complement.cpp). The post-conditions include
|
||||
You can find many examples and checked post-conditions in [the `complement` unit test](../../../test/unit/cute/core/complement.cpp). The post-conditions include
|
||||
```cpp
|
||||
// @post cosize(make_layout(@a layout_a, @a result))) >= @a cosize_hi
|
||||
// @post cosize(@a result) >= round_up(@a cosize_hi, cosize(@a layout_a))
|
||||
|
Loading…
Reference in New Issue
Block a user