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

Add flag enable fp64 emu #511

Merged
merged 9 commits into from
Jul 30, 2024
Merged

Add flag enable fp64 emu #511

merged 9 commits into from
Jul 30, 2024

Conversation

Chao1Han
Copy link
Contributor

@Chao1Han Chao1Han commented Jun 28, 2024

This PR is for supporting FP64 emulation, requiring specific compiler and driver IGC versions to be effective.

  • The -fsycl-fp64-conv-emu flag ensures that data type conversions to double can be emulated.
  • The -cl-poison-unsupported-fp64-kernels flag allows compilation to succeed even when there is double computation.

@fengyuan14
Copy link
Contributor

fengyuan14 commented Jun 28, 2024

Please

  1. help to remove large grf option.
  2. measure the size of Pytorch wheel after enabling ATSM AOT.

@Chao1Han
Copy link
Contributor Author

Please

  1. help to remove large grf option.
  2. measure the size of Pytorch wheel after enabling ATSM AOT.

1.Done
2. build wheel 515M
-rw-rw-r-- 1 gta gta 515M Jun 28 11:03 torch-2.5.0a0+gitc07a799-cp39-cp39-linux_x86_64.whl

@Chao1Han Chao1Han marked this pull request as ready for review July 29, 2024 07:35
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