-
Updated
Sep 6, 2020
#
computer-architecture
Here are 462 public repositories matching this topic...
List of Computer Science courses with video lectures.
programming-language
computer-science
security
machine-learning
bioinformatics
web-development
computer-vision
algorithms
robotics
computer-graphics
databases
stanford-university
embedded-systems
systems
quantum-computing
computer-architecture
computer-scientists
database-systems
harvard-university
iit-delhi
state-university
A categorized list of C++ resources.
-
Updated
Sep 29, 2020
Learn how computers work by simulating them in Javascript
-
Updated
Apr 5, 2019 - JavaScript
A graphical processor simulator and assembly editor for the RISC-V ISA
-
Updated
Sep 5, 2020 - C++
algorithm
datastructures
cse
operating-system
database-management
computer-architecture
gate
compiler-design
digital-design
c-programming
computer-network
automata-theory
-
Updated
Apr 13, 2020
DRAMSim2: A cycle accurate DRAM simulator
-
Updated
Oct 2, 2018 - C++
Repository to store what we have studied. 📖 We want everyone to get a job through TechnicalNote.
github
javascript
java
windows
programming-language
security
algorithm
database
web
cpp
network
linear-algebra
sort
operating-system
data-structures
software-engineering
computer-architecture
technical-notes
tech-interview
-
Updated
Sep 27, 2020
List of resources about foundational knowledge for programmers (supposed to last a few decades)
computer-science
awesome
cryptography
networking
algorithms
linear-algebra
type-theory
category-theory
programming-languages
programming-paradigms
awesome-list
computer-architecture
software-architecture
algorithms-and-data-structures
proof-theory
-
Updated
Apr 7, 2020
深度学习论文阅读、数据仓库实践体验。比做算法的懂工程落地,比做工程的懂算法模型。
-
Updated
Apr 14, 2020 - Jupyter Notebook
A list of classic books make better you understand not only how it works, but why it works.
machine-learning
reinforcement-learning
computer-vision
deep-learning
linear-algebra
statistical-learning
inference
stanford-university
high-performance-computing
bayesian-inference
computer-architecture
probabilistic-graphical-models
hao
5th
robert-tibshirani
-
Updated
Aug 15, 2020
A curated list of Computer Engineering resources
-
Updated
Aug 31, 2020
A terminal-based emulator of the ARM instruction set written in Golang
-
Updated
Jan 16, 2018 - Go
A pipelined implementation of the MIPS processor featuring hazard detection as well as forwarding
-
Updated
Aug 24, 2019 - Verilog
-
Updated
Nov 17, 2019 - C
cmake
cpu
pipeline
cpp
riscv
gtest
computer-architecture
speculation
branch-prediction
riscv32
riscv-simulator
riscv-emulator
tomasulo-algorithm
-
Updated
Jul 2, 2020 - C++
WebRISC-V: A Web-Based Education-Oriented RISC-V Pipeline Simulation Environment [PHP]
php
education
processor-architecture
simulator
pipeline
assembly
computer-architecture
risc
risc-v
pipeline-simulation-environment
-
Updated
Sep 28, 2020 - PHP
Simulator + benchmark suite for Micro Aerial Vehicle design.
benchmark
simulator
hardware
sensor
flight-controller
drones
computer-architecture
actuators
system-design
airsim
autonomous-machines
-
Updated
Sep 14, 2020 - Python
通过issue和README来记录日常学习研究笔记 关注 机器学习系统,深度学习, LLVM,性能剖视, Linux操作系统内核 话题 关注 C/C++. JAVA. Python. Golang. Chisel. 编程语言话题 ( Writing Blogs using github issue and markdown! (inculding Machine Learning algs and system, LLVM, Linux kernel, java, python, c++, golang)
-
Updated
May 24, 2020
Course files for ECS 154A in Winter Quarter 2020.
-
Updated
Mar 13, 2020 - Python
Nand2tetris course
-
Updated
May 16, 2017 - Assembly
A collection of curated resources for learning Computer Science subjects and skills, that I garnered throughout my tenure as a CSE student. Contributions, and report of broken links are welcome.
github
android
git
machine-learning
algorithm
web-development
networking
deep-learning
dbms
discrete-mathematics
software-engineering
operating-systems
computer-architecture
computer-organization
automata-theory
-
Updated
Mar 21, 2019
mhuzai
commented
Sep 24, 2020
Our eye tracking code is currently written in Python. It needs to be ported to C++ for both performance and integration reasons. PyTorch has a nice C++ API that is pretty much identical to the Python API. So most of the porting process won't be on changing the neural net but rather the code that invokes it.
Материалы для студентов ФПМИ
-
Updated
Sep 29, 2020 - Jupyter Notebook
-
Updated
Jul 2, 2020 - Haskell
ram
arch
pim
circuit
computer-architecture
ndp
memory-systems
process-in-memory
near-data-processing
survey-papers
-
Updated
Sep 12, 2020
GARDENIA: Graph Analytics Repository for Designing Efficient Next-generation Accelerators
benchmarking
graph-algorithms
opencl
openmp
parallel-computing
cuda
gpu-computing
heterogeneous-parallel-programming
computer-architecture
sparse-matrix
benchmark-suite
xeon-phi
accelerators
-
Updated
Jul 29, 2020 - Cuda
5-stage pipelined 32-bit MIPS microprocessor in Verilog
verilog
microprocessor
stage
computer-architecture
microprocessors
verilog-hdl
mips-architecture
mips-processor
bits-pilani
computer-organization
verilog-components
verilog-snippets
mips-instructions
computer-organisation
verilog-programs
verilog-simulator
verilog-project
-
Updated
Apr 3, 2020 - Verilog
PAAS: A System Level Simulator for Heterogeneous (CPU-FPGA) Computing Systems
-
Updated
Apr 13, 2020 - Ada
Improve this page
Add a description, image, and links to the computer-architecture topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the computer-architecture topic, visit your repo's landing page and select "manage topics."
Some RISC-V instructions perform writes to 2 destinations, either 2 register or register or program counter. In cases if the source of one sub-operation matches a destination of another one, the order of result output is important. The examples are
jalr
and instruction operating with CSRs:riscv/riscv-tests#258
riscv/riscv-tests#263
Your obj