Skip to content

Commit

Permalink
Update titles
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmckinsey1 committed Nov 5, 2024
1 parent 781c45e commit 395f4f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/composing_parallel_sorting_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Composing Parallel Sorting Data - (Part A) Composing & Modeling Parallel Sorting Performance Data: Thicket Tutorial\n",
"# PPAM '24: Composing & Modeling Parallel Sorting Performance Data (Part A): Thicket Tutorial\n",
"\n",
"The parallel sorting dataset consists of 8,747 MPI sorting algorithm performance profiles (collected with [Caliper](https://software.llnl.gov/Caliper/)) for 5 different algorithms and 51 implementations.\n",
"We start with a dataset that includes over 10,000 performance profiles, and we show how to apply various filters and checks on the performance data to remove profiles that do not match our criteria.\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/modeling_parallel_sorting_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Modeling Parallel Sorting Data - (Part B) Composing & Modeling Parallel Sorting Performance Data: Thicket Tutorial\n",
"# PPAM '24: Composing & Modeling Parallel Sorting Performance Data (Part B): Thicket Tutorial\n",
"\n",
"In part B, we use machine learning to predict the parallel algorithm class from the performance data we processed and composed in part A. Running notebook `08A_composing_parallel_sorting_data.ipynb` is necessary to generate the data that we will use in this notebook.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/thicket_rajaperf_clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"tags": []
},
"source": [
"# Clustering RAJA Performance Suite Dataset: Thicket Tutorial\n",
"# HPDC '23: Optimization-Based K-means Clustering on the RAJA Performance Suite: Thicket Tutorial\n",
"\n",
"Thicket is a python-based toolkit for Exploratory Data Analysis (EDA) of parallel performance data that enables performance optimization and understanding of applications’ performance on supercomputers. It bridges the performance tool gap between being able to consider only a single instance of a simulation run (e.g., single platform, single measurement tool, or single scale) and finding actionable insights in multi-dimensional, multi-scale, multi-architecture, and multi-tool performance datasets.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/tma_speedup_clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# RAJA Performance Suite Analysis: Thicket Tutorial\n",
"# P3HPC '24: Top Down and Hierarchical Clustering on the RAJA Performance Suite: Thicket Tutorial\n",
"\n",
"In this notebook, we compose performance data from experiments using the RAJA Performance Suite on various hardware:\n",
"\n",
Expand Down

0 comments on commit 395f4f8

Please sign in to comment.