Currently librmm shows up in build in some cases (even though that is intended for CLIs used during the build like compilers, make, etc.). It also shows up in run even though librmm is a header only library. Wondering if we can drop some of these other uses of librmm and simply include it in host when needed (or if I'm missing something about these other usages)
Currently
librmm
shows up inbuild
in some cases (even though that is intended for CLIs used during the build like compilers, make, etc.). It also shows up inrun
even thoughlibrmm
is a header only library. Wondering if we can drop some of these other uses oflibrmm
and simply include it inhost
when needed (or if I'm missing something about these other usages)xref: https://github.com/rapidsai/xgboost-conda/pull/18