Skip to content
Snippets Groups Projects

Tidy-up CUDA implementation of IProductWRTDerivBase and add CUDA kernels with additional parallelism

Files
5
@@ -2,9 +2,12 @@
namespace Nektar::Operators::detail
{
// Add different IProductWRTDerivBase implementations to the factory.
template <>
std::string OperatorIProductWRTDerivBaseImpl<double, ImplCUDA>::className =
GetOperatorFactory<double>().RegisterCreatorFunction(
"IProductWRTDerivBaseCUDA",
OperatorIProductWRTDerivBaseImpl<double, ImplCUDA>::instantiate, "...");
}
} // namespace Nektar::Operators::detail
Loading