Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
rdspring1 committed Dec 19, 2024
1 parent f9aaeb3 commit 4b29b02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions csrc/python_frontend/python_bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -768,10 +768,10 @@ void initNvFuserPythonBindings(PyObject* module) {
py::arg("threads_per_sm"),
R"(
Estimate the number of registers per thread using cuda occupancy API.
Parameters
----------
threads_per_sm : int
threads_per_sm : int
The number of threads per SM.
)");

Expand All @@ -781,10 +781,10 @@ void initNvFuserPythonBindings(PyObject* module) {
py::arg("reg_per_thread"),
R"(
Get number of threads per sm using cuda occupancy API.
Parameters
----------
reg_per_thread : int
reg_per_thread : int
The number of registers per thread.
)");

Expand Down

0 comments on commit 4b29b02

Please sign in to comment.