Skip to content

Add CudaBackend, CudaSympyPrinter

Stephan Seitz requested to merge seitz/pystencils:eliminate-the-dialects into master

Add CudaBackend, CudaSympyPrinter to extract CUDA-specific code from CBackend, CustomSympyPrinter

Cuda built-ins are added to CudaSympyPrinter.known_functions to use them as sympy.Function

Merge request reports