Skip to content

Commit

Permalink
Refactor function to improve pylint compliance.
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptorup Deb committed Nov 2, 2023
1 parent 5f3184f commit 81ecaef
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 219 deletions.
3 changes: 3 additions & 0 deletions numba_dpex/experimental/kernel_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# SPDX-License-Identifier: Apache-2.0

"""Implements a new numba dispatcher class and a compiler class to compile and
call numba_dpex.kernel decorated function.
"""
import functools
from collections import Counter, OrderedDict, namedtuple
from contextlib import ExitStack
Expand Down
Loading

0 comments on commit 81ecaef

Please sign in to comment.