Skip to content

Slow scattering cross-section #56

@arunoruto

Description

@arunoruto

The current implementation of the scattering cross-section is relatively slow on the GPU.
This is due to the numba atomic add operator aggregating the values in a matrix. If another thread wants to access the current index, it needs to be checked if another thread has priority. This slows things down.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions