File tree Expand file tree Collapse file tree 1 file changed +3
-32
lines changed Expand file tree Collapse file tree 1 file changed +3
-32
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Low-level HIP runtime integration for AMD GPU device management and memory operations.
4
4
5
- This module provides public APIs for device management, device attribute queries, and IPC memory operations.
6
-
7
- ## Device Management
8
-
9
- ### count_devices
10
- ``` {eval-rst}
11
- .. autofunction:: iris.hip.count_devices
12
- ```
13
-
14
- ### set_device
15
- ``` {eval-rst}
16
- .. autofunction:: iris.hip.set_device
17
- ```
5
+ This module provides public APIs for querying device attributes.
18
6
19
7
## Device Attributes
20
8
21
- ### get_cu_count
22
- ``` {eval-rst}
23
- .. autofunction:: iris.hip.get_cu_count
24
- ```
25
-
26
- ### get_num_xcc
27
- ``` {eval-rst}
28
- .. autofunction:: iris.hip.get_num_xcc
29
- ```
30
-
31
9
### get_wall_clock_rate
32
10
``` {eval-rst}
33
11
.. autofunction:: iris.hip.get_wall_clock_rate
34
12
```
35
13
36
- ## IPC Memory Operations
37
-
38
- ### get_ipc_handle
39
- ``` {eval-rst}
40
- .. autofunction:: iris.hip.get_ipc_handle
41
- ```
42
-
43
- ### open_ipc_handle
14
+ ### get_num_xcc
44
15
``` {eval-rst}
45
- .. autofunction:: iris.hip.open_ipc_handle
16
+ .. autofunction:: iris.hip.get_num_xcc
46
17
```
47
18
You can’t perform that action at this time.
0 commit comments