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

Missing device properties values for Ampere GPUs #292

Closed
eyalroz opened this issue Jan 14, 2022 · 1 comment
Closed

Missing device properties values for Ampere GPUs #292

eyalroz opened this issue Jan 14, 2022 · 1 comment

Comments

@eyalroz
Copy link
Owner

eyalroz commented Jan 14, 2022

We are missing values for Ampere compute capabilities in device_properties.hpp: architecture name, max shared memory per block etc.

@eyalroz eyalroz added the bug label Jan 14, 2022
@eyalroz eyalroz self-assigned this Jan 14, 2022
eyalroz added a commit that referenced this issue Jan 14, 2022
…PUs (8.0 and 8.6);

* Comment tweaks
* Exception description tweak for when an architecture is not known to us.
@eyalroz
Copy link
Owner Author

eyalroz commented Jan 14, 2022

See also #293.

eyalroz added a commit that referenced this issue Jan 14, 2022
* Device properties functions now properly support Ampere GPUs (8.0 and 8.6);
* Corrected some device-properties per-compute-capability values.
* Dropped the not-really-per-architecture values in favor of simply per-compute-capability values.
* No explaining where I got the "max in flight threads per SM" value from.
* Comment tweaks
* Exception description tweak for when an architecture is not known to us.
eyalroz added a commit that referenced this issue Jan 14, 2022
…PUs (8.0 and 8.6);

* Comment tweaks
* Exception description tweak for when an architecture is not known to us.
eyalroz added a commit that referenced this issue Jan 14, 2022
* Device properties functions now properly support Ampere GPUs (8.0 and 8.6);
* Corrected some device-properties per-compute-capability values.
* Dropped the not-really-per-architecture values in favor of simply per-compute-capability values.
* No explaining where I got the "max in flight threads per SM" value from.
* Comment tweaks
* Exception description tweak for when an architecture is not known to us.
eyalroz added a commit that referenced this issue Jan 14, 2022
* Device properties functions now properly support Ampere GPUs (8.0 and 8.6);
* Corrected some device-properties per-compute-capability values.
* Dropped the not-really-per-architecture values in favor of simply per-compute-capability values.
* No explaining where I got the "max in flight threads per SM" value from.
* Comment tweaks
* Exception description tweak for when an architecture is not known to us.
@eyalroz eyalroz closed this as completed Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant