Skip to content

Commit effd960

Browse files
Update tripy/docs/pre0_user_guides/03-custom-operations.md
Co-authored-by: Samurdhi Karunaratne <[email protected]> Signed-off-by: pranavm-nvidia <[email protected]>
1 parent 987ba8d commit effd960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tripy/docs/pre0_user_guides/03-custom-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Kernels can be written in many other ways, e.g. CUDA, CUTLASS, Numba, etc. as lo
8484
### Retrieving PTX
8585

8686
[`trtp.aot_impl`](https://docs.nvidia.com/deeplearning/tensorrt/latest/_static/python-api/infer/tensorrt.plugin/trt_plugin_aot_impl/index.html#tensorrt.plugin.aot_impl)
87-
decorates a function that retrieves PTX, launch parameters, and any extra arguments:
87+
decorates a function that retrieves PTX, launch parameters, and any extra scalar arguments:
8888

8989
```py
9090
from typing import Tuple, Union

0 commit comments

Comments
 (0)