mirror of
https://github.com/NVIDIA/cutlass.git
synced 2026-04-20 06:48:59 +00:00
Merge pull request #2891 from ColinPeppler/main
docs: note when DSL dumps are populated
This commit is contained in:
@@ -112,6 +112,9 @@ For compiled kernels, the generated PTX/CUBIN/IR can be accessed programmaticall
|
||||
- ``__cubin__``: The generated CUBIN data of the compiled kernel.
|
||||
- ``__mlir__``: The generated IR code of the compiled kernel.
|
||||
|
||||
These attributes are populated only when the corresponding ``CUTE_DSL_KEEP_*`` environment variable is enabled;
|
||||
otherwise they return ``None``.
|
||||
|
||||
.. code:: python
|
||||
|
||||
compiled_foo = cute.compile(foo, ...)
|
||||
|
||||
Reference in New Issue
Block a user