Research questionHow can GPUs efficiently compute unnormalized Gaussian kernel sums with signed weights without custom kernels?Kernel methods repeatedly require unnormalized Gaussian sums, but general-purpose GPU implementations can be slow or memory-intensive. The computation must also support arbitrary signed weights rather than only normalized positive reductions.