Coder Social home page Coder Social logo

Comments (1)

cponder avatar cponder commented on July 20, 2024

Another variation is in the order of output between the single-GPU case

 Running benchmark Spmv
     result for spmv_csr_scalar_sp:              98.8228 Gflop/s
     result for spmv_csr_scalar_sp_pcie:          3.1424 Gflop/s
     result for spmv_csr_scalar_dp:              90.6637 Gflop/s
     result for spmv_csr_scalar_dp_pcie:          2.0450 Gflop/s
     result for spmv_csr_scalar_pad_sp:          88.7928 Gflop/s
     result for spmv_csr_scalar_pad_sp_pcie:      3.3503 Gflop/s
     result for spmv_csr_scalar_pad_dp:          81.4095 Gflop/s
     result for spmv_csr_scalar_pad_dp_pcie:      2.8388 Gflop/s
     result for spmv_csr_vector_sp:             135.6520 Gflop/s
     result for spmv_csr_vector_sp_pcie:          3.1697 Gflop/s
     result for spmv_csr_vector_dp:             118.4620 Gflop/s
     result for spmv_csr_vector_dp_pcie:          2.0329 Gflop/s
     result for spmv_csr_vector_pad_sp:         146.2390 Gflop/s
     result for spmv_csr_vector_pad_sp_pcie:      3.3713 Gflop/s
     result for spmv_csr_vector_pad_dp:         133.8620 Gflop/s
     result for spmv_csr_vector_pad_dp_pcie:      2.8474 Gflop/s
     result for spmv_ellpackr_sp:               117.4200 Gflop/s
     result for spmv_ellpackr_dp:                93.4976 Gflop/s

and the multi-GPU case:

 Running benchmark Spmv
     result for spmv_csr_scalar_sp:             101.0680 Gflop/s
     result for spmv_csr_vector_sp:             140.4280 Gflop/s
     result for spmv_ellpackr_sp:               119.4360 Gflop/s
     result for spmv_csr_scalar_dp:              91.7853 Gflop/s
     result for spmv_csr_vector_dp:             121.0850 Gflop/s
     result for spmv_ellpackr_dp:                94.9549 Gflop/s

I can see that the former splits the list by scalar/vector and the latter splits it by single/double.
Maybe that's more intuitive for reading, but it also makes it harder to line up the results.
I'd be inclined to order the latter as

 Running benchmark Spmv
     result for spmv_csr_scalar_sp:             101.0680 Gflop/s
     result for spmv_csr_scalar_dp:              91.7853 Gflop/s
     result for spmv_csr_vector_sp:             140.4280 Gflop/s
     result for spmv_csr_vector_dp:             121.0850 Gflop/s
     result for spmv_ellpackr_sp:               119.4360 Gflop/s
     result for spmv_ellpackr_dp:                94.9549 Gflop/s

from shoc.

Related Issues (20)

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.