Question: 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
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
