Skip to content

Commit

Permalink
Test GPU benchmark runner
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Dec 1, 2023
1 parent 86b5844 commit 0bc538e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu-bench-workflow-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
gpu-benchmark:
name: Run local fibonacci bench
runs-on: [self-hosted, gpu-bench]
runs-on: [self-hosted, gpu-bench-test]
steps:
# Set up GPU
# Check we have access to the machine's Nvidia drivers
Expand Down

4 comments on commit 0bc538e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarks

Table of Contents

Overview

This benchmark report shows the Fibonacci GPU benchmark.
NVIDIA A10G
AMD EPYC 7R32
249.037 GB RAM

Benchmark Results

LEM Fibonacci Prove - rc = 100

fib-ref=0bc538e39200e76aa523fa7294cb4f82a53bf3a9
num-100 2.80 s (✅ 1.00x)
num-200 5.67 s (✅ 1.00x)

LEM Fibonacci Prove - rc = 600

fib-ref=0bc538e39200e76aa523fa7294cb4f82a53bf3a9
num-100 2.24 s (✅ 1.00x)
num-200 4.85 s (✅ 1.00x)

Made with criterion-table

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarks

Table of Contents

Overview

This benchmark report shows the Fibonacci GPU benchmark.
NVIDIA A10G
AMD EPYC 7R32
249.037 GB RAM

Benchmark Results

LEM Fibonacci Prove - rc = 100

fib-ref=0bc538e39200e76aa523fa7294cb4f82a53bf3a9
num-100 2.94 s (✅ 1.00x)
num-200 5.77 s (✅ 1.00x)

LEM Fibonacci Prove - rc = 600

fib-ref=0bc538e39200e76aa523fa7294cb4f82a53bf3a9
num-100 3.30 s (✅ 1.00x)
num-200 6.22 s (✅ 1.00x)

Made with criterion-table

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarks

Table of Contents

Overview

This benchmark report shows the Fibonacci GPU benchmark.
NVIDIA A10G
AMD EPYC 7R32
249.037 GB RAM

Benchmark Results

LEM Fibonacci Prove - rc = 100

fib-ref=0bc538e39200e76aa523fa7294cb4f82a53bf3a9
num-100 2.78 s (✅ 1.00x)
num-200 5.61 s (✅ 1.00x)

LEM Fibonacci Prove - rc = 600

fib-ref=0bc538e39200e76aa523fa7294cb4f82a53bf3a9
num-100 2.25 s (✅ 1.00x)
num-200 4.87 s (✅ 1.00x)

Made with criterion-table

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarks

Table of Contents

Overview

This benchmark report shows the Fibonacci GPU benchmark.
NVIDIA A10G
AMD EPYC 7R32
249.037 GB RAM

Benchmark Results

LEM Fibonacci Prove - rc = 100

fib-ref=0bc538e39200e76aa523fa7294cb4f82a53bf3a9
num-100 2.78 s (✅ 1.00x)
num-200 5.62 s (✅ 1.00x)

LEM Fibonacci Prove - rc = 600

fib-ref=0bc538e39200e76aa523fa7294cb4f82a53bf3a9
num-100 2.25 s (✅ 1.00x)
num-200 4.88 s (✅ 1.00x)

Made with criterion-table

Please sign in to comment.