Action 0a1d7ff1c1749ba610ca227e27b45f024d86a8d92711fb1c6ff5892b39386df5
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | f7a9e3afefa626dfa212cc2b88cfd83e5bc0fbd8abc9ec483b73024e23ecd2d6 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::ceil_with_denorms | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
f7a9e3afefa626dfa212cc2b88cfd83e5bc0fbd8abc9ec483b73024e23ecd2d6 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/f7/a9/f7a9e3afefa626dfa212cc2b88cfd83e5bc0fbd8abc9ec483b73024e23ecd2d6/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
fea5b04f4bce68fcea08a32f6cd9fca7b877a158d8f13d7a2640ce13b0d5aa4e | done | driver_ir_equiv | lhs=f7a9e3afefa6 rhs=0a1d7ff1c174 top=__bfloat16__ceil_with_denorms | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
7374af68867b4a660a5c0528eae6885b5f3879ddca98e732fa02406c04fbd7a4 | done | driver_ir_to_delay_info | ir=0a1d7ff1c174 top=__bfloat16__ceil_with_denorms model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
136f41a410922f2412e3378be87c70e49d5dd36873d75ae914f55136f5037037 | done | driver_ir_to_g8r_aig | ir=0a1d7ff1c174 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
e2157fcfd5cd4866958d6e603c5f3aa2aa0a04599ee2a768507df02257970a87 | done | driver_ir_to_g8r_aig | ir=0a1d7ff1c174 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
cd1450032aa785a9534826b71e94e74fa673657024d28e5969d847801ca71246 | done | ir_fn_to_combinational_verilog | ir=0a1d7ff1c174 top=__bfloat16__ceil_with_denorms system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6123 | 81ca467d8b89667f25efca7de682b7955cf4022bf1dd697958bd19b43f9a189b |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-316550-1399 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/f7/a9/f7a9e3afefa626dfa212cc2b88cfd83e5bc0fbd8abc9ec483b73024e23ecd2d6/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-316550-1771528394464827964-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__ceil_with_denorms -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": "7862a4c991c794d96fc15621c2c73c47926a7cc2b3d04c97c84076e256ca9ad8",
"ir_top": "__bfloat16__ceil_with_denorms",
"semantic_cache_hit": {
"from_action_id": "462d41be8e3e42a6a521c5aa01cc3fd887986249da26e7cb446835e75f7dc00c",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "f7a9e3afefa626dfa212cc2b88cfd83e5bc0fbd8abc9ec483b73024e23ecd2d6",
"top_fn_name": "__bfloat16__ceil_with_denorms",
"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"
}
}