Skip to content

Conversation

@mattduerrmeier
Copy link

New contributor declaration

  • I am not making a trivial change, such as fixing a typo in a comment.

  • I have written a PR description following these
    rules.

  • I have run pre-commit run --from-ref origin/main --to-ref HEAD.

  • Select one of the following.

    • I have added tests.
      • /test for lit tests
      • /unittest for C++ tests
      • /python/test for end-to-end tests
    • This PR does not need a test because it adds documentation for supported data types.
  • Select one of the following.

    • I have not added any lit tests.
    • The lit tests I have added follow these best practices,
      including the "tests should be minimal" section. (Usually running Python code
      and using the instructions it generates is not minimal.)

This PR adds documentation for the dtype supported by Triton, as per issue #8458. These were added because the supported dtypes are not documented. I've opted to add two tables: one for the floats and one for the integers.

The following data types do not have documentation yet: fp8e4b15, fp8e4b8, and fp8e5b16. I was unable to find information on these variations of FP8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant