"${CMAKE_CURRENT_SOURCE_DIR}/extern/graph_frontend/chakra/schema/protobuf/*.cc" # 查找 extern/graph_frontend/chakra/schema/protobuf 下的 .cc 文件 "${CMAKE_CURRENT_SOURCE_DIR}/extern/graph_frontend/chakra/src/feeder/*.cpp" # 查找 extern/graph_frontend/chakra/src/feeder 下的 .cpp 文件 ...
the URL link to Chakra feeder is broken. Updated doc with the correct… Jul 19, 2024 .gitignore Setup initial sphinx + rtd template Oct 24, 2023 README.md Update README.md Oct 24, 2023 conf.py Change version to 2.2 and add --force when fetching tags in GitHub Ac… ...
ASTRA-sim accepts Chakra Execution Traces as workload-layer inputs. For details, please visit Chakra Github. We appreciate your interest and support in ASTRA-sim! Contact Us For any questions about using ASTRA-sim, you can email the ASTRA-sim User Mailing List: astrasim-users@googlegroups.com...
$ cd ./extern/graph_frontend/chakra/ $ python3 setup.py install --user $ python3 -m et_converter.et_converter \ --input_type Text \ --input_filename ../../../inputs/workload/ASTRA-sim-1.0/Resnet50_DataParallel.txt \ --output_filename ../../../inputs/workload/ASTRA-sim-2.0...
actually, i dont know what is ResNet50 traffic trace, are there any documents in astra-sim or chakra repo? Also, I have no idea about how to use the result of time. Now im working on it, i will share in this issue if there are any progress HeRaNO commented Oct 18, 2024 It see...
"${CMAKE_CURRENT_SOURCE_DIR}/extern/graph_frontend/chakra/schema/protobuf/*.cc" "${CMAKE_CURRENT_SOURCE_DIR}/extern/graph_frontend/chakra/src/feeder/*.cpp" "${CMAKE_CURRENT_SOURCE_DIR}/extern/remote_memory_backend/analytical/*.cc") # Compile AstraSim Library add_library(AstraSim STATIC ...