Skip to content

Use constexpr for dynamic instantiation of constants in log10

Kaushik Kulkarni requested to merge kaushikcfd/pycuda:log10 into main

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

Merge request reports

Loading