Skip to content
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

Tagged release? #13

Closed
jakirkham opened this issue Mar 30, 2016 · 5 comments
Closed

Tagged release? #13

jakirkham opened this issue Mar 30, 2016 · 5 comments

Comments

@jakirkham
Copy link

Would be nice to know where we can build from safely. A formal tagged release would be helpful in that effort. Though not sure how complete this is.

@Maratyszcza
Copy link
Owner

Master branch is expected to be stable at all times

@jakirkham
Copy link
Author

Ok, could we please have a tag at least to know what API we can reliably use (and know when that changes)?

@Maratyszcza
Copy link
Owner

Generally, functions are usable iff they are documented. I can't guarantee API stability at this stage, but I don't break it without a good reason.

@ajtulloch
Copy link
Contributor

@Maratyszcza wouldn't some kind of versioning be useful for the BVLC/Caffe integration? So we can conditionally compile new layers as you implement the functions? It seems like the CuDNN model is reasonable to follow here?

@Maratyszcza
Copy link
Owner

@ajtulloch NNPACK is not packaged in Linux distros (and unlikely to be, due to its specific hardware requirements). Thus, users are expected to use the recent branch from GitHub.

In this situation versioning NNPACK would provide no benefits, but would task me with release management and potentially back-porting bug-fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants