cli/Cargo.toml has features that are listed linux or mac specific, which is true at least in the case of metal but not necessarily for cuda. It's probably better to just name these features after the features they are derived from, ie. rename these features to cuda and metal, respectively.
cli/Cargo.toml
has features that are listedlinux
ormac
specific, which is true at least in the case ofmetal
but not necessarily forcuda
. It's probably better to just name these features after the features they are derived from, ie. rename these features tocuda
andmetal
, respectively.