Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ electromagnetics
DS
hipDF
hipGRAPH
hipVS
hipMM
hipRAFT
dataframe
dataframes
DataFrame
Expand Down
29 changes: 26 additions & 3 deletions docs/data-science/ROCmDS-Blogs.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ROCm-DS Blogs

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

:::::{dropdown} ROCm-DS Blogs
:open:
Expand Down Expand Up @@ -63,3 +63,26 @@ products.
::::

:::::

:::::{dropdown} hipVS Blogs
:open:

::::{grid} 2 2 3 4

:::{grid-item-card}
:padding: 1
:img-top: "https://rocm.blogs.amd.com/_images/hipvs_thumbnail.webp"
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://rocm.blogs.amd.com/software-tools-optimization/hipvs/README.html" class="card-header-link">
<h2 class="card-header">Accelerating Vector Search: hipVS and hipRAFT on AMD</h2>
</a>
<p class="paragraph"> Learn how hipVS accelerates vector search on AMD Instinct GPUs, with notebook demos for semantic search, RAG, and recommendation systems.
</p>
:::

::::

:::::
5 changes: 1 addition & 4 deletions docs/data-science/hipDF.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ By adopting the well-known cuDF API on AMD hardware, hipDF ensures compatibility
computing environments. This API compatibility enables existing cuDF workloads to be effortlessly transitioned
to run on supported AMD devices, allowing you to use the ROCm platform for your data processing tasks.

hipDF is currently in an Early Access state and is intended as a preview to the production ready release
planned for later this year.

::::{grid} 2 2 2 2

:::{grid-item-card}
Expand All @@ -23,7 +20,7 @@ planned for later this year.
:class-body: small-sd-card
:class: small-sd-card
+++
<a href="https://rocm.docs.amd.com/projects/hipDF/" class="card-header-link">
<a href="https://rocm.docs.amd.com/projects/hipDF/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 can all be found on the ROCm Documentation site.
Expand Down
37 changes: 37 additions & 0 deletions docs/data-science/hipMM.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# hipMM

The hip Memory Manager (hipMM) provides advanced GPU memory management utilities for a variety of libraries in
the AMD ROCm™ Data Science Toolkit (ROCm-DS). hipMM focuses on improving memory usage efficiency for workloads that
leverage hipDF, hipGRAPH, hipVS, and hipRAFT.

::::{grid} 2 2 2 2

:::{grid-item-card}
:padding: 1
:img-top: ../images/ROCm-DS_Docs.jpg
: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/hipMM/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 can all be found on the ROCm Documentation site.
</p>
:::

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

::::
37 changes: 37 additions & 0 deletions docs/data-science/hipRAFT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# hipRAFT

hipRAFT contains a variety of fundamental primitives and algorithms for machine-learning and data mining
workloads. As a part of the AMD ROCm™ Data Science Toolkit (ROCm-DS), it supports functionality in other libraries that
form a part of ROCm-DS, including hipDF, hipGRAPH, and hipVS.

::::{grid} 2 2 2 2

:::{grid-item-card}
:padding: 1
:img-top: ../images/ROCm-DS_Docs.jpg
: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/hipRaft/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 can all be found on the ROCm Documentation site.
</p>
:::

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

::::
52 changes: 52 additions & 0 deletions docs/data-science/hipVS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# hipVS

hipVS enables GPU accelerated vector search operations running on AMD Instinct™ GPUs. As a part of the AMD ROCm™
Data Science Toolkit (ROCm-DS), hipVS builds upon the core ROCm libraries to accelerate operations such as
approximate and exact nearest neighbor algorithms, as well as a variety of clustering algorithms. hipVS seamlessly
integrates with other ROCm-DS libraries such as hipDF, enabling DataFrames to be used for vector search operations.

::::{grid} 2 2 2 2

:::{grid-item-card}
:padding: 1
:img-top: ../images/ROCm-DS_Docs.jpg
: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/hipVS/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 can all be found on the ROCm Documentation site.
</p>
:::

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

:::{grid-item-card}
:padding: 1
:img-top: ../images/ROCm-DS_Blogs.jpg
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./ROCmDS-Blogs.html class="card-header-link">
<h2 class="card-header">Blogs</h2>
</a>
<p class="paragraph"> View blog posts related to ROCm-DS and hipVS.
</p>
:::

