-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
taco: new port in math #17154
taco: new port in math #17154
Conversation
Let me see if something can be done for PPC first. |
Don't forget this PR too... |
I was discussing with upstream in a hope to get some advice, but apparently we are on our own here: tensor-compiler/taco#541 Of course we could merge this first with a note that PPC needs fixes, but given that nothing depends on this port, I would rather give myself some extra time to see if PPC is fixable. I will try to get to this, say, within a week. |
@barracuda156 where are we with this? |
@reneeotten Please keep this alive. In the process, let me do an update for upstream issue tomorrow. In the meanwhile, could you help to merge PRs which are long back ready? I would also appreciate a clean-up and have only unfinished PRs open. |
like which PRs do you consider ready? |
So all of those are merged. Can we close this? @barracuda156 closing a PR doesn't mean the update is dead. It just means no one but the person working on it is expected to spend time on it. If stuff is sitting in the queue, people are supposed to be checking on it and shepherding it through. If you have a private queue of things you're working on and that others shouldn't be thinking about, those should be in your repo. The PR queue is really for things we think are ready to work on and get committed. |
@pmetzger @reneeotten Yeah, sure. I will return to it, I hope, but it is fine to close it atm. |
Description
New port: https://github.com/tensor-compiler/taco
Tests mostly pass on 10.6.8
x86_64
:PPC does not work presently: tensor-compiler/taco#541 (
malloc
errors, and addingDYDL_LIBRARY_PATH
totest.env
fails to help, whether directly or vialegacysupport
PG).Type(s)
Tested on
macOS 10.6.8 Server
Xcode 3.2.6
Verification
Have you
port lint --nitpick
?sudo port test
?sudo port -vst install
?