Action 3bd816cf153fe4263ff6c20624338c4fadd28f32f956dcfea464fe2bd71b42be
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | a9a1fde33b3dedadba43898301d53c66bb39e59f94a44a6c80f08d5af0fd4771 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::sub | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
a9a1fde33b3dedadba43898301d53c66bb39e59f94a44a6c80f08d5af0fd4771 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/a9/a1/a9a1fde33b3dedadba43898301d53c66bb39e59f94a44a6c80f08d5af0fd4771/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
d27bdb353f7f53c1bec5beadb0c7da3e4f06100f812df8fd4629911a39229cac | done | driver_ir_equiv | lhs=a9a1fde33b3d rhs=3bd816cf153f top=__bfloat16__sub | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
31859edbc3a4d413b78c9bc50d40a4d48cc71c6d8882787c74ca95560cdf1566 | done | driver_ir_to_delay_info | ir=3bd816cf153f top=__bfloat16__sub model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
3d6b4c33acc0b2d591997fb08763ef149d231206c9b15f2081ca3ea3cecee099 | done | driver_ir_to_g8r_aig | ir=3bd816cf153f top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
eb3f2d2e48e565f6d944f6bd29bb8b453df45488d02e7a122ba6cb1bb5146fec | done | driver_ir_to_g8r_aig | ir=3bd816cf153f top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
8c1de7c11149a26df77bf991bd3b0dee17ec524342c734741004530bfceab9d0 | done | ir_fn_to_combinational_verilog | ir=3bd816cf153f top=__bfloat16__sub system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 29695 | 65fec680154bb74fda525beac7fc6b8a50bfb9374d5413585682efe5d2e531e3 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-160 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/a9/a1/a9a1fde33b3dedadba43898301d53c66bb39e59f94a44a6c80f08d5af0fd4771/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771527913560505821-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__sub -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.31.0 bash -lc set -euo pipefail
cache_dir="/cache/${XLSYNTH_VERSION}/${XLSYNTH_PLATFORM}"
if [ ! -d "${cache_dir}" ]; then
echo "missing cached xlsynth release at ${cache_dir}" >&2
exit 1
fi
rm -rf /tmp/xlsynth-release
mkdir -p /tmp/xlsynth-release
cp -a "${cache_dir}/." /tmp/xlsynth-release/
for ext in so dylib; do
if [ -f "/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}" ]; then
ln -sf "/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}" "/tmp/xlsynth-release/libxls-${XLSYNTH_VERSION}-${XLSYNTH_PLATFORM}.${ext}"
fi
done
export XLSYNTH_TOOLS=/tmp/xlsynth-release
export LD_LIBRARY_PATH="/tmp/xlsynth-release:${LD_LIBRARY_PATH:-}"
cat > /tmp/xlsynth-toolchain.toml <<'TOML'
[toolchain]
tool_path = "/tmp/xlsynth-release"
TOML
xlsynth-driver --toolchain /tmp/xlsynth-toolchain.toml ir-fn-structural-hash /inputs/input.ir --top "${IR_TOP}" --json true > /scratch/structural_hash.json
test -s /scratch/structural_hash.json
|
Details JSON
{
"crate_version_label": "crate:v0.31.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.31.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.31.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.35.0",
"input_ir_fn_structural_hash": "814a3e1a71afe5607fbb4f999ef44dd3a6756857c5a8b61d5afcd9a12bcf29ae",
"ir_top": "__bfloat16__sub",
"semantic_cache_hit": {
"from_action_id": "a02916ed2b6f375fb82dc6dad972f91694a58e30ae71b1f8f1d31b10ce663888",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "a9a1fde33b3dedadba43898301d53c66bb39e59f94a44a6c80f08d5af0fd4771",
"top_fn_name": "__bfloat16__sub",
"version": "v0.35.0",
"runtime": {
"driver_version": "0.31.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.31.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}