Action c1dd0d0a46aa96f1012a7abaa06d804bd2e12c5d2be32463e1d9145e3791418f
Summary
crate:v0.27.0dso:v0.33.0driver:crate:v0.27.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | abf276297f308928376a1416b1ec8e7ae50ae442797f9e00700b25b61210e4fe | 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 |
|---|---|---|---|
abf276297f308928376a1416b1ec8e7ae50ae442797f9e00700b25b61210e4fe | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/ab/f2/abf276297f308928376a1416b1ec8e7ae50ae442797f9e00700b25b61210e4fe/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
cacdd407f783518f4773e55f04a83d8d07b8d33edae6095a2071e88c0151bb4e | done | driver_ir_equiv | lhs=abf276297f30 rhs=c1dd0d0a46aa top=__bfloat16__ceil_with_denorms | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
fa918b42586664c3c2e90a9c519e18c14eb53391ae00f099b166bc666347ba55 | done | driver_ir_to_delay_info | ir=c1dd0d0a46aa top=__bfloat16__ceil_with_denorms model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
70c742aebf8974af2bda6afa25a5d8a0d6617b6a926e389e327a93fdd7b79e1a | done | driver_ir_to_g8r_aig | ir=c1dd0d0a46aa top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
78d15c915c73cad8f5e472569ffb05f0f6c7d3753cc22dffbfed3cc5793e64b0 | done | driver_ir_to_g8r_aig | ir=c1dd0d0a46aa top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
f26d9ecde434305cc62a91567036e7bf150d078b7cbe01433ab2d639a5bc75dd | done | ir_fn_to_combinational_verilog | ir=c1dd0d0a46aa 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-c1dd0d0a46aa96f1-560100-1407 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/ab/f2/abf276297f308928376a1416b1ec8e7ae50ae442797f9e00700b25b61210e4fe/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/c1dd0d0a46aa96f1012a7abaa06d804bd2e12c5d2be32463e1d9145e3791418f-560100-1771530880146583956/payload:/outputs -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.33.0 xlsynth-bvc-driver:0.27.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.27.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.27.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.27.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.33.0",
"input_ir_fn_structural_hash_error": "docker run failed with exit code Some(2)\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__ceil_with_denorms",
"xlsynth_version": "v0.33.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "abf276297f308928376a1416b1ec8e7ae50ae442797f9e00700b25b61210e4fe",
"top_fn_name": "__bfloat16__ceil_with_denorms",
"version": "v0.33.0",
"runtime": {
"driver_version": "0.27.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.27.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}