SWDEV-451170 - Merge PR#3432 to amd-staging

Change-Id: I210bced4e626fc2ac464b80172132481b882cf63


[ROCm/hip commit: fee13d6a3f]
このコミットが含まれているのは:
Julia Jiang
2024-03-18 15:48:19 -04:00
committed by Julia Jiang
コミット 7336540aba
43個のファイルの変更16767行の追加1859行の削除
+5
ファイルの表示
@@ -37,3 +37,8 @@ external_projects_current_project = "hip"
for sphinx_var in ROCmDocs.SPHINX_VARS:
globals()[sphinx_var] = getattr(docs_core, sphinx_var)
extensions += ["sphinxcontrib.doxylink"]
cpp_id_attributes = ["__global__", "__device__", "__host__", "__forceinline__", "static"]
cpp_paren_attributes = ["__declspec"]