Fix: printing of double/float constants
- for example: sqrt(cast_func(3, double)) previously printed "sqrt(3)" instead of "sqrt(3.0)" leading to errors in CUDA code
Please register or sign in to comment
- for example: sqrt(cast_func(3, double)) previously printed "sqrt(3)" instead of "sqrt(3.0)" leading to errors in CUDA code