Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6da552a
Add ROCm-Finance content to docs
randyh62 Apr 30, 2026
0518b44
Fix GitHub url
randyh62 Apr 30, 2026
f68e559
Fix linting errors
randyh62 Apr 30, 2026
ffa1540
Update finance-blogs
randyh62 Apr 30, 2026
c82f311
Update wordlist
randyh62 Apr 30, 2026
f2c492a
change description
randyh62 Apr 30, 2026
2863e30
add html
randyh62 Apr 30, 2026
481cb43
add finance into urls
randyh62 Apr 30, 2026
a4ac9a2
Add Finance images
randyh62 May 5, 2026
8304565
Change JPG to PNG
randyh62 May 5, 2026
20fed77
Update images
randyh62 May 6, 2026
ad099ee
Update docs/index.md
randyh62 May 6, 2026
be34550
Update docs/finance/index.md
randyh62 May 6, 2026
476d85b
Update docs/finance/index.md
randyh62 May 6, 2026
020ec37
Update docs/finance/lightgbm.md
randyh62 May 6, 2026
ec40aec
Update docs/finance/xgboost.md
randyh62 May 6, 2026
09c708f
Update docs/index.md
randyh62 May 14, 2026
5874d89
Update docs/index.md
randyh62 May 14, 2026
192c649
Update docs/index.md
randyh62 May 14, 2026
1264807
Update docs/index.md
randyh62 May 14, 2026
dd7cc56
Update docs/index.md
randyh62 May 14, 2026
1a1b3ec
Update docs/finance/finance-blogs.md
randyh62 May 14, 2026
a358245
Update docs/finance/index.md
randyh62 May 14, 2026
06d9bdf
Update docs/finance/index.md
randyh62 May 14, 2026
b5dde67
Update docs/finance/lightgbm.md
randyh62 May 14, 2026
78a51b7
Update docs/finance/xgboost.md
randyh62 May 14, 2026
d2fad0b
Update docs/finance/xgboost.md
randyh62 May 14, 2026
d51f801
Update docs/finance/thundergbm.md
randyh62 May 14, 2026
d97a2fb
Update docs/finance/index.md
randyh62 May 14, 2026
3edb6eb
Update docs/finance/index.md
randyh62 May 14, 2026
a54fe96
Update docs/finance/index.md
randyh62 May 14, 2026
4014af8
Update docs/finance/index.md
randyh62 May 14, 2026
7abebc0
Update blog image
randyh62 May 14, 2026
b98d90b
Apply suggestion from @marco-grond
randyh62 May 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ cuDF
hipCIM
cuCIM
MONAI
LightGBM
Runnable
ThunderGBM
ROCm's
microstructure
transformative
latencies
ACEs
Expand Down
36 changes: 36 additions & 0 deletions docs/finance/finance-blogs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# ROCm-Finance Blogs

