ginkgo-project / ginkgo

Numerical linear algebra software package
https://ginkgo-project.github.io/
BSD 3-Clause "New" or "Revised" License
415 stars 90 forks source link

Remove deprecated shared memory config #1635

Closed pratikvn closed 5 months ago

pratikvn commented 5 months ago

This PR removes the shared memory config guard functionality which enabled device level bank size configuration based on the value type. This functionality has been deprecated from after Kepler devices, and is hence no longer necessary. Additionally, the function is also being deprecated from after CUDA 12.4

Reported by @upsj.