# miopen-benchmark **Repository Path**: mirrors_ROCmSoftwarePlatform/miopen-benchmark ## Basic Information - **Project Name**: miopen-benchmark - **Description**: benchmarking miopen - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MIOpen Benchmarks ### Benchmarks for MIOpen - AlexNet - ResNet 34, 50, 101 - Layerwise benchmarks ### Tools - Benchmarking class to log kernel runtime and hardware details (temp, clock) to `tsv` and log files - `gputop`: monitor temperature, engine clock, memory clock, fan speed - `summarize.sql`: summarize layer-wise `.tsv` benchmarking logs to find the most time consuming layers ### Building: ``` make ``` ### Running all benchmarks ``` make benchmark ``` Take a look into the `Makefile` or `.cpp` sources for more details.