Skip to content

This repo contains the notes on research papers. I'm generally interested in Computer Systems, Machine Learning, and Architecture.

Notifications You must be signed in to change notification settings

STTT153/paper-reading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper Reading

This repository contains notes on research papers, technical documents, and learning materials, as well as a record of my personal research path. My general interests include Computer Systems, Machine Learning, Computer Architecture, and Networking.

Research Path

  • 26.1.9: Surveyed approximate nearest neighbor (ANN) methods. Concluded that this direction may not be suitable; the main bottleneck appears to be memory bandwidth.

  • 26.1.16: Surveyed RISC-V extensions. Became particularly interested in compute-in-memory (CIM).

  • 26.1.23: Read the RISC-V Vector Extension (RVV) specification.

  • 26.1.31: Professor advised to look into Near-Memory Computation (NMC), which might help mitigate cache problems caused by long vectors. Observed that many optimizations happen at runtime rather than compile time. Research task this week: Survey Xuantie C910 to determine: Whether vector instructions are executed in-order or out-of-order. At what granularity instructions are executed in-order vs. out-of-order (e.g., instruction, micro-op, vector element).

Reading List

RISC-V Vector Extension

  • Saturn Microarchitecture Manual
  • RVV Manual Book
  • Arrow: A RISC-V Vector Accelerator for Machine Learning Inference
  • K3
  • Xuantie-910

HPC

  • Communication-Avoiding General Matrix Multiplication within a single GPU

ANN

  • HNSW paper

ML and AI

  • Attention is All You Need

About

This repo contains the notes on research papers. I'm generally interested in Computer Systems, Machine Learning, and Architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published