Action c36789afc0cfdbc6eddb69849f8feb7d23313fde75e2b2067d4fdaf0617c64e4
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 86efb1f566faae590c6696a26f5fb347d28165f6874fa2042878c4dd3b914ec0 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::is_zero_or_subnormal | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
86efb1f566faae590c6696a26f5fb347d28165f6874fa2042878c4dd3b914ec0 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/86/ef/86efb1f566faae590c6696a26f5fb347d28165f6874fa2042878c4dd3b914ec0/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
9617fe3d740bd1783325ada5a84f30990e3171ae2ae7a29a885b4ccdd0c32378 | done | driver_ir_equiv | lhs=86efb1f566fa rhs=c36789afc0cf top=__bfloat16__is_zero_or_subnormal | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
57bd715a9a421049c4a833089c7da606dd71f48c2ed74aba37fea5769c38686f | done | driver_ir_to_delay_info | ir=c36789afc0cf top=__bfloat16__is_zero_or_subnormal model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
ccd9613d627a1f122a329e3db42a66c4adcd6a2ed91d1a760b5ad75deba02839 | done | driver_ir_to_g8r_aig | ir=c36789afc0cf top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
27a82d60d001b292bd6b6df7fc497ffa4e94a07b74c28bebddbef3edc58f8e47 | done | driver_ir_to_g8r_aig | ir=c36789afc0cf top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
5f23498fd6daeb51db5b00f8e3a66fd0cad4fae3da6f7bb6db3344505f777e95 | done | ir_fn_to_combinational_verilog | ir=c36789afc0cf top=__bfloat16__is_zero_or_subnormal system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 466 | f89d6b293df5929c62e0eaf219127e31761ab6860d029266a7d61251400106b5 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-510 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/86/ef/86efb1f566faae590c6696a26f5fb347d28165f6874fa2042878c4dd3b914ec0/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528048561924018-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__is_zero_or_subnormal -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": "0c8a8b0c5981cdaa8f94fb728f3c3259b47aa3d8069a32cc3bced559c32e755f",
"ir_top": "__bfloat16__is_zero_or_subnormal",
"semantic_cache_hit": {
"from_action_id": "bb58c60601a50ae403a473b1fe93d5b54818bac72b8cdb929baa82b2ab9cd1b1",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "86efb1f566faae590c6696a26f5fb347d28165f6874fa2042878c4dd3b914ec0",
"top_fn_name": "__bfloat16__is_zero_or_subnormal",
"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"
}
}