-
Notifications
You must be signed in to change notification settings - Fork 24.3k
[Intel GPU] allow_tf32 for oneDNN backend - XPU part #137570
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
Closed
Closed
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
7cb460c
Update
ZhiweiYan-96 aa6eb63
Update
ZhiweiYan-96 ac3000e
Update
ZhiweiYan-96 7c7f5bd
Update
ZhiweiYan-96 a7ecf30
Update
ZhiweiYan-96 e14a980
Update
ZhiweiYan-96 48d0530
Update
ZhiweiYan-96 d9ab777
Update
ZhiweiYan-96 b6e6e4e
Update
ZhiweiYan-96 5a6f59a
Update
ZhiweiYan-96 60fb9f7
Update
ZhiweiYan-96 3bea915
Update
ZhiweiYan-96 06d1680
Update
ZhiweiYan-96 bf3c110
Update
ZhiweiYan-96 8e74b7c
Update
ZhiweiYan-96 2e0f344
Update
ZhiweiYan-96 4bc77f8
Update
ZhiweiYan-96 2c667ac
Update
ZhiweiYan-96 bc921a5
Update
ZhiweiYan-96 f0d657e
Update
ZhiweiYan-96 ab586cd
Update
ZhiweiYan-96 b91414a
Update
ZhiweiYan-96 6ce003d
Update
ZhiweiYan-96 c159f6b
Update
ZhiweiYan-96 0112cb7
Update
ZhiweiYan-96 4a6ac2d
Update
ZhiweiYan-96 ea9e69b
Update
ZhiweiYan-96 6c87ae6
Update
ZhiweiYan-96 198cc01
Update
ZhiweiYan-96 ea08036
Update
ZhiweiYan-96 913e675
Update
ZhiweiYan-96 5c6fac3
Update
ZhiweiYan-96 f95ada4
Update
ZhiweiYan-96 096fd09
Update
ZhiweiYan-96 689dadf
Update
ZhiweiYan-96 5f7d0e7
Update
ZhiweiYan-96 fb2a6c4
Update
ZhiweiYan-96 80ea731
Update
ZhiweiYan-96 bbad26b
Update
guangyey cc3eefe
Update
ZhiweiYan-96 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZhiweiYan-96 this file
dnnl_common.hpp
is in theoneapi/dnnl
subdirectory ofintel/oneapi/dnnl/latest/include/
which is not included by default in the oneapi include paths. On windows this is causing a problem. Can we update the path here to includeoneapi/dnnl
prefix? Do you want me to file an issue?Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexbaden , XPU does use the oneapi oneDNN. XPU builds its onednn from source code. Do you mean it may conflict with oneapi bundle or cannot pass Windows build?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cannot pass windows build. We think this is because the include is not recursive. It could be that the proper path needs to be added when oneDNN is built from source for XPU.