ORNL / ReSolve

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

Protect GPU kernels with appropriate namespace(s) #106

Closed pelesh closed 11 months ago

pelesh commented 12 months ago

Currently all specialized GPU kernels are implemented in global namespace. Consider protecting them in ReSolve namespace at least.

CC @kswirydo @maksud