Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Nov 29, 2024
1 parent 0a0eb35 commit bd3d0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numba_cuda/numba/cuda/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def link_to_library_functions(library_functions, library_path,
link_to_library_functions(cuda_fp16_math_funcs,
'cpp_function_wrappers.cu',
'__numba_wrapper_')

self.maybe_link_nrt(link, tgt_ctx, asm)

for filepath in link:
Expand Down

0 comments on commit bd3d0a6

Please sign in to comment.