GithubHelp home page GithubHelp logo

taihulight / clpeak Goto Github PK

View Code? Open in Web Editor NEW

This project forked from krrishnarraj/clpeak

0.0 1.0 0.0 433 KB

A tool which profiles OpenCL devices to find their peak capacities

License: The Unlicense

CMake 3.65% Java 9.47% Makefile 1.62% C++ 66.24% C 19.03%

clpeak's Introduction

clpeak

A synthetic benchmarking tool to measure peak capabilities of opencl devices. It only measures the peak metrics that can be achieved using vector operations and does not represent a real-world use case

eg:

Platform: AMD Accelerated Parallel Processing
  Device: Tahiti
    Driver version  : 1445.5 (VM) (Linux x64)
    Compute units   : 32
    Clock frequency : 1000 MHz

    Global memory bandwidth (GBPS)
      float   : 211.27
      float2  : 220.40
      float4  : 217.36
      float8  : 116.76
      float16 : 59.32

    Single-precision compute (GFLOPS)
      float   : 3700.45
      float2  : 3548.87
      float4  : 3531.60
      float8  : 3528.15
      float16 : 3518.72

    Double-precision compute (GFLOPS)
      double   : 864.44
      double2  : 860.07
      double4  : 859.88
      double8  : 850.53
      double16 : 830.28

    Integer compute (GIOPS)
      int   : 783.14
      int2  : 783.54
      int4  : 776.09
      int8  : 753.42
      int16 : 753.52

    Transfer bandwidth (GBPS)
      enqueueWriteBuffer         : 8.86
      enqueueReadBuffer          : 5.29
      enqueueMapBuffer(for read) : 22093.45
        memcpy from mapped ptr   : 3.99
      enqueueUnmap(after write)  : 43471.33
        memcpy to mapped ptr     : 3.92

    Kernel launch latency : 38.14 us

Android version is published at https://play.google.com/store/apps/details?id=kr.clpeak

Send in results of your device to [email protected]

clpeak's People

Contributors

krrishnarraj avatar ddemidov avatar atomsymbol-notifications avatar ekondis avatar he-sk avatar ericwolter avatar ribalda avatar espes avatar dmtkats avatar iotamudelta avatar svenstaro avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.