Action f1e43eb4e474fa46ca3b215c7763033083a99f605a4d608918f32f0145215054
Summary
crate:v0.15.0dso:v0.15.0driver:crate:v0.15.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 7defb2e4e99de4f59f51df87c0d62b8489a80ed7227fd11f046a0fdb27ce786e | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::from_float32 | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
7defb2e4e99de4f59f51df87c0d62b8489a80ed7227fd11f046a0fdb27ce786e | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/7d/ef/7defb2e4e99de4f59f51df87c0d62b8489a80ed7227fd11f046a0fdb27ce786e/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
e84d703963dbe1f69b4444503d0d7b256f7db94423e22dc2824031987f9ef9d4 | done | driver_ir_equiv | lhs=7defb2e4e99d rhs=f1e43eb4e474 top=__bfloat16__from_float32 | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
29df098b9ddc8342751ee82e6d45cb7cf776dc60e48724fb18a72cd85ecd3fdc | done | driver_ir_to_delay_info | ir=f1e43eb4e474 top=__bfloat16__from_float32 model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
95765790b92f50defb1fc8ec74f707708fccf0ffd7b9fe8121003e163d802843 | done | driver_ir_to_g8r_aig | ir=f1e43eb4e474 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
cdf3da3d356a59c2e2b23f614b60f1bd090dd208b0aee46af9a33f63d03975ba | done | driver_ir_to_g8r_aig | ir=f1e43eb4e474 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
7835f683d9a687b25bd89927ffb4e516c149b00c4c9422162a79215798b8d596 | done | ir_fn_to_combinational_verilog | ir=f1e43eb4e474 top=__bfloat16__from_float32 system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 6240 | 006e81a5e91ae484fd7ac3ec6f62c271dc88b66b4c9b989feffc371f36835263 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-f1e43eb4e474fa46-1250608-8 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/7d/ef/7defb2e4e99de4f59f51df87c0d62b8489a80ed7227fd11f046a0fdb27ce786e/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/f1e43eb4e474fa46ca3b215c7763033083a99f605a4d608918f32f0145215054-1250608-1771535138302720130/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__from_float32 -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.15.0 xlsynth-bvc-driver:0.15.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.15.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.15.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.15.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.15.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__from_float32",
"xlsynth_version": "v0.15.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "7defb2e4e99de4f59f51df87c0d62b8489a80ed7227fd11f046a0fdb27ce786e",
"top_fn_name": "__bfloat16__from_float32",
"version": "v0.15.0",
"runtime": {
"driver_version": "0.15.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.15.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}