Skip to content

peakflops on 1.6.0 on Comet Lake i7-10850H 4x lower than on 1.7.0-DEV #40497

Closed
@jaakkor2

Description

@jaakkor2

peakflops() shows 4x slower values on Comet Lake i7-10850H on Julia v1.6.0 than on v1.7.0-DEV. Likely difference OpenBLAS v0.3.10 vs v0.3.13.

(Pre-)release v0.3.11 https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.11

Added autodetection of Intel Comet Lake cpus

julia> peakflops()
5.342836458447425e10

julia> versioninfo()
Julia Version 1.6.0
Commit f9720dc2eb (2021-03-24 12:55 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, skylake)
julia> peakflops()
2.0629004121932886e11

julia> versioninfo()
Julia Version 1.7.0-DEV.847
Commit fedefe913a (2021-04-06 03:03 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, skylake)

Metadata

Metadata

Assignees

No one assigned

    Labels

    external dependenciesInvolves LLVM, OpenBLAS, or other linked libraries

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions