[Enhancement] Extend pythonic_expr to support dtype mapping in utils.py (#641)
- Updated the `pythonic_expr` function to accept an optional `dtype_map` parameter, allowing for more flexible type conversions. - Refactored calls to `pythonic_expr` in `TLCUDASourceWrapper` to utilize the new mapping feature, improving type handling in kernel generation. - Enhanced code clarity by consolidating repeated calls to `pythonic_expr` into a private method within the wrapper class.
Showing
Please register or sign in to comment