Skip to content

Commit 11a86eb

Browse files
committed
Added time unit metadata to T4 output
1 parent 6062e50 commit 11a86eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_tuner/file_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def get_t4_results(results, tune_params, objective="time"):
152152

153153
# write output_data to a JSON file
154154
version, _ = output_file_schema("results")
155-
output_json = dict(results=output_data, schema_version=version)
155+
output_json = dict(results=output_data, schema_version=version, metadata={'timeunit': 'miliseconds'})
156156
return output_json
157157

158158
def store_output_file(output_filename: str, results, tune_params, objective="time"):

0 commit comments

Comments
 (0)