Doxygen related cleanup
- Made all doxygen formatting consistent with @ use - Added @file definition to fix a lot of missed references - Simplified return definitions for easier maintainability - Fixed bad formatting and missing section closures Signed-off-by: Jason Albert <jason.albert@amd.com> Change-Id: I02cc55f7d0ae277f318a4620978af096f56cac6c
이 커밋은 다음에 포함됨:
@@ -66,7 +66,7 @@ To run the test, execute the program `amdsmitst` that is built from the steps ab
|
||||
Many of the functions in the library take a "socket handle" or "device handle". The socket is an abstraction of hardware physical socket. This will enable amd-smi to provide a better representation of the hardware to user. Although there is always one distinct GPU for a socket, the APU may have both
|
||||
GPU device and CPU device on the same socket. Moreover, for MI200, it may have multiple GCDs.
|
||||
|
||||
To discover the sockets in the system, `amdsmi_get_device_handles()` is called to get list of sockets
|
||||
To discover the sockets in the system, `amdsmi_get_socket_handles()` is called to get list of sockets
|
||||
handles, which in turn can be used to query the devices in that socket using `amdsmi_get_device_handles()`. The device handler is used to distinguish the detected devices from one another. It is important to note that a device may end up with a different device handles after restart application, so a device handle should not be relied upon to be constant over process.
|
||||
|
||||
# Hello AMD SMI
|
||||
|
||||
+467
-826
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
Diff 로드
새 이슈에서 참조
사용자 차단