This page contains a list of blog posts related to the AMD ROCm™ Finance Toolkit (ROCm-Finance)
and its individual components. See [ROCm Blogs](https://rocm.blogs.amd.com/) for
blogs related to all AMD and ROCm products.

::::{grid} 2 2 3 4

:::{grid-item-card}
:padding: 1
:img-top: ../images/rocm-finance.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://rocm.blogs.amd.com/ecosystems-and-partners/rocm-finance/README.html" class="card-header-link">
<h2 class="card-header">Using Gradient Boosting Libraries on MI300X for Financial Risk Prediction</h2>
</a>
<p class="paragraph"> Financial institutions deal with massive datasets and complex models that demand high computational power.
With AMD ROCm™ and GPU-accelerated libraries like LightGBM and ThunderGBM, we can significantly reduce training time while improving model performance.</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ../images/finance-6.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://rocm.blogs.amd.com/artificial-intelligence/xgboost-multi-gpu/README.html" class="card-header-link">
<h2 class="card-header">Accelerating XGBoost with Dask using multiple AMD GPUs</h2>
</a>
<p class="paragraph"> XGBoost is an optimized library for distributed gradient boosting. It has become the leading machine learning library for solving regression and classification problems.</p>
:::
Comment thread
randyh62 marked this conversation as resolved.

::::
103 changes: 103 additions & 0 deletions docs/finance/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
# ROCm-Finance: ROCm toolkit for finance

ROCm-Finance pulls the trajectory of tomorrow into today: an open toolkit on the [ROCm](https://rocm.docs.amd.com/) stack that
delivers GPU-native gradient-boosting stacks that the industry already trusts. XGBoost,
LightGBM, and ThunderGBM, tuned for [AMD Instinct](https://www.amd.com/en/products/accelerators/instinct.html)
accelerators, so training, scoring, and simulation work land closer to real time than the CPU-era
baselines could achieve.
Comment thread
randyh62 marked this conversation as resolved.

ROCm-Finance collapses the distance between signal and decision. The same workloads that once
queued overnight now run in minutes. Risk, fraud detection, forecasting, and simulation pipelines step
into the high-bandwidth GPU computing ROCm was built to serve. ROCm-Finance provides production-oriented kernels, memory paths, and scaling behavior so your boosting jobs feel like
they arrived from the next generation, even on this week's cluster.
Comment thread
randyh62 marked this conversation as resolved.

For more information on ROCm-Finance, including comparisons, prerequisites, installation, and deep API
reference, see the [ROCm-Finance documentation](https://rocm.docs.amd.com/projects/rocm-finance/en/latest/index.html).

:::::{grid} 2 2 2 2

::::{grid-item-card}
:padding: 1
:img-top: ../images/finance-1.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./xgboost.html class="card-header-link">
<h2 class="card-header">XGBoost</h2>
</a>
<p class="paragraph"> General-purpose GPU gradient boosting. Start here for high-performance workloads for data-intensive applications.
</p>
::::

::::{grid-item-card}
:padding: 1
:img-top: ../images/finance-2.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./lightgbm.html class="card-header-link">
<h2 class="card-header">LightGBM</h2>
</a>
<p class="paragraph"> Leaf-wise training. Strong fit when sparsity abounds and dataset size drives the bottleneck.
</p>
::::

::::{grid-item-card}
:padding: 1
:img-top: ../images/finance-3.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./thundergbm.html class="card-header-link">
<h2 class="card-header">ThunderGBM</h2>
</a>
<p class="paragraph"> GPU-oriented boosting for highly parallel, GPU-intensive training and simulation-style runs on high-dimensional datasets.
</p>
::::

::::{grid-item-card}
:padding: 1
:img-top: ../images/finance-4.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://github.com/ROCm/ROCm-Finance" class="card-header-link">
<h2 class="card-header">GitHub</h2>
</a>
<p class="paragraph"> Source for all ROCm-Finance libraries on GitHub.
</p>
::::

::::{grid-item-card}
:padding: 1
:img-top: ../images/finance-5.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://github.com/ROCm/rocm-finance/tree/release/26.01/examples" class="card-header-link">
<h2 class="card-header">Examples</h2>
</a>
<p class="paragraph"> Runnable examples on GitHub to explore the code.
</p>
::::

::::{grid-item-card}
:padding: 1
:img-top: ../images/finance-6.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./finance-blogs.html class="card-header-link">
<h2 class="card-header">ROCm-Finance Blogs</h2>
</a>
<p class="paragraph"> Browse blogs detailing how to accelerate your finance workloads using gradient boosting on AMD Instinct GPUs.
</p>
::::

:::::
41 changes: 41 additions & 0 deletions docs/finance/lightgbm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# LightGBM (ROCm-Finance)

LightGBM is how ROCm-Finance answers scale: leaf-wise training that shines when dataset size—wide
feature stores, long histories, dense microstructure matrices—would otherwise push
decisions into the next shift. On Instinct, that wall between overnight queues and minutes
thins out; the same boosting idiom, routed through ROCm's high-bandwidth, multi-GPU environment.

Reach for LightGBM when volume is the bottleneck, and you still want gradient boosting semantics
with GPU-native backing.

::::{grid} 2 2 2 2

:::{grid-item-card}
:padding: 1
:img-top: ../images/finance-6.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://rocm.docs.amd.com/projects/lightgbm/en/latest/" class="card-header-link">
<h2 class="card-header">Documentation</h2>
</a>
<p class="paragraph"> Installation instructions, how-to guides, and API reference material are available on the ROCm Documentation site.
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ../images/finance-2.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://github.com/ROCm/LightGBM/" class="card-header-link">
<h2 class="card-header">Github</h2>
</a>
<p class="paragraph"> View the LightGBM source code on Github.
</p>
:::

::::
39 changes: 39 additions & 0 deletions docs/finance/thundergbm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# ThunderGBM (ROCm-Finance)

Use ThunderGBM when parallelism and raw throughput dominate the story:
massively parallel trees, simulation-scale batches, and scenario grids that want the accelerator
to do the heavy lifting today—not in some speculative later hardware generation. ThunderGBM collapses the
signal-to-decision distance, optimized for highly parallel,
GPU-intensive training runs on [AMD Instinct](https://www.amd.com/en/products/accelerators/instinct.html) silicon.

::::{grid} 2 2 2 2

:::{grid-item-card}
:padding: 1
:img-top: ../images/finance-6.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://rocm.docs.amd.com/projects/thundergbm/en/latest/" class="card-header-link">
<h2 class="card-header">Documentation</h2>
</a>
<p class="paragraph"> ThunderGBM on ROCm—component documentation is available on the ROCm Documentation site.
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ../images/finance-3.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://github.com/ROCm/ThunderGBM/" class="card-header-link">
<h2 class="card-header">Github</h2>
</a>
<p class="paragraph"> View the ThunderGBM source code on Github.
</p>
:::

::::
37 changes: 37 additions & 0 deletions docs/finance/xgboost.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# XGBoost (ROCm-Finance)

XGBoost is the general-purpose engine in ROCm-Finance: tabular risk, fraud detection, pricing-side features, and trading-adjacent workloads.
Use it when you want a familiar level-wise boosting path with broad finance coverage and a
straightforward on-ramp from yesterday's pipelines to tomorrow's throughput.

::::{grid} 2 2 2 2

:::{grid-item-card}
:padding: 1
:img-top: ../images/finance-6.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://rocm.docs.amd.com/projects/xgboost/en/latest/" class="card-header-link">
<h2 class="card-header">Documentation</h2>
</a>
<p class="paragraph"> XGBoost on ROCm—installation, tuning, and API reference are available on the ROCm Documentation site.
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ../images/finance-1.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://github.com/ROCm/XGBoost/" class="card-header-link">
<h2 class="card-header">Github</h2>
</a>
<p class="paragraph"> View the XGBoost source code on Github.
</p>
:::

::::
Binary file added docs/images/finance-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/finance-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/finance-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/finance-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/finance-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/finance-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/finance-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/finance-7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/finance-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/finance-9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/rocm-finance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
108 changes: 107 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ html_theme.sidebar_secondary.remove: true
---
# AMD Instinct Data Center GPU Documentation

The AMD Instinct Documentation site provides comprehensive guides and technical documentation for system administrators and technical users deploying AMD Instinct Data Center GPUs in enterprise environments. This site focuses on large-scale deployment, cluster management, monitoring, and operational best practices for both HPC and AI workloads. For API documentation and core software stack details, please visit the [ROCm documentation](https://rocm.docs.amd.com).
The AMD Instinct Documentation site provides comprehensive guides and technical documentation for system administrators and technical users deploying AMD Instinct Data Center GPUs in enterprise environments. This site focuses on large-scale deployment, cluster management, monitoring, and operational best practices for both HPC and AI workloads. For API documentation and core software stack details, visit the [ROCm documentation](https://rocm.docs.amd.com).

::::::::::{dropdown} Industries/Verticals
:open:
Expand Down Expand Up @@ -166,6 +166,112 @@ The AMD Instinct Documentation site provides comprehensive guides and technical

:::::::

:::::::{tab-item} Finance

::::{grid} 2 2 3 4

:::{grid-item-card}
:padding: 1
:img-top: ./images/finance-6.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./finance/index.html class="card-header-link">
<h2 class="card-header">ROCm-Finance</h2>
</a>
<p class="paragraph"> Boost your financial workloads with the ROCm Toolkit for Finance (ROCm-Finance).
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ./images/finance-5.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./finance/xgboost.html class="card-header-link">
<h2 class="card-header">XGBoost</h2>
</a>
<p class="paragraph"> General-purpose GPU gradient boosting. Start here for high-performance workloads for data-intensive applications.
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ./images/finance-10.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./finance/lightgbm.html class="card-header-link">
<h2 class="card-header">LightGBM</h2>
</a>
<p class="paragraph"> Leaf-wise training is the way to go. LightGBM is a strong fit when sparsity abounds and dataset size drives the bottleneck.
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ./images/finance-8.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./finance/thundergbm.html class="card-header-link">
<h2 class="card-header">ThunderGBM</h2>
</a>
<p class="paragraph"> GPU-oriented boosting for highly parallel, GPU-intensive training and simulation-style runs on high-dimensional datasets.
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ./images/finance-4.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://github.com/ROCm/ROCm-Finance" class="card-header-link">
<h2 class="card-header">GitHub</h2>
</a>
<p class="paragraph"> Source for all ROCm-Finance libraries on GitHub.
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ./images/finance-9.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://github.com/ROCm/rocm-finance/tree/release/26.01/examples" class="card-header-link">
<h2 class="card-header">Examples</h2>
</a>
<p class="paragraph"> Runnable examples on GitHub to explore the code.
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ./images/finance-7.png
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./finance/finance-blogs.html class="card-header-link">
<h2 class="card-header">ROCm-Finance Blogs</h2>
</a>
<p class="paragraph"> Browse blogs detailing how to accelerate your finance workloads using gradient boosting on AMD Instinct GPUs.
</p>
:::

::::

:::::::

:::::::{tab-item} Life Science

::::{grid} 2 2 3 4
Expand Down
Loading
Loading