"...git@developer.sourcefind.cn:yangql/composable_kernel.git" did not exist on "f91579aab6e224c23aceaeaa0a29d9dde83f09ed"
[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