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.
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
Adds SDXL support and CI testing, benchmarks. #271
Adds SDXL support and CI testing, benchmarks. #271
Changes from 177 commits
a29fb24
a67f255
95a2f7f
8fdc639
97ee822
430ef6c
010649c
55d8c42
a38e0e9
ebce84c
ad1a5d5
269ffe2
f297e60
2f8132d
c703fa9
34b65da
a0cf6dd
8c554fc
26ad145
fd5328a
5ed0c8a
f143cfc
33bee27
ce064b8
35a7f98
2d80b7e
4dd1e51
0f7cd00
1c769b5
4ce0df7
2f63446
b6de347
3026e3d
49c712d
b9aa8ac
700ecb1
6e66dc6
44983d1
914b73f
52a28da
08f9544
7edc7b1
ef0d929
edaeff7
fc1d673
eecab90
1bfed12
be93f74
a642cb3
112c6ed
bddcb08
214b526
65067a0
1c2c2bd
a97b27c
7a52bcc
6cd40a3
8e6f85e
ab35501
efc2136
805f29d
63cc7ef
5d9e19f
da6809a
a3c4751
e87e6b1
7d0caee
e514e3a
7f9ca66
0df84aa
d71ceb1
0ebd3fa
424c1d5
0199fd8
08ffad4
b771d05
a55200b
91687db
e248cca
56684e6
d29145d
d1c1f26
d514720
ef7746f
d976ab0
552798a
620b53c
b2d3398
b630c80
93aaf08
0c9c605
0dd0b6b
fb73926
e3cd97e
26d1e65
75a36a4
7c40f02
c68fec1
9ac15e7
eb139ed
630b720
5ae2946
06504b1
1ef84c4
2e53620
5b87995
9b35a58
98af417
1a6291f
00387bf
c7ef8f4
13f493e
fa2c52f
e04f5a5
6f15574
33ea878
65a6f23
b687c2c
5270841
9f3a5b7
496e126
f02405a
bf2afa7
ca8a059
10bc439
4cd3596
f616846
84e4a81
377918d
914caa6
c72f38d
493184b
c088f49
82084d9
668eaa2
06ce9a1
afd8c97
b2dd042
e370c8f
938c9ea
55fc076
f0d5f5d
0f7ccad
c85b5d6
d545889
c388f08
96ca856
d2a9af5
cdff9f5
2a1bc50
d4848d7
a559e57
4c74c96
b2871f8
f5d5a3f
e20bd59
69a1bef
a70e9b5
9f73fbb
f02fbd3
8cff3d8
c8d62fe
b92be0e
7bcb003
f569cea
bc54f7b
fe27035
15ddf3b
699ba0d
0011328
4d7bfef
946a02f
77d4308
3336b6b
68c3c6c
8dc1fba
bfbebef
246d32d
bb2c7e0
12b91f4
575bcd0
eaeb646
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
isn't this being done in fx_importer.py? if we need it here instead should we remove it there?
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.
Seems to be covered by torch-mlir's fx importer. Removing it here.
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.
remove printout?