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

[DOC] Possible typos in fundamental_types.md document #2091

Open
jc19chaoj opened this issue Feb 8, 2025 · 1 comment
Open

[DOC] Possible typos in fundamental_types.md document #2091

jc19chaoj opened this issue Feb 8, 2025 · 1 comment

Comments

@jc19chaoj
Copy link

Report incorrect documentation

Location of incorrect documentation
https://github.com/NVIDIA/cutlass/blob/main/media/docs/fundamental_types.md#numeric-types

Describe the problems or issues found in the documentation

In the "Numeric Types" section:

mx_float6_t<float_e2m1_t> : Block scaled data type with signed e2m1 element type and float_ue8m0_t scale factor and vector size of 32.
Correction: mx_float6_t<float_e2m1_t> -> mx_float4_t<float_e2m1_t>

nv_float4_t<float_e2m1_t> : Block scaled data type with signed e2m1 element type and float_ue8m0_t scale factor and vector size of 16.
Correction: float_ue8m0_t -> float_ue4m3_t

@hwu36
Copy link
Collaborator

hwu36 commented Feb 11, 2025

you are correct. we will fix it next time upstream. thank you for catching this.

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

2 participants