We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9aaeb3 commit 4b29b02Copy full SHA for 4b29b02
csrc/python_frontend/python_bindings.cpp
@@ -768,10 +768,10 @@ void initNvFuserPythonBindings(PyObject* module) {
768
py::arg("threads_per_sm"),
769
R"(
770
Estimate the number of registers per thread using cuda occupancy API.
771
-
+
772
Parameters
773
----------
774
- threads_per_sm : int
+ threads_per_sm : int
775
The number of threads per SM.
776
)");
777
@@ -781,10 +781,10 @@ void initNvFuserPythonBindings(PyObject* module) {
781
py::arg("reg_per_thread"),
782
783
Get number of threads per sm using cuda occupancy API.
784
785
786
787
- reg_per_thread : int
+ reg_per_thread : int
788
The number of registers per thread.
789
790
0 commit comments