Skip to content

Commit fd44a78

Browse files
Samir-Rashidatar13trdavidt
committed
report: add binary room report src and pdf
Co-authored-by: Anthony Tarbinian <atar137h@gmail.com> Co-authored-by: David Tran <tr.davidt@gmail.com>
1 parent 0e08dab commit fd44a78

6 files changed

Lines changed: 521 additions & 0 deletions

File tree

report/Binary Room Report.pdf

201 KB
Binary file not shown.

report/add.png

20.2 KB
Loading

report/addi.png

96.2 KB
Loading

report/benchmark.png

20.8 KB
Loading

report/main.bib

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
@inproceedings{langley00,
2+
author = {P. Langley},
3+
title = {Crafting Papers on Machine Learning},
4+
year = {2000},
5+
pages = {1207--1216},
6+
editor = {Pat Langley},
7+
booktitle = {Proceedings of the 17th International Conference
8+
on Machine Learning (ICML 2000)},
9+
address = {Stanford, CA},
10+
publisher = {Morgan Kaufmann}
11+
}
12+
13+
@TechReport{mitchell80,
14+
author = "T. M. Mitchell",
15+
title = "The Need for Biases in Learning Generalizations",
16+
institution = "Computer Science Department, Rutgers University",
17+
year = "1980",
18+
address = "New Brunswick, MA",
19+
}
20+
21+
@phdthesis{kearns89,
22+
author = {M. J. Kearns},
23+
title = {Computational Complexity of Machine Learning},
24+
school = {Department of Computer Science, Harvard University},
25+
year = {1989}
26+
}
27+
28+
@Book{MachineLearningI,
29+
editor = "R. S. Michalski and J. G. Carbonell and T.
30+
M. Mitchell",
31+
title = "Machine Learning: An Artificial Intelligence
32+
Approach, Vol. I",
33+
publisher = "Tioga",
34+
year = "1983",
35+
address = "Palo Alto, CA"
36+
}
37+
38+
@Book{DudaHart2nd,
39+
author = "R. O. Duda and P. E. Hart and D. G. Stork",
40+
title = "Pattern Classification",
41+
publisher = "John Wiley and Sons",
42+
edition = "2nd",
43+
year = "2000"
44+
}
45+
46+
@misc{anonymous,
47+
title= {Suppressed for Anonymity},
48+
author= {Author, N. N.},
49+
year= {2021}
50+
}
51+
52+
@book{Newell81,
53+
author = "A. Newell and P. S. Rosenbloom",
54+
title = "Mechanisms of Skill Acquisition and the Law of
55+
Practice",
56+
booktitle = "Cognitive Skills and Their Acquisition",
57+
pages = "1--51",
58+
publisher = "Lawrence Erlbaum Associates, Inc.",
59+
year = "1981",
60+
editor = "J. R. Anderson",
61+
chapter = "1",
62+
address = "Hillsdale, NJ"
63+
}
64+
65+
66+
@Article{Samuel59,
67+
author = "A. L. Samuel",
68+
title = "Some Studies in Machine Learning Using the Game of
69+
Checkers",
70+
journal = "IBM Journal of Research and Development",
71+
year = "1959",
72+
volume = "3",
73+
number = "3",
74+
pages = "211--229"
75+
}
76+
77+
@misc{elf,
78+
title= {Tool Interface Standard (TIS) Executable and Linking Format (ELF) Specification Version 1.2},
79+
year= {1995},
80+
url="https://refspecs.linuxfoundation.org/elf/elf.pdf"
81+
}
82+
83+
@misc{callconvention,
84+
title="Volume I: RISC-V User-Level ISA V2.1draft, Chapter 18, Calling Convention",
85+
year={2014},
86+
url="https://riscv.org/wp-content/uploads/2024/12/riscv-calling.pdf"
87+
}
88+
89+
@misc{riscv-isa,
90+
title="RISC-V Instruction Set Specifications",
91+
year={2019},
92+
url="https://msyksphinz-self.github.io/riscv-isadoc/html/index.html"
93+
}
94+
95+
@misc{riscv-reference-card,
96+
title="RISC-V Reference Card",
97+
url="https://www.cs.sfu.ca/~ashriram/Courses/CS295/assets/notebooks/RISCV/RISCV_CARD.pdf"
98+
}
99+
100+
@misc{nix,
101+
title="Cross Compiling - NixOS Wiki",
102+
year={2025},
103+
url="https://nixos.wiki/wiki/Cross_Compiling"
104+
}
105+
106+
@misc{syscalls,
107+
title="syscalls(2) - Linux manual page",
108+
url="https://www.man7.org/linux/man-pages/man2/syscalls.2.html"
109+
}
110+
111+
@misc{syscall-nums,
112+
title="arm.syscall.sh",
113+
year={2024},
114+
url="https://arm.syscall.sh/"
115+
}
116+
117+
@misc{vmware,
118+
title="A Comparison of Software and Hardware Techniques for x86
119+
Virtualization",
120+
year={2006},
121+
url="https://web.stanford.edu/class/cs240/readings/hwsw.pdf"
122+
}
123+
124+
@misc{arm-regs,
125+
title="Registers in AArch64 state",
126+
year={2024},
127+
url="https://developer.arm.com/documentation/100076/0100/Instruction-Set-Overview/Overview-of-AArch64-state/Registers-in-AArch64-state"
128+
}
129+
@misc{psuedoinstructions,
130+
title="RISC-V Assembler: Arithmetic",
131+
year={2024},
132+
url="https://projectf.io/posts/riscv-arithmetic/#pseudoinstructions"
133+
}
134+
@misc{arm-reg-names,
135+
title="ARM Register names",
136+
year={2024},
137+
url="https://developer.arm.com/documentation/dui0056/d/using-the-procedure-call-standard/register-roles-and-names/register-names"
138+
}
139+
@misc{linux-syscalls,
140+
title="Linux kernel system calls for all architectures",
141+
year={2025},
142+
url="https://gpages.juszkiewicz.com.pl/syscalls-table/syscalls.html"
143+
}
144+
}

0 commit comments

Comments
 (0)