Skip to content
Snippets Groups Projects

Implement CUDA IProductWRTBase sum-factorization kernels

Compare and
11 files
+ 1207
51
Compare changes
  • Side-by-side
  • Inline
Files
11
#include "IProductWRTBaseCUDA.hpp"
namespace Nektar::Operators::detail
{
template <>
std::string OperatorIProductWRTBaseImpl<double, ImplCUDA>::className =
GetOperatorFactory<double>().RegisterCreatorFunction(
"IProductWRTBaseCUDA",
OperatorIProductWRTBaseImpl<double, ImplCUDA>::instantiate, "...");
}
Loading