Peakflops

Index

References

GPUInspector.theoretical_peakflops_gpuMethod

Estimates the theoretical peak performance of a GPU device in TFLOP/s.

Keyword arguments:

  • verbose (default: true): toggle printing of information
  • device (default: e.g. CUDA.device()): GPU device to be analyzed
  • dtype (default: Float32): element type of the matrices
  • io (default: stdout): set the stream where the results should be printed.
source