File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/dev_guides/custom_device_docs Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,17 @@ Device 接口
4343+--------------------------+--------------------------------------------+------+
4444| get_driver_version | 查询驱动版本号。 | Y |
4545+--------------------------+--------------------------------------------+------+
46- | get_multi_process | 获取设备上的MultiProcessor数量 。 | N |
46+ | get_multi_process | 获取设备上的 MultiProcessor 数量 。 | N |
4747+--------------------------+--------------------------------------------+------+
48- | get_max_threads_per_mp | 获取设备每个MultiProcessor上的最大线程数 。 | N |
48+ | get_max_threads_per_mp | 获取设备每个 MultiProcessor 上的最大线程数 。 | N |
4949+--------------------------+--------------------------------------------+------+
50- | get_max_threads_per_block| 获取设备每个Block能够运行的最大线程数 。 | N |
50+ | get_max_threads_per_block| 获取设备每个 Block 能够运行的最大线程数 。 | N |
5151+--------------------------+--------------------------------------------+------+
5252| get_max_grid_dim_size | 获取设备最大网格维度大小。 | N |
5353+--------------------------+--------------------------------------------+------+
54- | init_eigen_device | 初始化Eigen GPU设备对象 。 | N |
54+ | init_eigen_device | 初始化 Eigen GPU 设备对象 。 | N |
5555+--------------------------+--------------------------------------------+------+
56- | destroy_eigen_device | 销毁Eigen GPU设备对象 。 | N |
56+ | destroy_eigen_device | 销毁 Eigen GPU 设备对象 。 | N |
5757+--------------------------+--------------------------------------------+------+
5858
5959
You can’t perform that action at this time.
0 commit comments