Action 633f4f2853623eeaefbdd3dcdb2129b84c6e01f6c6601782a47b8ff6728c686d
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 0c4a8775564a3bcc3ee35c52c6a3058fbe9b660dedb9a6600d6de047608f26ac | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::fma | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
0c4a8775564a3bcc3ee35c52c6a3058fbe9b660dedb9a6600d6de047608f26ac | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/0c/4a/0c4a8775564a3bcc3ee35c52c6a3058fbe9b660dedb9a6600d6de047608f26ac/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
e4fe6c8561ba22b6730e04d81a1303b39469cd7239bea89513266ce01bd93f20 | done | driver_ir_equiv | lhs=0c4a8775564a rhs=633f4f285362 top=__bfloat16__fma | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
cc7c48e885c6234ad312b9d230879d480a7d9a98ac05cd6528e6c6b5afcc5860 | done | driver_ir_to_delay_info | ir=633f4f285362 top=__bfloat16__fma model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
466f62090282ae0f6cf8e5ffc59db4c8f2aa5d533828a3f26bd8a8a674493f1a | done | driver_ir_to_g8r_aig | ir=633f4f285362 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
39bea356b49ecad0f9128c342b3058eb3fd8f13ed8cca264e04167ba422b6fcd | done | driver_ir_to_g8r_aig | ir=633f4f285362 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
d3f868780b673e1019849772b6d61ba33c3773ec4d82920a2e75eaf9958d8434 | done | ir_fn_to_combinational_verilog | ir=633f4f285362 top=__bfloat16__fma system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 25821 | a277749bd931cf749d0fa158f5b31c6e1ef60c63a44bda60ba659854a1d42b67 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-286837-39 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/0c/4a/0c4a8775564a3bcc3ee35c52c6a3058fbe9b660dedb9a6600d6de047608f26ac/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-286837-1771527774043686487-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__fma -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": "5acf3a0c78cb1664b8808c9d95aed8eaf4c926cd85422985cc3c70fb55a870bd",
"ir_top": "__bfloat16__fma",
"semantic_cache_hit": {
"from_action_id": "f2a9fe4354529561e8810e8bb6969e432abe8e9ee1bace059bd4d3689581fb05",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "0c4a8775564a3bcc3ee35c52c6a3058fbe9b660dedb9a6600d6de047608f26ac",
"top_fn_name": "__bfloat16__fma",
"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"
}
}