Changes

Jump to: navigation, search

TriForce

292 bytes added, 14:00, 6 April 2019
Kernel Optimization Attempts
}
|}
 
Change : Quickly finds one section that requires a single value in one spot, by checking all sections at once and remembering a single value
Theory : Similar to the previous Kernel, trying to remove the second loop
Result : Surprisingly slow, gains little benefit from the section logic
{| class="wikitable mw-collapsible mw-collapsed"
! Notify (Kernel) Determines a single section that has a limited value (removes section loop)
at = 0;
d_a[gridIdx] = at;
}
|}

Navigation menu