Action c3309e6fc7b692b5d9e4fdf3539c48880d5bb285d0d3a00d1ef8d20468ced7c3
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | a0cbf8ba66883a15281006a3669f8c39a0eb43e91543594f48ba15c7abaea7d4 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::from_int8 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
a0cbf8ba66883a15281006a3669f8c39a0eb43e91543594f48ba15c7abaea7d4 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/a0/cb/a0cbf8ba66883a15281006a3669f8c39a0eb43e91543594f48ba15c7abaea7d4/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
aecdfddae46496f9b431ae10cbc1b4227b8fc77cff6c4825bc684e4d43191781 | done | driver_ir_equiv | lhs=a0cbf8ba6688 rhs=c3309e6fc7b6 top=__bfloat16__from_int8 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
d1ddb1c76fa5e50a6dcb6c8dfe4e5decf735f8c2d510b3c17e891e2c2205efd3 | done | driver_ir_to_delay_info | ir=c3309e6fc7b6 top=__bfloat16__from_int8 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
547263ca998cdb461f980445752d5e94bd5cbf2b40b8b429212a9dd667fce160 | done | driver_ir_to_g8r_aig | ir=c3309e6fc7b6 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
0ecae50d4033e5ab2673ede745646f9a1f53fa466021074d96d64e003fbada9b | done | driver_ir_to_g8r_aig | ir=c3309e6fc7b6 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
21828b19305226e485371dd3a640f7be6743b3b3929ee930de999eaac60bdb01 | done | ir_fn_to_combinational_verilog | ir=c3309e6fc7b6 top=__bfloat16__from_int8 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 2296 | 8413f18f976394f407ac9c60c42f34e888543b63f7776b7556327c3590555ad1 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-494 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/a0/cb/a0cbf8ba66883a15281006a3669f8c39a0eb43e91543594f48ba15c7abaea7d4/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528041931657312-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__from_int8 -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": "029c7f5f7e2066a6d495c43103854919ce2b72f2aa556827ccfcd0627dc5fcdd",
"ir_top": "__bfloat16__from_int8",
"semantic_cache_hit": {
"from_action_id": "eb417bf7c395c0941a03ed0c897b129860a356536676a75abd4e391982366860",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "a0cbf8ba66883a15281006a3669f8c39a0eb43e91543594f48ba15c7abaea7d4",
"top_fn_name": "__bfloat16__from_int8",
"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"
}
}