You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps a minor thing but it's a source of confusion.
WCT has always had a bit of confusion with naming related to torch. There is the pytorch/ subpackage but it uses libtorch and not PyTorch. pytorch.org makes a distinction between these two source packages. Spack has py-torch recipe to install PyTorch. It includes some headers and libraries for libtorch but they do not seem to be complete.
Likeiwse, "libtorch" is used to name wcb --with-libtorch-* options and the LIBTORCH package label.
I propose this renaming:
torch/ as the sub-package directory
--with-torch* as the wcb CLI args
TORCH as the wcb env label
waft/torch.py as the waf tool
WireCellTorch/*.h as the includes
WireCell::Torch as the C++ namespace
I'm interested to learn of any show stopper problems with this proposal in total or in part.
The text was updated successfully, but these errors were encountered:
Perhaps a minor thing but it's a source of confusion.
WCT has always had a bit of confusion with naming related to torch. There is the
pytorch/
subpackage but it useslibtorch
and notPyTorch
. pytorch.org makes a distinction between these two source packages. Spack haspy-torch
recipe to install PyTorch. It includes some headers and libraries forlibtorch
but they do not seem to be complete.Likeiwse, "libtorch" is used to name
wcb --with-libtorch-*
options and theLIBTORCH
package label.I propose this renaming:
torch/
as the sub-package directory--with-torch*
as thewcb
CLI argsTORCH
as thewcb
env labelwaft/torch.py
as the waf toolWireCellTorch/*.h
as the includesWireCell::Torch
as the C++namespace
I'm interested to learn of any show stopper problems with this proposal in total or in part.
The text was updated successfully, but these errors were encountered: