62
edits
Changes
→Optimization
== Assignment 3 ==
===Optimization===
Global variables utilized in the backtrack kernel were copied into registered memory
For a device of computation capacity 5.2
- set the threads per block to 1024 from 512
- set the maximum blocks to 32 from 256
== Results ==