8000 [Intel GPU] qlinear_pointwise.binary[_tensor] XPU support by ZhiweiYan-96 · Pull Request #135337 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

[Intel GPU] qlinear_pointwise.binary[_tensor] XPU support #135337

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
wants to merge 52 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
cec08d4
Update
ZhiweiYan-96 Sep 6, 2024
f65c9a5
Update
ZhiweiYan-96 Oct 9, 2024
5349fe4
Update
ZhiweiYan-96 Oct 17, 2024
ac31366
Update
ZhiweiYan-96 Oct 21, 2024
0b1f65a
Update
ZhiweiYan-96 Oct 23, 2024
d285e8a
Update
ZhiweiYan-96 Oct 23, 2024
b00feeb
Update
ZhiweiYan-96 Oct 24, 2024
403798c
Update
ZhiweiYan-96 Oct 24, 2024
b733053
Update
ZhiweiYan-96 Oct 26, 2024
506b962
Update
ZhiweiYan-96 Oct 27, 2024
ba5dc45
Update
ZhiweiYan-96 Oct 29, 2024
7edc91e
Update
ZhiweiYan-96 Oct 29, 2024
2368884
Update
ZhiweiYan-96 Oct 29, 2024
f12d0bc
Update
ZhiweiYan-96 Oct 30, 2024
ba2b508
Update
ZhiweiYan-96 Oct 31, 2024
2cd77ed
Update
ZhiweiYan-96 Nov 2, 2024
13e45c9
Update
ZhiweiYan-96 Nov 3, 2024
765e053
Update
ZhiweiYan-96 Nov 4, 2024
ad9ab6a
Update
ZhiweiYan-96 Nov 4, 2024
9ad48e6
Update
ZhiweiYan-96 Nov 4, 2024
c1da955
Update
ZhiweiYan-96 Nov 4, 2024
d3b714a
Update
ZhiweiYan-96 Nov 4, 2024
37b971e
Update
ZhiweiYan-96 Nov 4, 2024
597c614
Update
ZhiweiYan-96 Nov 4, 2024
0a50697
Update
ZhiweiYan-96 Nov 5, 2024
b3a59f0
Update
ZhiweiYan-96 Nov 5, 2024
a41a0c1
Update
ZhiweiYan-96 Nov 21, 2024
d2ec6d4
Update
ZhiweiYan-96 Nov 28, 2024
9998dc7
Update
ZhiweiYan-96 Dec 30, 2024
2e8306c
Update
ZhiweiYan-96 Jan 2, 2025
a3f5a89
Update
ZhiweiYan-96 Jan 2, 2025
b44e490
Update
ZhiweiYan-96 Jan 3, 2025
aac1230
Update
ZhiweiYan-96 Jan 6, 2025
13984fb
Update
ZhiweiYan-96 Jan 7, 2025
f383709
Update
ZhiweiYan-96 Jan 7, 2025
5a0d08f
Update
ZhiweiYan-96 Jan 7, 2025
7d58739
Update
ZhiweiYan-96 Jan 8, 2025
3e3712e
Update
ZhiweiYan-96 Jan 8, 2025
ccc10df
Update
ZhiweiYan-96 Jan 9, 2025
8dc9748
Update
ZhiweiYan-96 Jan 10, 2025
1a97b28
Update
ZhiweiYan-96 Jan 16, 2025
d3ec5eb
Update
ZhiweiYan-96 Jan 17, 2025
61cfc8f
Update
ZhiweiYan-96 Jan 17, 2025
54e142b
Update
ZhiweiYan-96 Jan 20, 2025
ba18903
Update
ZhiweiYan-96 Jan 20, 2025
6374d61
Update
ZhiweiYan-96 Jan 22, 2025
11da846
Update
ZhiweiYan-96 Jan 23, 2025
f22cfc1
Update
ZhiweiYan-96 Feb 10, 2025
cdb071c
Update
guangyey Feb 10, 2025
7db7c73
Update
guangyey Feb 11, 2025
7d4f1ca
Update
ZhiweiYan-96 Feb 11, 2025
5d014a1
Update
ZhiweiYan-96 Feb 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update
[ghstack-poisoned]
  • Loading branch information
ZhiweiYan-96 committed Oct 30, 2024
commit f12d0bce62203604afdf985305358931f814bc0f
1 change: 0 additions & 1 deletion aten/src/ATen/native/mkldnn/xpu/qlinear_pt2e.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ Tensor q_linear_pointwise_binary_tensor(
return qout;
}


at::Tensor q_linear_prepack_onednn(
at::Tensor weight,
c10::optional<torch::List<int64_t>> input_shape) {
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0