Skip to content

Commit 08d1fc1

Browse files
committed
Fix a few HTML mistakes in the markdown docs.
1 parent 04ac5a4 commit 08d1fc1

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

website/docs/workloads/specview/specview-profiles.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ The following profile runs the SPECviewperf Workloads.
33

44
* [Workload Details](./specview.md)
55

6-
## PERF-GPU-SPECVIEW-AMD.json
6+
## PERF-GPU-SPECVIEW.json
77
Runs the stock SPECviewperf Workloads.
88

99
<mark>
1010
Note that this profile requires the AMD or Nvidia GPU driver + CUDA toolsets to be already installed on the system. The profile does not attempt to install the GPU driver or
1111
any of the dependencies required by the driver. If the driver is not already installed, then this profile will fail to capture workload information.
12-
</mark
12+
</mark>
1313

14-
* [Workload Profile](https://github.com/microsoft/VirtualClient/blob/main/src/VirtualClient/VirtualClient.Main/profiles/PERF-GPU-SPECVIEW-AMD.json)
14+
* [Workload Profile](https://github.com/microsoft/VirtualClient/blob/main/src/VirtualClient/VirtualClient.Main/profiles/PERF-GPU-SPECVIEW.json)
1515

1616
* **Supported Platform/Architectures**
1717
* win-x64
@@ -35,16 +35,15 @@ any of the dependencies required by the driver. If the driver is not already ins
3535

3636
* **Profile Runtimes**
3737
* The SPECviewperf package zip file is around 30GB. Downloading and extracting this file take about 30 minutes to complete.
38-
* Each SPECviewperf viewset takes about 5 min to complete on a machine with a single AMD v620 GPU. Running all eight viewsets takes about 40 minutes to complete.
3938
* The exact numbers may vary depending on the system and the internet performance.
4039

4140
* **Usage Examples**
4241
The following section provides a few basic examples of how to use the workload profile.
4342

4443
``` bash
4544
# Execute the workload profile
46-
VirtualClient.exe --profile=PERF-GPU-SPECVIEW-AMD.json --parameters="GpuModel=v620" --system=Demo
45+
VirtualClient.exe --profile=PERF-GPU-SPECVIEW.json --system=Demo
4746

4847
# Override the profile default parameters to include all viewsets
49-
VirtualClient.exe --profile=PERF-GPU-SPECVIEW-AMD.json --parameters="GpuModel=v620,,,Viewset=3dsmax,catia,creo,energy,maya,medical,snx,sw" --system=Demo
48+
VirtualClient.exe --profile=PERF-GPU-SPECVIEW.json --parameters="Viewset=3dsmax,catia,creo,energy,maya,medical,snx,sw" --system=Demo
5049
```

website/docs/workloads/superbenchmark/superbenchmark-profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hardware components</b>. Work is underway with partner teams in Azure to support
1414
<mark>
1515
Note that this profile requires the AMD or Nvidia GPU driver + CUDA toolsets to be already installed on the system. The profile does not attempt to install the GPU driver or
1616
any of the dependencies required by the driver. If the driver is not already installed, then this profile will fail to capture workload information.
17-
</mark
17+
</mark>
1818

1919
* [Workload Profile](https://github.com/microsoft/VirtualClient/blob/main/src/VirtualClient/VirtualClient.Main/profiles/PERF-GPU-SUPERBENCH.json)
2020

0 commit comments

Comments
 (0)