Profiling, Electromagnetics and GPU Processing

less than 1 minute read

Published:

Discussions of the struggles of electromagnetics development, profiling, and the benefits of the GPU architecture


The electromagnetics model I have been working on was implemented using the assumption that an array of ray paths would be loaded onto the GPU, the processing would be done, and an array of the same length would be retrieved and summed according to arrival node by the CPU. This was reliable using my coding skills at the time, but the sorting function was a significant time delay to the model.