Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Find a reference describing the FLOPS performance measure ( just give this reference, no other description is required ) . Next, write a simple benchmarking
Find a reference describing the FLOPS performance measure just give this reference, no other description is required Next, write a simple benchmarking program to estimate FLOPS performance of your computer. Use a programming language of your choice to write a program that prints the execution time consider using Java currentTimeMillis method of a sequence of arithmetic operations. Instead of timing a single arithmetic operation which would be impossible to measure directly from Java time the execution of a loop with the arithmetic operation in it Choose large enough number of repetitions to get meaningful results. Also time the execution of the same loop but without the arithmetic operation in it to get the bench ie the reference time for your overhead instructions implementing the loop, ie empty loop without the arithmetic operation. Use these timing results to estimate FLOPS of your computer.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started