SWDEV-446045 - Adding static library compilation info for HIP runtime.

Change-Id: I24ad80d70f5f35cad19695861134a7ad98638754
このコミットが含まれているのは:
kjayapra-amd
2024-06-14 11:12:50 -04:00
committed by Karthik Jayaprakash
コミット c775721b26
+2
ファイルの表示
@@ -29,6 +29,8 @@ Building clr requires `rocm-hip-libraries` meta package, which provides the pre-
Users can also build `OCL` and `HIP` at the same time by passing `-DCLR_BUILD_HIP=ON -DCLR_BUILD_OCL=ON` to configure command.
HIP/CLR can be built as a static library by passing `-DBUILD_SHARED_LIBS=OFF` during the CLR `cmake` step.
For detail instructions, please refer to [how to build HIP](https://rocm.docs.amd.com/projects/HIP/en/latest/install/build.html)
## Tests