Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added report/Binary Room Report.pdf
Binary file not shown.
Binary file added report/add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added report/addi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added report/benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
144 changes: 144 additions & 0 deletions report/main.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
@inproceedings{langley00,
author = {P. Langley},
title = {Crafting Papers on Machine Learning},
year = {2000},
pages = {1207--1216},
editor = {Pat Langley},
booktitle = {Proceedings of the 17th International Conference
on Machine Learning (ICML 2000)},
address = {Stanford, CA},
publisher = {Morgan Kaufmann}
}

@TechReport{mitchell80,
author = "T. M. Mitchell",
title = "The Need for Biases in Learning Generalizations",
institution = "Computer Science Department, Rutgers University",
year = "1980",
address = "New Brunswick, MA",
}

@phdthesis{kearns89,
author = {M. J. Kearns},
title = {Computational Complexity of Machine Learning},
school = {Department of Computer Science, Harvard University},
year = {1989}
}

@Book{MachineLearningI,
editor = "R. S. Michalski and J. G. Carbonell and T.
M. Mitchell",
title = "Machine Learning: An Artificial Intelligence
Approach, Vol. I",
publisher = "Tioga",
year = "1983",
address = "Palo Alto, CA"
}

@Book{DudaHart2nd,
author = "R. O. Duda and P. E. Hart and D. G. Stork",
title = "Pattern Classification",
publisher = "John Wiley and Sons",
edition = "2nd",
year = "2000"
}

@misc{anonymous,
title= {Suppressed for Anonymity},
author= {Author, N. N.},
year= {2021}
}

@book{Newell81,
author = "A. Newell and P. S. Rosenbloom",
title = "Mechanisms of Skill Acquisition and the Law of
Practice",
booktitle = "Cognitive Skills and Their Acquisition",
pages = "1--51",
publisher = "Lawrence Erlbaum Associates, Inc.",
year = "1981",
editor = "J. R. Anderson",
chapter = "1",
address = "Hillsdale, NJ"
}


@Article{Samuel59,
author = "A. L. Samuel",
title = "Some Studies in Machine Learning Using the Game of
Checkers",
journal = "IBM Journal of Research and Development",
year = "1959",
volume = "3",
number = "3",
pages = "211--229"
}

@misc{elf,
title= {Tool Interface Standard (TIS) Executable and Linking Format (ELF) Specification Version 1.2},
year= {1995},
url="https://refspecs.linuxfoundation.org/elf/elf.pdf"
}

@misc{callconvention,
title="Volume I: RISC-V User-Level ISA V2.1draft, Chapter 18, Calling Convention",
year={2014},
url="https://riscv.org/wp-content/uploads/2024/12/riscv-calling.pdf"
}

@misc{riscv-isa,
title="RISC-V Instruction Set Specifications",
year={2019},
url="https://msyksphinz-self.github.io/riscv-isadoc/html/index.html"
}

@misc{riscv-reference-card,
title="RISC-V Reference Card",
url="https://www.cs.sfu.ca/~ashriram/Courses/CS295/assets/notebooks/RISCV/RISCV_CARD.pdf"
}

@misc{nix,
title="Cross Compiling - NixOS Wiki",
year={2025},
url="https://nixos.wiki/wiki/Cross_Compiling"
}

@misc{syscalls,
title="syscalls(2) - Linux manual page",
url="https://www.man7.org/linux/man-pages/man2/syscalls.2.html"
}

@misc{syscall-nums,
title="arm.syscall.sh",
year={2024},
url="https://arm.syscall.sh/"
}

@misc{vmware,
title="A Comparison of Software and Hardware Techniques for x86
Virtualization",
year={2006},
url="https://web.stanford.edu/class/cs240/readings/hwsw.pdf"
}

@misc{arm-regs,
title="Registers in AArch64 state",
year={2024},
url="https://developer.arm.com/documentation/100076/0100/Instruction-Set-Overview/Overview-of-AArch64-state/Registers-in-AArch64-state"
}
@misc{psuedoinstructions,
title="RISC-V Assembler: Arithmetic",
year={2024},
url="https://projectf.io/posts/riscv-arithmetic/#pseudoinstructions"
}
@misc{arm-reg-names,
title="ARM Register names",
year={2024},
url="https://developer.arm.com/documentation/dui0056/d/using-the-procedure-call-standard/register-roles-and-names/register-names"
}
@misc{linux-syscalls,
title="Linux kernel system calls for all architectures",
year={2025},
url="https://gpages.juszkiewicz.com.pl/syscalls-table/syscalls.html"
}
}
Loading