Peakflops
Index
References
GPUInspector.peakflops_gpu — Methodpeakflops_gpu(; kwargs...)Tries to estimate the peak performance of a GPU in TFLOP/s
GPUInspector.theoretical_peakflops_gpu — MethodEstimates the theoretical peak performance of a GPU device in TFLOP/s.
Keyword arguments:
verbose(default:true): toggle printing of informationdevice(default: e.g.CUDA.device()): GPU device to be analyzeddtype(default:Float32): element type of the matricesio(default:stdout): set the stream where the results should be printed.