-
Notifications
You must be signed in to change notification settings - Fork 23
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
Setup MKL computation backend for Pytorch XPU operators (Linear Algebra) and enable aten::fft_c2c #526
Open
CuiYifeng
wants to merge
1
commit into
intel:main
Choose a base branch
from
CuiYifeng:yifeng/fft_c2c
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
2 times, most recently
from
July 4, 2024 16:13
ee57739
to
797a737
Compare
fengyuan14
reviewed
Jul 5, 2024
fengyuan14
reviewed
Jul 5, 2024
fengyuan14
reviewed
Jul 5, 2024
fengyuan14
reviewed
Jul 5, 2024
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
3 times, most recently
from
July 9, 2024 03:12
72a5828
to
d1a5593
Compare
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
from
July 26, 2024 07:28
405b91e
to
290e895
Compare
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
5 times, most recently
from
August 2, 2024 12:41
2e37c81
to
fc60425
Compare
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
from
August 4, 2024 05:25
fc60425
to
4b280d7
Compare
fengyuan14
reviewed
Aug 5, 2024
fengyuan14
reviewed
Aug 5, 2024
fengyuan14
changed the title
Init MKL for Pytorch XPU and enable fft_c2c
Setup MKL computation backend for Pytorch XPU operators (Linear Algebra) and enable aten::fft_c2c
Aug 6, 2024
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
from
August 6, 2024 08:19
22aa279
to
c94442e
Compare
fengyuan14
reviewed
Aug 6, 2024
fengyuan14
reviewed
Aug 6, 2024
fengyuan14
reviewed
Aug 6, 2024
fengyuan14
reviewed
Aug 6, 2024
fengyuan14
reviewed
Aug 7, 2024
fengyuan14
reviewed
Aug 7, 2024
fengyuan14
reviewed
Aug 7, 2024
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
2 times, most recently
from
August 8, 2024 16:05
aa498bf
to
f266f5b
Compare
fengyuan14
reviewed
Aug 9, 2024
fengyuan14
reviewed
Aug 9, 2024
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
6 times, most recently
from
August 16, 2024 03:39
36bd0bb
to
e39ea93
Compare
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
from
August 17, 2024 04:54
b544908
to
a3b491a
Compare
fengyuan14
reviewed
Aug 19, 2024
fengyuan14
reviewed
Aug 19, 2024
fengyuan14
reviewed
Aug 19, 2024
fengyuan14
reviewed
Aug 19, 2024
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
from
August 19, 2024 03:41
a3b491a
to
8b2f1a7
Compare
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
from
August 26, 2024 08:51
8b2f1a7
to
8f8096a
Compare
10 tasks
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
from
October 24, 2024 06:48
8f8096a
to
430d690
Compare
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
from
December 17, 2024 03:22
430d690
to
799378b
Compare
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
2 times, most recently
from
December 24, 2024 03:07
87c07e0
to
bb01a78
Compare
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
from
December 24, 2024 13:14
bb01a78
to
f1204c4
Compare
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
from
January 2, 2025 03:16
f1204c4
to
3e6f950
Compare
CuiYifeng
force-pushed
the
yifeng/fft_c2c
branch
from
January 2, 2025 08:56
3e6f950
to
b5924a7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The first PR of oneMKL for Pytorch XPU.
Enable first oneMKL Op
fft_c2c
.TODO: #737 align claimed fft data type with CUDA in backward test.