Skip to content

Commit

Permalink
Test utilization of 4 L4 GPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Dec 1, 2023
1 parent c90c3ca commit b199258
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-test]
runs-on: [self-hosted, gpu-bench-test-l4-x4]
steps:
# Set up GPU
# Check we have access to the machine's Nvidia drivers
Expand Down

1 comment on commit b199258

@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 L4
Intel(R) Xeon(R) CPU @ 2.20GHz
188.68 GB RAM

Benchmark Results

LEM Fibonacci Prove - rc = 100

fib-ref=b1992585061427fc07e18f8856ed5271f194dd83
num-100 3.47 s (✅ 1.00x)
num-200 6.94 s (✅ 1.00x)

LEM Fibonacci Prove - rc = 600

fib-ref=b1992585061427fc07e18f8856ed5271f194dd83
num-100 3.06 s (✅ 1.00x)
num-200 6.59 s (✅ 1.00x)

LEM Fibonacci Prove - rc = 900

fib-ref=b1992585061427fc07e18f8856ed5271f194dd83
num-100 3.09 s (✅ 1.00x)
num-200 7.09 s (✅ 1.00x)

LEM Fibonacci Prove - rc = 1000

fib-ref=b1992585061427fc07e18f8856ed5271f194dd83
num-100 3.42 s (✅ 1.00x)
num-200 7.66 s (✅ 1.00x)

LEM Fibonacci Prove - rc = 1200

fib-ref=b1992585061427fc07e18f8856ed5271f194dd83
num-100 4.12 s (✅ 1.00x)
num-200 6.59 s (✅ 1.00x)

Made with criterion-table

Please sign in to comment.