CoffeeBeforeArch / bits_of_architecture
Slides from the "Bits of Architecture" series on YouTube
☆22Updated 2 years ago
Alternatives and similar repositories for bits_of_architecture
Users that are interested in bits_of_architecture are comparing it to the libraries listed below
Sorting:
- "Hardware, Software, and Compilers! Oh My!" tutorial files☆16Updated 5 years ago
- Code examples for tutoring modern C++☆94Updated this week
- Companion Repository for the Lecture Slides for the Clang Libraries☆100Updated last month
- This is a mirror of the official libpfm4 git repository, https://sourceforge.net/p/perfmon2/libpfm4/ci/master/tree/ with some local branc…☆62Updated 6 months ago
- A collection of performance analysis tools, recipes, handy scripts, microbenchmarks & more☆137Updated last month
- A simple trace-based cache simulator☆13Updated 4 months ago
- A small library and kernel module for easy access to x86 performance monitor counters under Linux.☆96Updated last year
- X86 CPU topics overview for developers , oriented towards performance☆197Updated 2 months ago
- A simple profiler to count Nvidia PTX assembly instructions of OpenCL/SYCL/CUDA kernels for roofline model analysis.☆52Updated last month
- Collection of synchronization micro-benchmarks and traces from infrastructure applications☆41Updated last week
- ROB size testing utility☆149Updated 3 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆133Updated 5 years ago
- Utilities for accessing AMD's Machine-Readable GPU ISA Specifications.☆33Updated 2 months ago
- Omnitrace: Application Profiling, Tracing, and Analysis☆312Updated last week
- ☆56Updated last month
- CUDAAdvisor: a GPU profiling tool☆49Updated 6 years ago
- Slides and other materials from CppCon2021☆105Updated last year
- Code examples used for the LAC LLVM course☆129Updated 6 months ago
- A GLSL compiler targeting SPIR-V mlir☆20Updated 6 months ago
- SYCL Reference Manual☆27Updated last year
- The translator that supports translating NVPTX to SPIR-V. This translator is modified from LLVM-SPIR-V Translator.☆39Updated 3 years ago
- CudaPAD is a PTX/SASS viewer for NVIDIA Cuda kernels and provides an on-the-fly view of the assembly.☆119Updated 2 years ago
- GPUReplay, ASPLOS 2022☆36Updated 3 years ago
- Utilities to measure read access times of caches, memory, and hardware prefetches for simple and fused operations☆83Updated last year
- Teaching Vectorization and SIMD using Intel Intrinsics in a Computer Organization and Architecture class