Use constexpr for dynamic instantiation of constants in log10
CUDA doesn't support static keywords for device kernels. There is __constant__
address space, but that doesn't support dynamic instantiation.
Edited by Kaushik Kulkarni
CUDA doesn't support static keywords for device kernels. There is __constant__
address space, but that doesn't support dynamic instantiation.