Open hjabird opened 5 years ago
OpenCL particle induced velocity:
See commit ae683f3f51ec4d2f70556ae6d08d4a6dc0561543
Approximately 7.5% faster:
Not used:
Verified good:
To do:
NB:
commit d1a77dcc13d4869931b6ec830c926f492fb796ca
ind_dvort is approximately 27% faster.
As above, there is some overhead in the Julia script used for benchmarking. 3% in worst case.
commit 6d962b76d15e95af67105c30e920fa670d2d24f1
ind_dvort is 1.5% faster
commit 4db32f2e79e5eb11dea8f06539bd7f20bdaa5337
Changing to transpose method for dvort calculations allows reusing a cross product. 7% faster.
Surely the code can be faster?