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

BUG: nvutils GPU error #829

Open
luweizheng opened this issue Nov 17, 2024 · 0 comments
Open

BUG: nvutils GPU error #829

luweizheng opened this issue Nov 17, 2024 · 0 comments
Labels
bug Something isn't working gpu

Comments

@luweizheng
Copy link
Collaborator

python/xorbits/_mars/lib/tests/test_nvutils.py

    @require_cupy
    def test_nvutil():
        device_info = nvutils.get_device_info(0)
        assert device_info.uuid is not None

        # run something
        _ = cupy.ones(10)

        handle = nvutils.get_handle_by_index(0)
>       assert nvutils._running_process_matches(handle)
E       assert False
E        +  where False = <function _running_process_matches at 0x7d201ef0e700>(<xorbits._mars.lib.nvutils.LP__struct_nvmlDevice_t object at 0x7d1d6a05fc50>)
E        +    where <function _running_process_matches at 0x7d201ef0e700> = nvutils._running_process_matches
@XprobeBot XprobeBot added bug Something isn't working gpu labels Nov 17, 2024
@XprobeBot XprobeBot added this to the v0.7.4 milestone Nov 17, 2024
@luweizheng luweizheng removed this from the v0.7.4 milestone Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gpu
Projects
None yet
Development

No branches or pull requests

2 participants