-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Labels
Description
As discussed in https://github.com/orgs/genn-team/discussions/586, constant cache still seems to be overflowing with relatively complex models. Possibilities:
cudaDeviceProp.totalConstMemis returning something different- CUDA is using more constant cache itself somewhere (see Problem with constant cache allocation #352 for previous analysis)
- Oddly increasing the
constantCacheOverheaddoesn't seem to solve this problem for all model sizes which is worrying
- Oddly increasing the
- There's a bug in GeNN's constant cache usage calculation
Reactions are currently unavailable