::::
48 changes: 45 additions & 3 deletions docs/data-science/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ROCm-DS: ROCm Toolkit for Data Sciences
# ROCm-DS: The AMD ROCm™ Data Science Toolkit

Unlock the future of data science with the ROCm Data Science Toolkit (ROCm-DS), an innovative open-source toolkit built on
the powerful ROCm™ platform. Tap into the unparalleled speed and efficiency of AMD Instinct GPUs, as ROCm-DS provides you
Unlock the future of data science with the AMD ROCm Data Science Toolkit (ROCm-DS), an innovative open-source toolkit built on
the powerful ROCm™ platform. Tap into the unparalleled speed and efficiency of AMD Instinct GPUs, as ROCm-DS provides you
with all of the necessary tools to tackle larger datasets and execute complex data science workloads with lightning speed.
Transform your data science capabilities to accelerate both new and existing projects, and boost performance and productivity
across various aspects of your business.
Expand Down Expand Up @@ -45,6 +45,48 @@ and unleash new possibilities with ROCm-DS!
</p>
::::

::::{grid-item-card}
:padding: 1
:img-top: ../images/hipVS.jpg
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./hipVS.html class="card-header-link">
<h2 class="card-header">hipVS</h2>
</a>
<p class="paragraph"> Accelerate a variety of vector search operations on AMD Instinct™ GPUs.
</p>
::::

::::{grid-item-card}
:padding: 1
:img-top: ../images/hipMM.jpg
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./hipMM.html class="card-header-link">
<h2 class="card-header">hipMM</h2>
</a>
<p class="paragraph"> Advanced memory management utilities for the various ROCm-DS libraries.
</p>
::::

::::{grid-item-card}
:padding: 1
:img-top: ../images/hipRAFT.jpg
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./hipRAFT.html class="card-header-link">
<h2 class="card-header">hipRAFT</h2>
</a>
<p class="paragraph"> Fundamental algorithms and primitives used by the various ROCm-DS libraries.
</p>
::::

::::{grid-item-card}
:padding: 1
:img-top: ../images/ROCm-DS.jpg
Expand Down
Binary file added docs/images/hipMM.jpg
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/hipRAFT.jpg
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/hipVS.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 43 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The AMD Instinct Documentation site provides comprehensive guides and technical
<a href=./data-science/index.html class="card-header-link">
<h2 class="card-header">ROCm-DS</h2>
</a>
<p class="paragraph"> Accelerate your data science workloads with the ROCm Toolkit for Data Science (ROCm-DS).
<p class="paragraph"> Accelerate your data science workloads with the AMD ROCmData Science Toolkit (ROCm-DS).
</p>
:::

Expand Down Expand Up @@ -106,6 +106,48 @@ The AMD Instinct Documentation site provides comprehensive guides and technical
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ./images/hipVS.jpg
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./data-science/hipVS.html class="card-header-link">
<h2 class="card-header">hipVS</h2>
</a>
<p class="paragraph"> Accelerate a variety of vector search operations on AMD Instinct™ GPUs.
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ./images/hipMM.jpg
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./data-science/hipMM.html class="card-header-link">
<h2 class="card-header">hipMM</h2>
</a>
<p class="paragraph"> Advanced memory management utilities for the various ROCm-DS libraries.
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ./images/hipRAFT.jpg
:class-img-top: small-sd-card-img-top
:class-body: small-sd-card
:class: small-sd-card
+++
<a href=./data-science/hipRAFT.html class="card-header-link">
<h2 class="card-header">hipRAFT</h2>
</a>
<p class="paragraph"> Fundamental algorithms and primitives used by the various ROCm-DS libraries.
</p>
:::

:::{grid-item-card}
:padding: 1
:img-top: ./images/ROCm-DS_Blogs.jpg
Expand Down
6 changes: 6 additions & 0 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ subtrees:
title: hipDF
- file: data-science/hipGRAPH.md
title: hipGRAPH
- file: data-science/hipVS.md
title: hipVS
- file: data-science/hipMM.md
title: hipMM
- file: data-science/hipRAFT.md
title: hipRAFT
- file: life-science/index.md
title: Life Science (ROCm-LS)
subtrees:
Expand Down