Lecture 12 Flashcards

1
Q

Keep active threads together - better!

A

Threads and memory both behave like this for coalescing

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

__manage__ memory

A

accessible from both CPU and GPU

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

atomic operations

A

atomicAdd, atomicSub, AromicExch, atomicMin,
atomicMax, atomicInc, atomicDec, atomicCAS,
atomicAND, atomicOR, atomicXor

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

why don’t always use atomic operations?

A

leads to sequential performances

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