Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 3 The performance of a GPU is often measured in the number of polygons per second being rendered. Consider a GPU with 2 processing
Problem 3 The performance of a GPU is often measured in the number of polygons per second being rendered. Consider a GPU with 2 processing cores, each capable of rendering a polygon in parallel. A video game requires on average 100 polygons per millisecond to be rendered. Each core can render a polygon in 15 microseconds. Polygons are placed in a single queue shared for the two GPU cores. Answer the following: pable of rendering a povyeoan render a polygon in 15 a) What queuing system would you use to model this system? State any assumptions you need to make for the model to hold. b) If each polygon can be described with 3 pairs of 64-bit floating point numbers, how much video memory (in bytes) is being used on average? Consider that a polygon being rendered still occupies space in memory c) What is the probability that the GPU will be idle? d) What is the average amount of time it takes for a polygon to be rendered? Problem 3 The performance of a GPU is often measured in the number of polygons per second being rendered. Consider a GPU with 2 processing cores, each capable of rendering a polygon in parallel. A video game requires on average 100 polygons per millisecond to be rendered. Each core can render a polygon in 15 microseconds. Polygons are placed in a single queue shared for the two GPU cores. Answer the following: pable of rendering a povyeoan render a polygon in 15 a) What queuing system would you use to model this system? State any assumptions you need to make for the model to hold. b) If each polygon can be described with 3 pairs of 64-bit floating point numbers, how much video memory (in bytes) is being used on average? Consider that a polygon being rendered still occupies space in memory c) What is the probability that the GPU will be idle? d) What is the average amount of time it takes for a polygon to be rendered
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