ENH: Add support of ARC architecture#9692
Merged
Merged
Conversation
Synopsys DesignWare ARC Processors are a family of 32-bit CPUs which in some configurations may run Linux kernel and full stack of applications on top of it. Among other things is Python. With that change we allow building and usage of Numpy on ARC.
abrodkin
added a commit
to abrodkin/buildroot
that referenced
this pull request
Sep 15, 2017
This enables support for ARC cores in numpy. Patch for Numpy is awaiting review in upstream here: numpy/numpy#9692. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Contributor
Author
|
@charris I guess this one will be a part of v1.14, right? |
Member
|
Yes. I may do a 1.13.4 release to fix the sum bug, but it won't be much earlier, if ever, and would be intended for distributions to update their current releases. |
Contributor
Author
|
@charris Ok, was just checking. I noticed that there were a couple of minor releases and ARC support was not there. I'm not very interested in big distributions (there's no such thing for ARC yet anyways) instead build systems like Buildroot or OpenEmbedded are of more interest and there version udate is just a matter of one patch :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Synopsys DesignWare ARC Processors are a family of 32-bit CPUs
which in some configurations may run Linux kernel and full stack
of applications on top of it. Among other things is Python.
With that change we allow building and usage of Numpy on ARC.