Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzEeKkAa committed Mar 12, 2024
1 parent 0011a82 commit dce0f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numba_dpex/tests/experimental/test_index_space_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
from numba_dpex.kernel_api import Item, NdItem, NdRange
from numba_dpex.kernel_api import call_kernel as kapi_call_kernel

_SIZE = 100
_SIZE = 10000
_GROUP_SIZE = 20


@pytest.fixture(
params=[
(dpex_exp.call_kernel, dpex_exp.kernel),
(kapi_call_kernel, lambda a: a), #noqa
# (kapi_call_kernel, lambda a: a), #noqa
]
)
def call_kernel_decorator(request):
Expand Down

0 comments on commit dce0f34

Please sign in to comment.