Skip to content

Commit

Permalink
Re arranged table entries
Browse files Browse the repository at this point in the history
  • Loading branch information
alitariq4589 committed May 9, 2024
1 parent 6240b94 commit 2fa174f
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 32 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ <h1 id="cloud-v-documentation">Cloud-V Documentation</h1>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-05-09 07:24:56.687063+00:00
Build Date UTC : 2024-05-09 07:50:02.339791+00:00
-->
31 changes: 16 additions & 15 deletions docs/runner_specs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,28 +104,28 @@ <h1 id="specifications-of-compute-instances-in-cloud-v">Specifications of comput
<tr>
<th>Name String</th>
<th>Architecture</th>
<th>ISA String</th>
<th>Cores</th>
<th>Memory</th>
<th>Compute Instance Type</th>
<th>ISA String</th>
</tr>
</thead>
<tbody>
<tr>
<td>J-x86-1 (or) J-QMU-1</td>
<td>x86_64</td>
<td>N/A</td>
<td>4</td>
<td>8GiB</td>
<td>Hardware with application-level emulator</td>
<td></td>
</tr>
<tr>
<td>J-TESTVM-1</td>
<td>x86_64</td>
<td>N/A</td>
<td>4</td>
<td>8GiB</td>
<td>Hardware</td>
<td>N/A</td>
</tr>
<tr>
<td>J-RASP4-1</td>
Expand All @@ -138,101 +138,102 @@ <h1 id="specifications-of-compute-instances-in-cloud-v">Specifications of comput
<tr>
<td>J-QMS-1</td>
<td>riscv64</td>
<td>See Ext 1 at bottom</td>
<td>2</td>
<td>2GiB</td>
<td>QEMU System emulator</td>
<td>rv64imafdch_zicbom_zicboz_zicntr_zicsr_zifencei_zihintpause_zihpm_zba_zbb_zbs_sstc</td>
</tr>
<tr>
<td>J-VF1-1</td>
<td>riscv64</td>
<td>rv64imafdc</td>
<td>2</td>
<td>8GiB</td>
<td>Hardware</td>
<td>rv64imafdc</td>
</tr>
<tr>
<td>J-VF1-2</td>
<td>riscv64</td>
<td>rv64imafdc</td>
<td>2</td>
<td>8GiB</td>
<td>Hardware</td>
<td>rv64imafdc</td>
</tr>
<tr>
<td>J-VF1-3</td>
<td>riscv64</td>
<td>rv64imafdc</td>
<td>2</td>
<td>8GiB</td>
<td>Hardware</td>
<td>rv64imafdc</td>
</tr>
<tr>
<td>J-VF2-1</td>
<td>riscv64</td>
<td>rv64imafdc</td>
<td>4</td>
<td>8GiB</td>
<td>Hardware</td>
<td>rv64imafdc</td>
</tr>
<tr>
<td>J-VF2-2</td>
<td>riscv64</td>
<td>rv64imafdc</td>
<td>4</td>
<td>8GiB</td>
<td>Hardware</td>
<td>rv64imafdc</td>
</tr>
<tr>
<td>J-VF2-3</td>
<td>riscv64</td>
<td>rv64imafdc</td>
<td>4</td>
<td>8GiB</td>
<td>Hardware</td>
<td>rv64imafdc</td>
</tr>
<tr>
<td>J-VF2-4</td>
<td>riscv64</td>
<td>rv64imafdc</td>
<td>4</td>
<td>8GiB</td>
<td>Hardware</td>
<td>rv64imafdc</td>
</tr>
<tr>
<td>J-VF2-5</td>
<td>riscv64</td>
<td>rv64imafdc</td>
<td>4</td>
<td>8GiB</td>
<td>Hardware</td>
<td>rv64imafdc</td>
</tr>
<tr>
<td>J-VF2-6</td>
<td>riscv64</td>
<td>rv64imafdc</td>
<td>4</td>
<td>8GiB</td>
<td>Hardware</td>
<td>rv64imafdc</td>
</tr>
<tr>
<td>J-HF-1</td>
<td>riscv64</td>
<td>rv64imafdc</td>
<td>4</td>
<td>8GiB</td>
<td>Hardware</td>
<td>rv64imafdc</td>
</tr>
<tr>
<td>J-K230-1</td>
<td>riscv64</td>
<td>rv64imafdcvxthead</td>
<td>1</td>
<td>512MiB</td>
<td>Hardware</td>
<td>rv64imafdcvxthead</td>
</tr>
</tbody>
</table>
<p><em><strong>Ext1:</strong> rv64imafdch_zicbom_zicboz_zicntr_zicsr_zifencei_zihintpause_zihpm_zba_zbb_zbs_sstc</em></p>
<p><em><strong>Note:</strong> The <code>J-QMU-1</code> and <code>J-x86-1</code> are one and the same runner. The purpose of creating two separate executors for same hardware is that <code>J-x86-1</code> is supposed to be specifically for x86 architecture whereas <code>J-QMU-1</code> is specifically for the users who want to cross compile source code for riscv64 architecture and then use qemu-usermode to execute them. Nevertheless, the tooling available for <code>J-x86-1</code> can also be used for <code>J-QMU-1</code></em></p>

