Usage
Example 1
julia> using BLASBenchmarksGPU
julia> bench_result = BLASBenchmarksGPU.runbench(:CUDA, Float16, Float16, Float32)
julia> import PyPlot
julia> BLASBenchmarksGPU.plotbench(bench_result, "plot.png")
julia> using BLASBenchmarksGPU
julia> bench_result = BLASBenchmarksGPU.runbench(:CUDA, Float16, Float16, Float32)
julia> import PyPlot
julia> BLASBenchmarksGPU.plotbench(bench_result, "plot.png")
Settings
This document was generated with Documenter.jl on Thursday 18 February 2021. Using Julia version 1.6.0-rc1.