ORNL / ReSolve

Library of GPU-resident linear solvers
Other
58 stars 2 forks source link

raw pointers: use only when you have to. Otherwise, use smart pointers #205

Open stonecoldhughes opened 1 month ago

stonecoldhughes commented 1 month ago

Although raw pointers are necessary in some situations, they should be the exception not the rule if possible.