</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.
32 changes: 17 additions & 15 deletions mkdocs_src/docs/runner_specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,24 @@

This document contains the specifications of the compute instances available for users to run builds in Cloud-V. The term "Compute Instance", can also be safely interchanged with the terms "Build Executor" and "Runner".

| Name String | Architecture | Cores | Memory | Compute Instance Type | ISA String |
| Name String | Architecture | ISA String | Cores | Memory | Compute Instance Type |
| ---- | ------- | -------------- | ------------ | ------------------ | ---- |
| J-x86-1 (or) J-QMU-1 | x86_64 | 4 | 8GiB | Hardware with application-level emulator |
| J-TESTVM-1 | x86_64 | 4 | 8GiB | Hardware | N/A |
| J-x86-1 (or) J-QMU-1 | x86_64 | N/A | 4 | 8GiB | Hardware with application-level emulator |
| J-TESTVM-1 | x86_64 | N/A | 4 | 8GiB | Hardware |
| J-RASP4-1 | aarch64 | 4 | 4GiB | Hardware | ARMv8-A |
| J-QMS-1 | riscv64 | 2 | 2GiB | QEMU System emulator | rv64imafdch_zicbom_zicboz_zicntr_zicsr_zifencei_zihintpause_zihpm_zba_zbb_zbs_sstc |
| J-VF1-1 | riscv64 | 2 | 8GiB | Hardware | rv64imafdc |
| J-VF1-2 | riscv64 | 2 | 8GiB | Hardware | rv64imafdc |
| J-VF1-3 | riscv64 | 2 | 8GiB | Hardware | rv64imafdc |
| J-VF2-1 | riscv64 | 4 | 8GiB | Hardware | rv64imafdc |
| J-VF2-2 | riscv64 | 4 | 8GiB | Hardware | rv64imafdc |
| J-VF2-3 | riscv64 | 4 | 8GiB | Hardware | rv64imafdc |
| J-VF2-4 | riscv64 | 4 | 8GiB | Hardware | rv64imafdc |
| J-VF2-5 | riscv64 | 4 | 8GiB | Hardware | rv64imafdc |
| J-VF2-6 | riscv64 | 4 | 8GiB | Hardware | rv64imafdc |
| J-HF-1 | riscv64 | 4 | 8GiB | Hardware | rv64imafdc |
| J-K230-1 | riscv64 | 1 | 512MiB | Hardware | rv64imafdcvxthead |
| J-QMS-1 | riscv64 | See Ext 1 at bottom | 2 | 2GiB | QEMU System emulator |
| J-VF1-1 | riscv64 | rv64imafdc | 2 | 8GiB | Hardware |
| J-VF1-2 | riscv64 | rv64imafdc | 2 | 8GiB | Hardware |
| J-VF1-3 | riscv64 | rv64imafdc | 2 | 8GiB | Hardware |
| J-VF2-1 | riscv64 | rv64imafdc | 4 | 8GiB | Hardware |
| J-VF2-2 | riscv64 | rv64imafdc | 4 | 8GiB | Hardware |
| J-VF2-3 | riscv64 | rv64imafdc | 4 | 8GiB | Hardware |
| J-VF2-4 | riscv64 | rv64imafdc | 4 | 8GiB | Hardware |
| J-VF2-5 | riscv64 | rv64imafdc | 4 | 8GiB | Hardware |
| J-VF2-6 | riscv64 | rv64imafdc | 4 | 8GiB | Hardware |
| J-HF-1 | riscv64 | rv64imafdc | 4 | 8GiB | Hardware |
| J-K230-1 | riscv64 | rv64imafdcvxthead | 1 | 512MiB | Hardware |

***Ext1:** rv64imafdch_zicbom_zicboz_zicntr_zicsr_zifencei_zihintpause_zihpm_zba_zbb_zbs_sstc*

***Note:** The `J-QMU-1` and `J-x86-1` are one and the same runner. The purpose of creating two separate executors for same hardware is that `J-x86-1` is supposed to be specifically for x86 architecture whereas `J-QMU-1` is specifically for the users who want to cross compile source code for riscv64 architecture and then use qemu-usermode to execute them. Nevertheless, the tooling available for `J-x86-1` can also be used for `J-QMU-1`*

0 comments on commit 2fa174f

Please sign in to comment.