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

Integrate int4 C++ types into TensorFlow. #89

Closed
wants to merge 1 commit into from

Conversation

copybara-service[bot]
Copy link

Integrate int4 C++ types into TensorFlow.

Also renamed tsl/float8.h to tsl/ml_dtypes.h, since it loads all types
from the ml_dtypes library, which now includes more than just float8 types.

This is a prerequisite to adding proper dtype support. Exposes
tsl::int4 and tsl::uint4 (with corresponding tensorflow:: versions)
into the platform list of types.

Also renamed `tsl/float8.h` to `tsl/ml_dtypes.h`, since it loads all types
from the `ml_dtypes` library, which now includes more than just `float8` types.

This is a prerequisite to adding proper dtype support.  Exposes
`tsl::int4` and `tsl::uint4` (with corresponding `tensorflow::` versions)
into the platform list of types.

PiperOrigin-RevId: 561481592
@hawkinsp hawkinsp closed this Mar 12, 2024
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.

2 participants