bobsomers / haste

Haste is an accelerated ray tracer.
Other
2 stars 0 forks source link

Remove allocation stupidity #1

Closed bobsomers closed 13 years ago

bobsomers commented 13 years ago

Stop allocating new packets and trace parameters on every kernel launch. That's dumb.

bobsomers commented 13 years ago

Fixed, as much as possible for now. Kernel is compute bound, not memory bus bound. Closed by fb11f5ae79d3e2a44f1f.