Action 011d8ea66ecd505b0f38c54605b3355b4fc7d09d6cdff513e9f289ba83c00ebd
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 789b2a2683f40c92a253da143c8d85d7de717dc61403c17e0dcd75d1ec04c9bd | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::gte_2 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
789b2a2683f40c92a253da143c8d85d7de717dc61403c17e0dcd75d1ec04c9bd | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/78/9b/789b2a2683f40c92a253da143c8d85d7de717dc61403c17e0dcd75d1ec04c9bd/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
927c27e64bf1bd2d4d4e9e41c6ed07c6a1a4a0f3bed27b39cd9501f1f66a0b51 | done | driver_ir_equiv | lhs=789b2a2683f4 rhs=011d8ea66ecd top=__bfloat16__gte_2 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
fe813f57a4f0f238ed4a80d1a274a5f2a2a608743cbfee015b4c4b1da3dc9767 | done | driver_ir_to_delay_info | ir=011d8ea66ecd top=__bfloat16__gte_2 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
e7c25db98fc6e54ca371038c0005cf8d06c80ecb8274a6c78392eeefae8af849 | done | driver_ir_to_g8r_aig | ir=011d8ea66ecd top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
d84408c7bb68b1de685d80a940c717ee676ab9f2b0d66f85121f0892306fc5b3 | done | driver_ir_to_g8r_aig | ir=011d8ea66ecd top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
aa8d854dd3771d64ab29b8358f592352eb19d8815bb281022b0619b81bc8f386 | done | ir_fn_to_combinational_verilog | ir=011d8ea66ecd top=__bfloat16__gte_2 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6180 | 4c65dec19c4c9e2345dbc36586788569132f78d9347280c3f0334dc938ffe3cc |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-298443-45 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/78/9b/789b2a2683f40c92a253da143c8d85d7de717dc61403c17e0dcd75d1ec04c9bd/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-298443-1771527823677464824-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__gte_2 -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": "5724d7f126facffb6d86a6a5312293b50afd5c9d173b01226ab3a1d58ff754df",
"ir_top": "__bfloat16__gte_2",
"semantic_cache_hit": {
"from_action_id": "d81d86dbd75ae4a6c0346b87f1c8f630a7a622ec4d5915adb84bce80ffa6a13c",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "789b2a2683f40c92a253da143c8d85d7de717dc61403c17e0dcd75d1ec04c9bd",
"top_fn_name": "__bfloat16__gte_2",
"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"
}
}