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

Bfloat16 support #446

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Bfloat16 support #446

wants to merge 1 commit into from

Conversation

christiangnrd
Copy link
Contributor

@christiangnrd christiangnrd commented Oct 2, 2024

Changed BFloat16s.jl to a hard dependency as it seems to be a very light and it greatly simplified implementation.

I can't figure out the simdgroup multiply failures.

Todo:

Closes #298

@christiangnrd
Copy link
Contributor Author

I guess no point testing this on macOS 13. Will update this to run CI on Sequoia for draft PRs once the MIT runners are back available.

@christiangnrd
Copy link
Contributor Author

Will try again once LLVM 17+ are supported as I suspect intrinsic support for bfloat16 is needed to generate the proper code.

@christiangnrd christiangnrd force-pushed the bfloat16 branch 2 times, most recently from a908305 to caf8f9d Compare October 18, 2024 12:44
@christiangnrd christiangnrd force-pushed the bfloat16 branch 3 times, most recently from 406a046 to 3f746c6 Compare December 16, 2024 17:09
@maleadt maleadt force-pushed the main branch 2 times, most recently from 5a8daaa to b9610e3 Compare December 19, 2024 08:12
@christiangnrd christiangnrd force-pushed the bfloat16 branch 3 times, most recently from 6d983a0 to c626d99 Compare January 8, 2025 21:21
@christiangnrd christiangnrd force-pushed the bfloat16 branch 3 times, most recently from 42408c9 to 89f6755 Compare January 28, 2025 23:08
@christiangnrd christiangnrd force-pushed the bfloat16 branch 2 times, most recently from bfccc57 to 76f635f Compare February 5, 2025 02:37
@christiangnrd christiangnrd force-pushed the bfloat16 branch 4 times, most recently from 00b64b3 to 381df18 Compare February 11, 2025 17:32
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.

Add Support for BFloat16
2 participants