Skip to content

Commit

Permalink
Remove unused args from argmarker method
Browse files Browse the repository at this point in the history
  • Loading branch information
debermudez committed Jan 22, 2021
1 parent 6c5ab76 commit 708b169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyprof/nvtx/nvmarker.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def wrapper_func(*args, **kwargs):
setattr(mod, fn_name, wrapper_func)


def argMarker(mod, op, args, kwargs, idx=-1, inputid_list=[]):
def argMarker(mod, op, args, kwargs):
#For this function args is a tuple and kwargs is a dict

def tensor(arg, name=""):
Expand Down

0 comments on commit 708b169

Please sign in to comment.