-
Notifications
You must be signed in to change notification settings - Fork 653
Add backend runtime context to backend.execute #211
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D48872100 |
This pull request was exported from Phabricator. Differential Revision: D48872100 |
1b4bcb1
to
7d018fe
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
7d018fe
to
8bb67ea
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
8bb67ea
to
f39db40
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
f39db40
to
eb45fdd
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
eb45fdd
to
5b4b0a7
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
5b4b0a7
to
519577f
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
519577f
to
a1a2b59
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
a1a2b59
to
dd45025
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
dd45025
to
ba79084
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
ba79084
to
83edd98
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
83edd98
to
78fd939
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
78fd939
to
e1f968f
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
e1f968f
to
7306f73
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
eb17662
to
588917e
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
588917e
to
b2a00e1
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
8307915
to
49bc311
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
49bc311
to
ee4b4c4
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
ee4b4c4
to
4ae23c8
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
4ae23c8
to
e503d20
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
e503d20
to
06daa90
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
06daa90
to
f83a0c2
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
f83a0c2
to
0b85c50
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
0076436
to
a94731b
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D48872100 |
Summary: We're adding backend runtime context which comes with mainly two extra functions - Temp allocator (life span is per execute) - Event tracer (profiling inside delegate) Reviewed By: tarun292, dbort Differential Revision: D48872100
a94731b
to
85e31cb
Compare
This pull request was exported from Phabricator. Differential Revision: D48872100 |
This pull request has been merged in 40f0cca. |
Summary:
We're adding backend runtime context which comes with mainly two extra functions
Reviewed By: tarun292
Differential Revision: D48872100