diff --git a/utils/codegen_tl1.py b/utils/codegen_tl1.py index 4c2e7dd3..721e4283 100644 --- a/utils/codegen_tl1.py +++ b/utils/codegen_tl1.py @@ -439,4 +439,4 @@ def gen_transform_code(kernel_shape): config.set('Kernels_{}'.format(i), 'bmm'.format(i), str(bm_list[i])) with open(''.join([output_dir, "/kernel_config.ini"]), 'w') as configfile: - config.write(configfile) \ No newline at end of file + config.write(configfile) \ No newline at end of file