Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests for DPNP RNG on all devices #607

Closed
PokhodenkoSA opened this issue Oct 29, 2021 · 1 comment
Closed

Run tests for DPNP RNG on all devices #607

PokhodenkoSA opened this issue Oct 29, 2021 · 1 comment
Labels
bug Something isn't working dpnp Integration with dpnp
Milestone

Comments

@PokhodenkoSA
Copy link
Contributor

Tests in numba_dppy/tests/njit_tests/dpnp/test_numpy_rng.py runs only on Level Zero:

# dpnp throws -30 (CL_INVALID_VALUE) when invoked with multiple kinds of
# devices at runtime, so testing for level_zero only
list_of_filter_strs = [
    # "opencl:gpu:0",
    "level_zero:gpu:0",
    # "opencl:cpu:0",
]
@diptorupd
Copy link
Contributor

dpnp RNG support has been removed from numba-dpex along with the associated unit tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dpnp Integration with dpnp
Projects
None yet
Development

No branches or pull requests

2 participants