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 81ab2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csrc/python_frontend/python_bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ void initNvFuserPythonBindings(PyObject* module) {
Parameters
----------
threads_per_sm : int
threads_per_sm : int
The number of threads per SM.
)");

Expand All @@ -784,7 +784,7 @@ void initNvFuserPythonBindings(PyObject* module) {
Parameters
----------
reg_per_thread : int
reg_per_thread : int
The number of registers per thread.
)");

Expand Down

0 comments on commit 81ab2aa

Please sign in to comment.