Skip to content

Commit 4b29b02

Browse files
committed
tidy
1 parent f9aaeb3 commit 4b29b02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

csrc/python_frontend/python_bindings.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -768,10 +768,10 @@ void initNvFuserPythonBindings(PyObject* module) {
768768
py::arg("threads_per_sm"),
769769
R"(
770770
Estimate the number of registers per thread using cuda occupancy API.
771-
771+
772772
Parameters
773773
----------
774-
threads_per_sm : int
774+
threads_per_sm : int
775775
The number of threads per SM.
776776
)");
777777

@@ -781,10 +781,10 @@ void initNvFuserPythonBindings(PyObject* module) {
781781
py::arg("reg_per_thread"),
782782
R"(
783783
Get number of threads per sm using cuda occupancy API.
784-
784+
785785
Parameters
786786
----------
787-
reg_per_thread : int
787+
reg_per_thread : int
788788
The number of registers per thread.
789789
)");
790790

0 commit comments

Comments
 (0)