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

Add sanity checks when GPU is requested #903

Merged
merged 2 commits into from
Jun 24, 2024
Merged

Commits on Jun 24, 2024

  1. fix(compiler): [GPU backend] add sanity checks when the emitGPUOps op…

    …tion is selected to ensure that the compiler/runtime have GPU capability and that at least one device is available to run on.
    antoniupop committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3736785 View commit details
    Browse the repository at this point in the history
  2. feat(frontend): add python bindings for functions to check whether th…

    …e compiler is GPU enabled and whether a GPU is available on the system.
    antoniupop committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    711758c View commit details
    Browse the repository at this point in the history