chakra-old icon indicating copy to clipboard operation
chakra-old copied to clipboard

[ETConverter] Update text converter to new schema

Open changhai0109 opened this issue 1 year ago • 1 comments

Summary

Update text converter to use v0.0.4 schema

Test Plan

# Assuming there is a astrasim text input file, like [astrasim]/inputs/workload/ASTRA-sim-1.0/Resnet50_DataParallel.txt
python -m chakra.et_converter.et_converter \
    --input_type Text \
    --input_filename ${ASTRASIM_DIR}/inputs/workload/ASTRA-sim-1.0/Resnet50_DataParallel.txt \
    --output_filename Resnet50_DataParallel \
    --num_dims 1 \
    --num_npus 64 \
    --num_passes 1

changhai0109 avatar Dec 07 '23 16:12 changhai0109

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

github-actions[bot] avatar Dec 07 '23 16:12 github-actions[bot]