Aaron Scheinberg

Results 2 issues of Aaron Scheinberg

Found an issue in device/kernel4.cl: The if statements starting on lines: 128, 136, and 163: `if (get_local_id(0) < 4)` `if (get_local_id(0) < 2)` `if (get_local_id(0) < 2)` These lines assign...

bug

This is a rough draft implementing XGC's current algorithm for migrating particles. The algorithm looks like this: 1. Bin particles by destination rank. (Currently, there are two extra bins: one...

enhancement
performance