Login to filter by course Login to filter by course Reset
PipeliningExplores pipelining in processors, covering stages, hazards, and solutions for efficient execution.
Basic PipeliningExplores basic pipelining in circuits, improving speed and throughput with multiple operations performed simultaneously.
Basic PipeliningExplores basic pipelining in circuits, enhancing throughput by splitting jobs into sub-parts.
Query Operators: Part 1Explores query processing steps, physical plans, pipelined execution, and hashing for projections and joins.
Multi-threaded ProcessorsCovers the basics of multi-threaded processors, including design, performance impact, and pipeline utilization.
WASM Virtual Machine: Group 13Explores the development of a WebAssembly Virtual Machine by Group 13, covering pipeline stages, interpreter structure, and stack management.
Examples of SchedulingCovers examples of scheduling in different architectures and compares cycle requirements and CPI of a MIPS program.
Examples of SchedulingCovers examples of scheduling in different architectures and compares cycle requirements and CPI of a MIPS program.
Parallel Programming ICovers the basics of parallel programming, including concurrency, forms of parallelism, synchronization, and programming models like PThreads and OpenMP.