-
Notifications
You must be signed in to change notification settings - Fork 10
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
move IntrinsicAsympototics into Core/ #96
Conversation
import SSA.Projects.Tensor2D.Tensor2D | ||
-- import SSA.Projects.InstCombine.Alive | ||
-- import SSA.Projects.Tensor1D.Tensor1D | ||
-- import SSA.Projects.Tensor2D.Tensor2D |
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.
Why are these commented?
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.
After deleting TSSA, These no longer compile. They will be fixed in separate PRs.
The diff of |
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.
LGTM
@@ -1,109 +1,1499 @@ | |||
import Lean | |||
import Mathlib.Tactic.NormNum | |||
-- Investigations on asymptotic behavior of representing programs with large explicit contexts |
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.
no longer the case, no?
|
||
/-- Evaluation context. There is only one type in the semantics and that type is Val -/ | ||
abbrev Env (Val : Type) := Var → Val | ||
import Mathlib.Tactic.Ring |
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.
why do we need this?
## Examples | ||
-/ | ||
|
||
namespace Examples |
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.
These should go in a different file probably, shouldn't they?
| Op.extract_slice _ _ => (fun (a,i,c) => R.slice a i c) arg.toTriple |
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.
what's up here?
This will need a little finesse, to rebase the region mvar PR (#94) on top of this when the time comes.