From 6cc5aea00ffa6a515fecf0d652bfcace31ccccd5 Mon Sep 17 00:00:00 2001 From: Joshua Bakita Date: Mon, 11 Nov 2024 17:40:48 -0500 Subject: Delete an empty file and re-add .gitignore and .gitmodules Local changes left by Leo on tama.cs.unc.edu. Committing these before deleting his home directory. For future researchers doing reproduction work, the machine used was based around an AMD 3950X running the LITMUS-RT version of Linux 5.4 (specifically, commit e08aa058 aka. the rtas21-ae branch of LITMUS-RT developed by Joshua Bakita and on GitHub). --- .gitignore | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .gitmodules | 10 +++++++++ deadline_misses | 0 3 files changed, 78 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules delete mode 100644 deadline_misses diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2150cc1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,68 @@ +# Ignore benchmark results +*.txt +*.txt.clean +# But not benchmark lists +!*Names.txt +# Special-case .txt handling for SD-VBS +**/12345.txt +!SD-VBS/benchmarks/**/*.txt + +# Ignore DIS benchmark binaries +**/field +**/matrix +**/neighborhood +**/pointer +**/transitive +**/update +# Ignore DIS all-pairs binaries +**/field_all +**/matrix_all +**/neighborhood_all +**/pointer_all +**/transitive_all +**/update_all + +# Ignore Tacle Benchmarks +**/adpcm_dec +**/adpcm_enc +**/ammunition +**/anagram +**/audiobeam +**/cjpeg_transupp +**/cjpeg_wrbmp +**/dijkstra +**/epic +**/fmref +**/g723_enc +**/gsm_dec +**/gsm_enc +**/h264_dec +**/huff_enc +**/huff_dec +**/mpeg2 +**/ndes +**/petrinet +**/rijndael_dec +**/rijndael_enc +**/statemate +**/susan + +# Ignore SD-VBS binaries +**/mser +**/multi_ncut +**/stitch +**/svm +**/texture_synthesis +**/tracking +**/preload +**/sift +**/localization +**/disparity +SD-VBS/dag_binaries/* +# Ignore random walk benchmark +**/random_walk + +# Ignore misc temporary files +**/.gdb_history +*.swp +**/__pycache__ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..53b771e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,10 @@ +[submodule "smt_analysis/plotille"] + path = smt_analysis/plotille + url = https://github.com/tammoippen/plotille.git +[submodule "wbinvd"] + path = wbinvd + url = https://github.com/JoshuaJB/wbinvd.git +[submodule "thrasher"] + path = thrasher + url = https://github.com/JoshuaJB/imx6q-thrasher.git + branch = amd-3950x-thrasher diff --git a/deadline_misses b/deadline_misses deleted file mode 100644 index e69de29..0000000 -- cgit v1.2.2