Wk 10 : GPU's Flashcards

1
Q

What did gaming need from GPU’s

A

Lots of matrix, vector mult’s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What’s the biggest challenge that using GPU’s creates?

A

Lots of data streams to/from memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explain GPU’s in as few words as possible

A

GPU’s does the same instructions on multiple different sets of data. Each of the thousands of GPU’s have their own ctrl, own cache, all execute same instructions on diff data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do GPU’s connect to main processor?

A

Via IO bridge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does GPU memory look like?

A

Each MP has it’s own share memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are two main GPU components?

A

Global Memory

Streaming Multiprocessors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are 4 GPU types

A

Tesla, Fermi, Kepler, Maxwell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the 3-step GPU process?

A

1) Copy input CPU -> GPU
2) Load GPU program + Execute on Chip for performance
3) Copy GPU Mem to CPU mem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do all MP access memory in GPU

A

its controlled and unless there’s conflict, any can access at any time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly