-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add fake generic and modify tests #10266
Changes from 12 commits
060d56b
ae26ee5
c15254e
7f544d4
c864645
1531e84
bf91f35
c34316a
dc24618
0e57867
02099a0
680c3ce
6131e31
04914f2
2523707
7ec720d
8ce51ee
5592167
f2f3320
22de937
550234b
4fdf780
d2c1ba9
177953b
96c46e1
242d5fb
e8305e3
be2393b
a6b3fe6
fbd1aad
349141c
6f3bb4b
c9c72e1
cacd296
ba14dc1
5b87345
01343ad
982deb7
d69c01d
09bc015
e0c5aa7
6b0817a
12e253d
0db8035
abef228
0d303bb
9e276e9
e98f059
d44a517
a54fb64
99c643f
de63a9d
fca016a
de5bc0e
099143f
54496db
0e00b22
fe37393
a36acaf
f1816ea
741831e
ee588cc
93cdb36
cba3eba
72d1dee
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -265,3 +265,4 @@ | |
|
||
# Configurable fake backend | ||
from .utils.configurable_backend import ConfigurableFakeBackend | ||
from .fake_generic import FakeGeneric | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. From offline discussion: we talked about making this |
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 the interest of time we should leave this for after the release candidate is shipped, but I think it would be good to get some proper top-level documentation and examples written for how people should build and use these backends. We want to show people best practices for testing their compilation / whatever workloads before shipping them off to real hardware.