Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
5
5504-research
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Milo Craun
5504-research
Commits
5b23e8ec
Commit
5b23e8ec
authored
10 months ago
by
Milo Craun
Browse files
Options
Downloads
Patches
Plain Diff
add writeup readme
parent
27c7d58b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
writeup-readme
+27
-0
27 additions, 0 deletions
writeup-readme
with
27 additions
and
0 deletions
writeup-readme
0 → 100644
+
27
−
0
View file @
5b23e8ec
# Readme for Milo and Davis' final 5504 project
This project is a simulation based project comparing the performance of vector instructions in
AArch64 and x86_64.
We include the writeup as a pdf in the top directory.
In the writeup is a link to the git repo, but we also include the code in the directory.
To re-create the results there are multiple steps.
First you must build all the test programs.
Go into the image-bench directory and run build.sh.
Then go into the livermore directory and run build_l.sh
This will build all the test files.
To run the simulation for the livermore loops run the sim.sh script in the livermore
directory.
This will place the results in the out directrory.
The copy.sh script then moves them all to the res directory, which will contain
the same data as the livermore-results directory.
For the image benchmarks, you will have to run each individually by using the rs.sh
script in the main directory.
Invoke the script with the base name of the test and it will run all the simulation
for x86, arm and vector and non-vector.
The git repository for the project can be found here:
https://git.cs.vt.edu/miloc/5504-research
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment