Action 6264c6605f94482b7c2c7d2e055b960429ffa039a28e63db636872b89797ed8c
Summary
crate:v0.6.0dso:v0.7.0driver:crate:v0.6.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 63723e261f996040d880db475a33a5ae38b41289f7a96df9d7bb5efa0d0a0238 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::is_pos_inf | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
63723e261f996040d880db475a33a5ae38b41289f7a96df9d7bb5efa0d0a0238 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/63/72/63723e261f996040d880db475a33a5ae38b41289f7a96df9d7bb5efa0d0a0238/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
f9604a2aad7ca4539c3bd05230ae50038f143003e2ad7ccf9fda95179a23d8e9 | done | driver_ir_equiv | lhs=63723e261f99 rhs=6264c6605f94 top=__bfloat16__is_pos_inf | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
0d2bfd992601d208d49dd54d418d39d5eb1fbc35e654e9be771660e6dc3deec2 | done | driver_ir_to_delay_info | ir=6264c6605f94 top=__bfloat16__is_pos_inf model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
d620ab26d4f304836719a6c65e9c68b9ba1adc7d1d1c0add5a7214bb3d6014d8 | done | driver_ir_to_g8r_aig | ir=6264c6605f94 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
3dfd1247d4a7d18d8624d07426c19116b564c43f46e96726837c61ffd2a1a23b | done | driver_ir_to_g8r_aig | ir=6264c6605f94 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
56cbd86bf76d5fd8852a496976340559e5ede7fb6eeb0258d74786d092135f36 | done | ir_fn_to_combinational_verilog | ir=6264c6605f94 top=__bfloat16__is_pos_inf system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 975 | 1027997236aaeb26c9c5cb37ceedf9c8ea5716b6002fc14f321deadf5db874e3 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-6264c6605f94482b-1374217-7830 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/63/72/63723e261f996040d880db475a33a5ae38b41289f7a96df9d7bb5efa0d0a0238/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/6264c6605f94482b7c2c7d2e055b960429ffa039a28e63db636872b89797ed8c-1374217-1771542303449151662/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__is_pos_inf -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.7.0 xlsynth-bvc-driver:0.6.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 ir2opt /inputs/input.ir --top "${IR_TOP}" > /outputs/package.opt.ir
|
Details JSON
{
"crate_version_label": "crate:v0.6.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.6.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.6.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.7.0",
"input_ir_fn_structural_hash_error": "docker run failed (exit=Some(2)): error: unrecognized subcommand 'ir-fn-structural-hash'\nstdout:\n\nstderr:\nerror: unrecognized subcommand 'ir-fn-structural-hash'\n\n tip: a similar subcommand exists: 'ir-fn-eval'\n\nUsage: xlsynth-driver [OPTIONS] [COMMAND]\n\nFor more information, try '--help'.\n",
"ir_top": "__bfloat16__is_pos_inf",
"xlsynth_version": "v0.7.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "63723e261f996040d880db475a33a5ae38b41289f7a96df9d7bb5efa0d0a0238",
"top_fn_name": "__bfloat16__is_pos_inf",
"version": "v0.7.0",
"runtime": {
"driver_version": "0.6.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.6.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}