Skip to content

Commit

Permalink
Another update for the conference
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercrary committed Jan 30, 2023
1 parent eda06e9 commit 70c51b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Source code for the FPGA accelerator is not provided at this time, although the
By default, the repository already contains the results
published in the relevant conference paper.
These results are contained in the `experiment/results` directory and
can be viewed by running the `experiment/tools/stats.ipynb` Jupyter Notebook file.
can be viewed with the `experiment/tools/stats.ipynb` Jupyter Notebook file.

If so desired, after successfully completing installation, you may run
If so desired, after successfully completing installation (as described below), you may run
the entire profiling suite by executing the following within a shell
program, after having navigated to the repository directory within the shell:

Expand All @@ -41,15 +41,15 @@ After the `run.sh` script fully executes, to view some relevant statistics, run

## Installation instructions

The following has been verified via Ubuntu 20.04 and CentOS 7. It is likely that other Linux distributions are supported, but it is unlikely that Windows and MacOS operating systems are readily supported.
The following has been verified via CentOS 7. It is likely that other Linux distributions are supported, but it is unlikely that Windows and MacOS operating systems are readily supported.

### Prerequisites
- Ensure that some Conda package management system
(e.g., [Miniconda](https://docs.conda.io/en/latest/miniconda.html))
is installed on the relevant machine.
- Download and extract the latest software release from GitHub.
- Download the latest software release from GitHub. Ignore the `data.tar.gz` file for now.

Upon extracting the code repository, set up the relevant Conda environment
Upon extracting the source code, set up the relevant Conda environment
and tools by executing the following within
a shell program, after having navigated to the repository directory
within the shell:
Expand All @@ -68,4 +68,4 @@ export LD_LIBRARY_PATH=$CONDA_PREFIX_1/pkgs/cudatoolkit-11.2.2-hbe64b41_10/lib:$

(After running any experiments, you will likely need to restart your shell to reset the `$LD_LIBRARY_PATH` environment variable.)

Lastly, extract and copy the contents of the `programs.tar.gz` file to the `experiment/results` folder. These contents provide the random programs utilized for the experiments, which took up too much space to be stored directly on GitHub.
Lastly, extract and copy the contents of the `data.tar.gz` file from the software release to the `experiment/results` folder. These file contents provide the random programs, inputs, and outputs utilized for the experiments.
12 changes: 6 additions & 6 deletions experiment/tools/stats.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -62,7 +62,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -86,7 +86,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -289,7 +289,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -540,7 +540,7 @@
},
{
"cell_type": "code",
"execution_count": 29,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -950,7 +950,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13 | packaged by conda-forge | (main, May 27 2022, 16:58:50) \n[GCC 10.3.0]"
"version": "3.9.13"
},
"orig_nbformat": 4,
"vscode": {
Expand Down

0 comments on commit 70c51b6

Please sign in to comment.