Refactoring CMakeFiles (#755)

This commit is contained in:
gilbertlee-amd
2023-05-25 16:08:54 -06:00
کامیت شده توسط GitHub
والد 58db1cb96d
کامیت 777d8747a5
5فایلهای تغییر یافته به همراه669 افزوده شده و 573 حذف شده
+1 -2
مشاهده پرونده
@@ -27,8 +27,7 @@ The root of this repository has a helper script 'install.sh' to build and instal
* `./install.sh -t` -- builds library including rccl unit tests
* `./install.sh -r` -- runs rccl unit tests (must be already built)
* `./install.sh -p` -- builds RCCL package
* `./install.sh -s` -- builds RCCL as a static library (default: shared)
* `./install.sh -hcc` -- builds RCCL with hcc compiler; note that hcc is now deprecated. (default:hip-clang)
* `./install.sh --static` -- builds RCCL as a static library (default: shared)
* `./install.sh --prefix` -- specify custom path to install RCCL to (default:/opt/rocm)
* `./install.sh --npkit-enable` -- enable compilation of npkit profiler framework with all options