Flops
How many FLOPS can you achieve?
파일 탐색기
최종 버전 다운로드 (.zip)- 2012 - AMD FX-8350.txt
- 2012 - Intel Core i7 3630QM.txt
- 2013 - Intel Core i7 4770k @ 4.0 GHz.txt
- 2015 - Intel Core i7 6820HK @ 3.2 GHz.txt
- 2017 - Intel Core i9 7900X @ 4.0 GHz
- 2017 - Unknown Skylake Purley (32 cores @ 2.0 - 2.5 GHz) from Google Cloud
- 2020 - AMD Ryzen TR 1920X.txt
- Benchmarks.xlsx
- flops.vcxproj
- flops.vcxproj.filters
- flops.vcxproj.user
- cpuid.c
- cpuid.h
- flops.h
- flops_AVX.h
- flops_FMA3.h
- flops_FMA4.h
- flops_SSE2.h
- main.c
- tools.c
- tools.h
- Benchmarks.md
- compile_linux_gcc.sh
- compile_windows_cl.cmd
- compile_windows_icc.cmd
- flops.sln
- README.md
- x64-Bulldozer.out
- x64-Core2.out
- x64-Haswell.out
- x64-Piledriver.out
- x64-SandyBridge.out
- x64-06-Core2.exe
- x64-11-Bulldozer.exe
- x64-11-SandyBridge.exe
- x64-12-Piledriver.exe
- x64-13-Haswell.exe
- x64-16-KnightsLanding.exe
- flops.vcxproj
- flops.vcxproj.filters
- flops.vcxproj.user
- arch_2006_Core2.h
- arch_2011_Bulldozer.h
- arch_2011_SandyBridge.h
- arch_2012_Piledriver.h
- arch_2013_Haswell.h
- arch_2016_KnightsLanding.h
- bench_f32v2_FMA3.h
- bench_f32v2_FMA4.h
- bench_f32v2_SSE.h
- bench_f64v1_FMA3.h
- bench_f64v1_FMA4.h
- bench_f64v1_SSE2.h
- f32v2_Reduce_SSE.h
- f64v1_Reduce_SSE2.h
- bench_f32v3_AVX.h
- bench_f32v3_FMA3.h
- bench_f32v3_FMA4.h
- bench_f64v2_AVX.h
- bench_f64v2_FMA3.h
- bench_f64v2_FMA4.h
- f32v3_Reduce_AVX.h
- f64v2_Reduce_AVX.h
- bench_f32v4_AVX512.h
- bench_f64v3_AVX512.h
- f32v4_Reduce_AVX512.h
- f64v3_Reduce_AVX512.h
- macro_add.h
- macro_fma.h
- macro_mac.h
- macro_mul.h
- macro_reduce.h
- globals.h
- main.cpp
- tools.c
- tools.h
- compile_linux_gcc.sh
- compile_windows_vsc.cmd
- flops.sln
- 2006-Core2
- 2011-Bulldozer
- 2011-SandyBridge
- 2012-Piledriver
- 2013-Haswell
- 2016-KnightsLanding
- 2017-SkylakePurley
- 2017-Zen
- 2006-Core2.exe
- 2011-Bulldozer.exe
- 2011-SandyBridge.exe
- 2012-Piledriver.exe
- 2013-Haswell.exe
- 2016-KnightsLanding.exe
- 2017-SkylakePurley.exe
- 2017-Zen.exe
- Flops.vcxproj
- Flops.vcxproj.filters
- Flops.vcxproj.user
- f32v2_Add_SSE_c8x4.h
- f32v2_FMA_FMA3_c12x4.h
- f32v2_FMA_FMA4_c12x4.h
- f32v2_Mul_SSE_c12x4.h
- f32v2_Mul_SSE_c12x4_InlineASM.h
- f32v2_MulAdd_SSE_c6u4_c4u6.h
- f32v2_Reduce_SSE.h
- f64v1_Add_SSE2_c8x4.h
- f64v1_FMA_FMA3_c12x4.h
- f64v1_FMA_FMA4_c12x4.h
- f64v1_Mul_SSE2_c12x4.h
- f64v1_MulAdd_SSE2_c6u4_c4u6.h
- f64v1_Reduce_SSE2.h
- f32v3_Add_AVX_c8x4.h
- f32v3_FMA_FMA3_c12x4.h
- f32v3_FMA_FMA4_c12x4.h
- f32v3_Mul_AVX_c12x4.h
- f32v3_MulAdd_AVX_c6u4_c4u6.h
- f32v3_Reduce_AVX.h
- f64v2_Add_AVX_c8x4.h
- f64v2_FMA_FMA3_c12x4.h
- f64v2_FMA_FMA4_c12x4.h
- f64v2_Mul_AVX_c12x4.h
- f64v2_MulAdd_AVX_c6u4_c4u6.h
- f64v2_Reduce_AVX.h
- f32v4_Add_AVX512_c16x4.h
- f32v4_AddFMA_AVX512_c12x2_c12x2.h
- f32v4_FMA_AVX512_c24x4.h
- f32v4_Mul_AVX512_c24x4.h
- f32v4_MulAdd_AVX512_c12u8_c8u12.h
- f32v4_Reduce_AVX512.h
- f64v3_Add_AVX512_c16x4.h
- f64v3_AddFMA_AVX512_c12x2_c12x2.h
- f64v3_FMA_AVX512_c24x4.h
- f64v3_Mul_AVX512_c24x4.h
- f64v3_MulAdd_AVX512_c12u8_c8u12.h
- f64v3_Reduce_AVX512.h
- 2006_Core2.ipp
- 2011_Bulldozer.ipp
- 2011_SandyBridge.ipp
- 2012_Piledriver.ipp
- 2013_Haswell.ipp
- 2016_KnightsLanding.ipp
- 2017_Zen.ipp
- Benchmark.cpp
- Benchmark.h
- Main.cpp
- Tools.h
- compile_linux_gcc.sh
- compile_windows_vsc.cmd
- Flops.sln
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Mysticial/Flops
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Flops
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
