• Lei Wang's avatar
    [Enhancement] Support debug print for unsigned char datatype (#145) · bb60f6ce
    Lei Wang authored
    * Fix debug print buffer template for unsigned char type
    
    - Update debug_print_buffer_value template specialization for unsigned char
    - Modify test_tilelang_debug_print.py to include additional dtype tests
    - Add test case for uint8 dtype in debug print buffer function
    
    * Refactor debug print buffer template formatting for unsigned char
    
    - Improve code formatting for debug_print_buffer_value template specialization
    - Adjust line breaks and indentation for better readability
    - Maintain consistent code style with other template specializations
    bb60f6ce
debug.h 7 KB