Returns whether this is a single-element allocation.
| 186 | |
| 187 | // Returns whether this is a single-element allocation. |
| 188 | bool IsScalar() const { return ElementCount() == 1; } |
| 189 | }; |
| 190 | |
| 191 | // Host-side representation of packed-and-aligned vector datatypes on the device |
nothing calls this directly
no test coverage detected