-
Notifications
You must be signed in to change notification settings - Fork 6
Add ROCm-Finance content to docs #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
randyh62
wants to merge
16
commits into
develop
Choose a base branch
from
add-finance
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6da552a
Add ROCm-Finance content to docs
randyh62 0518b44
Fix GitHub url
randyh62 f68e559
Fix linting errors
randyh62 ffa1540
Update finance-blogs
randyh62 c82f311
Update wordlist
randyh62 f2c492a
change description
randyh62 2863e30
add html
randyh62 481cb43
add finance into urls
randyh62 a4ac9a2
Add Finance images
randyh62 8304565
Change JPG to PNG
randyh62 20fed77
Update images
randyh62 ad099ee
Update docs/index.md
randyh62 be34550
Update docs/finance/index.md
randyh62 476d85b
Update docs/finance/index.md
randyh62 020ec37
Update docs/finance/lightgbm.md
randyh62 ec40aec
Update docs/finance/xgboost.md
randyh62 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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/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> | ||
| ::: | ||
|
|
||
| :::{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="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> | ||
| ::: | ||
|
|
||
| :::: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 scenario work land closer to real time than the CPU-era | ||
| baselines could achieve. | ||
|
|
||
| ROCm-Finance collapses the distance between signal and decision. The same workloads that once | ||
| queued overnight now run in minutes. Risk, fraud, forecasting, and simulation pipelines step | ||
| into the high-bandwidth, multi-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. | ||
|
|
||
| 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 many finance tabular workflows. | ||
| </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 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. | ||
| </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 ROCm-Finance and related packaging 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 boost workloads on AMD Instinct GPUs. | ||
| </p> | ||
| :::: | ||
|
|
||
| ::::: | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 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> | ||
| ::: | ||
|
|
||
| :::: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 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> | ||
| ::: | ||
|
|
||
| :::: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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, 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 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> | ||
| ::: | ||
|
|
||
| :::: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.