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

Missing README.md #1

Open
Atcold opened this issue Apr 11, 2014 · 17 comments
Open

Missing README.md #1

Atcold opened this issue Apr 11, 2014 · 17 comments

Comments

@Atcold
Copy link

Atcold commented Apr 11, 2014

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...

@andresy
Copy link
Member

andresy commented Apr 12, 2014

Hi,
Yep, it is coming soon. Basically:

  • I am going to improve TH very soon
  • I made TH a "git subtree" of this git in the torch7 git
  • It is also a "git subtree" of torch9
    So improvements on TH can be profitable for both torch7/torch9.

Ronan

@Atcold
Copy link
Author

Atcold commented Apr 13, 2014

Great! It would be really nice to being able to start understanding more about the core of this project 👽

@soumith
Copy link
Member

soumith commented Apr 14, 2014

| I made TH a "git subtree" of this git in the torch7 git
Doesn't that mean the commits to TH in torch7 repo automatically get pushed here?
Looks like the THDiskFile.c commit that we just pushed didn't get updated here?

@andresy
Copy link
Member

andresy commented Apr 14, 2014

Nope, you have to to a git subtree pull/push manually -- will do this once in a while

@soumith
Copy link
Member

soumith commented Apr 14, 2014

ah i see, got it.

@andresy
Copy link
Member

andresy commented Apr 14, 2014

@soumith
Copy link
Member

soumith commented Apr 14, 2014

thanks!

@hughperkins
Copy link
Contributor

Re: title of this issue, I too am curious what is this repository.

@soumith
Copy link
Member

soumith commented Jun 2, 2015

This is just a git subtree of torch/lib/TH
Its the C library that powers torch

@soumith
Copy link
Member

soumith commented Jun 2, 2015

Similarly, cutorch/lib/THC powers cuda torch, again a library with a pure-C API

@hughperkins
Copy link
Contributor

This is like the C/CPU implementation of Tensor, Storage etc? And then for example THC is the CUDA implementation?

@hughperkins
Copy link
Contributor

Ah. Ok :-) Thanks! :-)

@Atcold
Copy link
Author

Atcold commented Jun 2, 2015

@andresy, how's coming up the documentation? :)

@soumith
Copy link
Member

soumith commented Jun 2, 2015

@Atcold will come when it comes :) not much progress on documenting TH

@Atcold
Copy link
Author

Atcold commented Jun 2, 2015

OK 😞

@hughperkins
Copy link
Contributor

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?

@hughperkins
Copy link
Contributor

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...)

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

4 participants