Skip to content

sp1 is faster when including recommended compilation flags #1

@jtguibas

Description

@jtguibas

The instructions in this repo for running SP1 are missing rust compilation flags that give free performance gains on most CPUs. The AMD EPYC 7713 used in your most recent benchmarking report supports AVX acceleration and hence should be enabled.

On my r6a.16xlarge instance, I get the following numbers:

  • Simple Arithmetic (SP1): 2.47 Seconds
  • Simple Arithmetic (R0): 5.3 Seconds
  • Memory Alloc (SP1): 3.84 Seconds
  • Memory Alloc (R0): 9.72 Seconds

These flags are recommended in our docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions