Action d7ba6efbee9bbb98e4aec7b65f98f724a0e22e800335874f63459d7ace9e8979
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | e2d3976e53b15d53ea5fc583f8fa32f2aef7638194c2f14a34cb31028cd284b0 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::normalize | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
e2d3976e53b15d53ea5fc583f8fa32f2aef7638194c2f14a34cb31028cd284b0 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/e2/d3/e2d3976e53b15d53ea5fc583f8fa32f2aef7638194c2f14a34cb31028cd284b0/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
d89420ba2a7269b1049d35bd21d10d0b31c607042c658642a0093e4783662959 | done | driver_ir_equiv | lhs=e2d3976e53b1 rhs=d7ba6efbee9b top=__bfloat16__normalize | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
ed2dba5a739ca2b3c7ec080b5a740d7e054026f5161cdc17b3b94181e22cab98 | done | driver_ir_to_delay_info | ir=d7ba6efbee9b top=__bfloat16__normalize model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
809c6ba644b41a6a897721da12173a4ba833c2af1348151185e1b9f50def61e7 | done | driver_ir_to_g8r_aig | ir=d7ba6efbee9b top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
ef79a5e22d3c441b72e45395396613948a67f8dfa3246fa9e3a44136c7276c1d | done | driver_ir_to_g8r_aig | ir=d7ba6efbee9b top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
0e58d9b1df958c36b07e394fadc6f8abca4feb6d2e117e4d343d6221224530bd | done | ir_fn_to_combinational_verilog | ir=d7ba6efbee9b top=__bfloat16__normalize system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 1712 | fc7a4b35404f658e0f1302e45c72dfc979d9db856eb9d7f670cd65a39f1b0412 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-1002 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/e2/d3/e2d3976e53b15d53ea5fc583f8fa32f2aef7638194c2f14a34cb31028cd284b0/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528245692970074-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__normalize -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": "d4f3012f19021b7a8edd4d5ae49206d6824e85dc1b10ddeed879ded25056ac63",
"ir_top": "__bfloat16__normalize",
"semantic_cache_hit": {
"from_action_id": "a09fb6b051bd5053ff31dd8606235464d45b8856dca58b6c9f3d886e8a611ad8",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "e2d3976e53b15d53ea5fc583f8fa32f2aef7638194c2f14a34cb31028cd284b0",
"top_fn_name": "__bfloat16__normalize",
"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"
}
}