ginkgo-project / ginkgo

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

Remove deprecated shared memory config #1635

Closed pratikvn closed 2 days ago

pratikvn commented 3 days 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.