Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

instructions on how to use second GPU #28

@colinsauze

Description

@colinsauze

cupy/numba default to doing everything on the first GPU. This results in one GPU being overwhelmed and the other left idle.

Cupy can be told to use a different GPU with

cp.cuda.Device(1).use()

add something to the notes about this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions