Action ebc6e3c85f4f808bee4d56d05f622f760b7652bb9c82666f4a3e6a34f43804d2
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | f23dcba2382e8419495976e3bcb44329d9f940da5da7dd3a7f1711cabd5ad50b | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::bias | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
f23dcba2382e8419495976e3bcb44329d9f940da5da7dd3a7f1711cabd5ad50b | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/f2/3d/f23dcba2382e8419495976e3bcb44329d9f940da5da7dd3a7f1711cabd5ad50b/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
39e1bc2a941a6b21c4e877b1176ab9bff6640cf9d7d9276d1938e7c87e6be800 | done | driver_ir_equiv | lhs=f23dcba2382e rhs=ebc6e3c85f4f top=__bfloat16__bias | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
a8cf210c53d6d92b8f5448de51ae3127d9e6296fab68efe0787592e51d4a2b86 | done | driver_ir_to_delay_info | ir=ebc6e3c85f4f top=__bfloat16__bias model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
85f979c1d9b6ecfbc3ed99a84452884158514fc3da876ea332649405fb2e2767 | done | driver_ir_to_g8r_aig | ir=ebc6e3c85f4f top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
1829a6b5a36e6d781696db70da3387f9aa9dd92af0489e82f9c6c38922a938a1 | done | driver_ir_to_g8r_aig | ir=ebc6e3c85f4f top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
ac5371cf872ee7c8b9f2fd29c44dbc32824899e62491a77417fdd91c1c9b36e4 | done | ir_fn_to_combinational_verilog | ir=ebc6e3c85f4f top=__bfloat16__bias system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 431 | 922af3ed2228cdbe72a9bea8862779bddbdf78a30fe1ebbe2be696e4665e97bb |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-1297 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/f2/3d/f23dcba2382e8419495976e3bcb44329d9f940da5da7dd3a7f1711cabd5ad50b/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528356245333087-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__bias -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": "5ae541ef9a8095652e82c9beef5a79921bd726aec3d8b3158e7cc96922c9ace2",
"ir_top": "__bfloat16__bias",
"semantic_cache_hit": {
"from_action_id": "1c8ed332841de7a1357496e1a4f255f63d7bfa9a172e8eee56217df9f8209191",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "f23dcba2382e8419495976e3bcb44329d9f940da5da7dd3a7f1711cabd5ad50b",
"top_fn_name": "__bfloat16__bias",
"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"
}
}