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

GPU - check device_prop.major, device_prop.minor meet our requirements #180

Open
nbarlowATI opened this issue Apr 9, 2021 · 0 comments
Open
Labels
enhancement New feature or request gpu

Comments

@nbarlowATI
Copy link
Member

Nice to have for the future:
Check that the device we're running on meets our requirements.

How to check the device_prop:

cudaDeviceProp device_prop;

    // Use the default device (device 0) only, for now
    // cudaGetDeviceProp(&device_prop, 0);

device_prop.major or minor would then be integers representing the compute capability.

Note that we have currently tested on 37 (Tesla K80, e.g. an Azure NC6) and 60 (CSD3).

@nbarlowATI nbarlowATI added enhancement New feature or request gpu labels Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gpu
Projects
None yet
Development

No branches or pull requests

1 participant