-
Notifications
You must be signed in to change notification settings - Fork 30
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
Missing README.md #1
Comments
Hi,
Ronan |
Great! It would be really nice to being able to start understanding more about the core of this project 👽 |
| I made TH a "git subtree" of this git in the torch7 git |
Nope, you have to to a git subtree pull/push manually -- will do this once in a while |
ah i see, got it. |
crash-course on git subtree, if interested: |
thanks! |
Re: title of this issue, I too am curious what is this repository. |
This is just a git subtree of torch/lib/TH |
Similarly, cutorch/lib/THC powers cuda torch, again a library with a pure-C API |
This is like the C/CPU implementation of Tensor, Storage etc? And then for example THC is the CUDA implementation? |
Ah. Ok :-) Thanks! :-) |
@andresy, how's coming up the documentation? :) |
@Atcold will come when it comes :) not much progress on documenting TH |
OK 😞 |
Hmmm, so what is https://github.com/torch/torch7/tree/master/lib/TH directory? How do they compare? I guess you are refactorizing, and the refactor is still in progress? Seems like distro https://github.com/torch/distro/tree/master/pkg references the torch7 repo version? |
started to document TH and THC at https://github.com/hughperkins/clnn/blob/master/doc/torch/torch.md , but not sure if this is reusable at all? More like personal notes I think? (which is what they are, of course...) |
For dumb people like me, it would be nice having a
README.md
also for this repository 😉I have no idea of how I could use this Standalone C TH library...
The text was updated successfully, but these errors were encountered: