Skip to content

Conversation

ZolotukhinM
Copy link

@ZolotukhinM ZolotukhinM commented Jan 23, 2021

Stack from ghstack:

This is the first step to make 'Tensor` a thin wrapper over 'Buf' and
'Stmt', which will be finished in subsequent PRs. This change also
allows to remove 'buf_initializers_' from 'LoopNest', making it "less
stateful".

Differential Revision: D26038224

This is the first step to make 'Tensor` a thin wrapper over 'Buf' and
'Stmt', which will be finished in subsequent PRs. This change also
allows to remove 'buf_initializers_' from 'LoopNest', making it "less
stateful".

[ghstack-poisoned]
@facebook-github-bot facebook-github-bot added cla signed oncall: jit Add this issue/PR to JIT oncall triage queue labels Jan 23, 2021
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Jan 23, 2021

💊 CI failures summary and remediations

As of commit 41c2d18 (more details on the Dr. CI page):


  • 2/2 failures possibly* introduced in this PR
    • 2/2 non-CircleCI failure(s)

Extra GitHub checks: 1 failed


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions to the (internal) Dr. CI Users group.

@codecov
Copy link

codecov bot commented Jan 24, 2021

Codecov Report

Merging #50993 (41c2d18) into gh/ZolotukhinM/395/base (81ae8ed) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@                     Coverage Diff                     @@
##           gh/ZolotukhinM/395/base   #50993      +/-   ##
===========================================================
- Coverage                    80.88%   80.88%   -0.01%     
===========================================================
  Files                         1929     1929              
  Lines                       210526   210522       -4     
===========================================================
- Hits                        170292   170286       -6     
- Misses                       40234    40236       +2     

Copy link
Contributor

@bertmaher bertmaher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm kind of ambivalent here because it feels like initialization is part of "compute" rather than of the data. But it also doesn't feel like it belongs on tensor either, so... surewhynot.gif

Mikhail Zolotukhin added 2 commits January 26, 2021 17:33
…f'."

This is the first step to make 'Tensor` a thin wrapper over 'Buf' and
'Stmt', which will be finished in subsequent PRs. This change also
allows to remove 'buf_initializers_' from 'LoopNest', making it "less
stateful".

Differential Revision: [D26038224](https://our.internmc.facebook.com/intern/diff/D26038224)

[ghstack-poisoned]
…f'."

This is the first step to make 'Tensor` a thin wrapper over 'Buf' and
'Stmt', which will be finished in subsequent PRs. This change also
allows to remove 'buf_initializers_' from 'LoopNest', making it "less
stateful".

Differential Revision: [D26038224](https://our.internmc.facebook.com/intern/diff/D26038224)

[ghstack-poisoned]
Copy link
Contributor

@navahgar navahgar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@facebook-github-bot
Copy link
Contributor

@ZolotukhinM merged this pull request in 42aeb68.

@facebook-github-bot facebook-github-bot deleted the gh/ZolotukhinM/395/head branch January 31, 2021 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla signed Merged oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants