-
Notifications
You must be signed in to change notification settings - Fork 24.8k
[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 1 commit
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
Update
[ghstack-poisoned]
- Loading branch 8000 information
commit bf3c1105d25c5de9f8717defe86f9d0836637603
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
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.
Onednn -> OneDNN
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.
In oneDNN github https://github.com/oneapi-src/oneDNN, it uses
oneDNN
. Is it better to all useoneDNN
?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.
@yanbing-j , Personally, I think
oneDNN
is a better one as the CUDA name is also in the way ofallowTF32CuDNN
andoneDNN
is the project name. However, it should not be a big deal because the naming style in C++ is not user-facing. You can make the decision to align the style between CPU and GPU.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.
hi, @EikanWang @yanbing-j , I've changed
Onednn
tooneDNN
. I think using the project nameoneDNN
is easier for us to align naming style.