Skip to content

Commit

Permalink
update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarthur committed Jan 23, 2024
1 parent 87fbaaf commit 163f5b4
Show file tree
Hide file tree
Showing 3 changed files with 3,032 additions and 3 deletions.
5 changes: 4 additions & 1 deletion bench/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
NNlibCUDA = "a00861dc-f156-4864-bf3c-e6376f28a68d"
SymmetricFormats = "a91e544d-b3d6-4431-ae28-0549b1291c16"

[compat]
NNlib = "0.9"
julia = "1.9"
3,028 changes: 3,027 additions & 1 deletion bench/bench.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion bench/runbench.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using LinearAlgebra, BatchedBLAS, NNlib, SymmetricFormats, BenchmarkTools, DataFrames, Gadfly, JLD2
using KernelAbstractions, CUDA, NNlibCUDA
using KernelAbstractions, CUDA

macro belapsed_median(args...)
esc(:(time(median(@benchmark $(args...))) / 1e9))
Expand Down

0 comments on commit 163f5b4

Please sign in to comment.