All Projects → patflick → miopen-benchmark

patflick / miopen-benchmark

Licence: BSD-3-Clause license
benchmarking miopen

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to miopen-benchmark

Tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Stars: ✭ 3,456 (+20229.41%)
Mutual labels:  resnet, alexnet
rocPRIM
ROCm Parallel Primitives
Stars: ✭ 95 (+458.82%)
Mutual labels:  amd, hip
tensorflow-classification-network
实现遇到的分类网络(持续更新)
Stars: ✭ 19 (+11.76%)
Mutual labels:  resnet, alexnet
python cv AI ML
用python做计算机视觉,人工智能,机器学习,深度学习等
Stars: ✭ 73 (+329.41%)
Mutual labels:  resnet, alexnet
DeepNetModel
记录每一个常用的深度模型结构的特点(图和代码)
Stars: ✭ 25 (+47.06%)
Mutual labels:  resnet, alexnet
awesome-computer-vision-models
A list of popular deep learning models related to classification, segmentation and detection problems
Stars: ✭ 419 (+2364.71%)
Mutual labels:  resnet
RET
ROCm Machine Learning and HPC Stack installer
Stars: ✭ 28 (+64.71%)
Mutual labels:  amd
AlexNet
AlexNet model from ILSVRC 2012
Stars: ✭ 35 (+105.88%)
Mutual labels:  alexnet
sparsezoo
Neural network model repository for highly sparse and sparse-quantized models with matching sparsification recipes
Stars: ✭ 264 (+1452.94%)
Mutual labels:  resnet
xrig
High performance cryptonight miner for AMD cards. Designed for large-scale use of RX Vega.
Stars: ✭ 23 (+35.29%)
Mutual labels:  amd
rocRAND
RAND library for HIP programming language
Stars: ✭ 68 (+300%)
Mutual labels:  hip
PyTorch-LMDB
Scripts to work with LMDB + PyTorch for Imagenet training
Stars: ✭ 49 (+188.24%)
Mutual labels:  resnet
visual-search
A toy project for visual search, based on deep learning.
Stars: ✭ 45 (+164.71%)
Mutual labels:  alexnet
ethos-auto-miner
Automatically switch miner to the most profitable algorithm for Ethos.
Stars: ✭ 14 (-17.65%)
Mutual labels:  amd
video features
Extract video features from raw videos using multiple GPUs. We support RAFT and PWC flow frames as well as S3D, I3D, R(2+1)D, VGGish, CLIP, ResNet features.
Stars: ✭ 225 (+1223.53%)
Mutual labels:  resnet
LibtorchTutorials
This is a code repository for pytorch c++ (or libtorch) tutorial.
Stars: ✭ 463 (+2623.53%)
Mutual labels:  resnet
pytorch hand classifier
Simple hand classifier by Pytorch and ResNet
Stars: ✭ 91 (+435.29%)
Mutual labels:  resnet
SE-Net-CIFAR
SE-Net Incorporates with ResNet and WideResnet on CIFAR-10/100 Dataset.
Stars: ✭ 48 (+182.35%)
Mutual labels:  resnet
SAN
[ECCV 2020] Scale Adaptive Network: Learning to Learn Parameterized Classification Networks for Scalable Input Images
Stars: ✭ 41 (+141.18%)
Mutual labels:  resnet
PLSC
Paddle Large Scale Classification Tools,supports ArcFace, CosFace, PartialFC, Data Parallel + Model Parallel. Model includes ResNet, ViT, DeiT, FaceViT.
Stars: ✭ 113 (+564.71%)
Mutual labels:  resnet

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].