SWDEV-439576 - rocmsmi -> amdsmi
- Migrate to amdsmi library - NOTE: raslib still uses rocmsmi - Remove unused rocmsmi service - Remove unused RDC client code - Remove RSMI calls from protos/rdc.proto Change-Id: Ifc34a264c506b0ec5792307ee56b34526268762d Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
This commit is contained in:
@@ -12,9 +12,9 @@ The RDC includes the following libraries:
|
||||
|
||||
• librdc_client.so: Exposes RDC functionality using gRPC client.
|
||||
|
||||
• librdc.so: RDC API. This depends on librocm_smi.so.
|
||||
• librdc.so: RDC API. This depends on libamd_smi.so.
|
||||
|
||||
• librocm_smi.so: Stateless low overhead access to GPU data.
|
||||
• libamd_smi.so: Stateless low overhead access to GPU data.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ NOTE: The RDC tool is tested on the following software versions. Earlier version
|
||||
|
||||
• g++ (5.4.0)
|
||||
|
||||
• AMD ROCm, which includes AMD ROCm SMI Library
|
||||
• AMD ROCm, which includes AMD AMDSMI Library
|
||||
|
||||
• gRPC and protoc
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ RDC Command Line Tool (rdci)
|
||||
|
||||
A command-line tool to invoke all the features of the RDC tool. This CLI can be run locally or remotely.
|
||||
|
||||
ROCm-SMI Library
|
||||
AMDSMI Library
|
||||
|
||||
A stateless system management library that provides low-level interfaces to access GPU information
|
||||
|
||||
|
||||
Reference in New Issue
Block a user