> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/cuvs/llms.txt.
> For full documentation content, see https://docs.nvidia.com/cuvs/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/cuvs/_mcp/server.

# Cutlass Utils

_Source header: `cuvs/util/cutlass_utils.hpp`_

## Types

<a id="cutlass-error"></a>
### cutlass_error

Exception thrown when a CUTLASS error is encountered.

```cpp
struct cutlass_error : public raft::exception { ... };
```