Action e6a701da3663d9de04ce92137a8e7f34847f7945e8e4af39ea19e668d73629f8
Summary
crate:v0.19.0dso:v0.20.0driver:crate:v0.19.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | cd67296a356df7a67773e672536a34fe3c5b74186568866a12d9f852535629ed | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::is_neg_inf | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
cd67296a356df7a67773e672536a34fe3c5b74186568866a12d9f852535629ed | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/cd/67/cd67296a356df7a67773e672536a34fe3c5b74186568866a12d9f852535629ed/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
b4be9dd83bdf9b98e60bbb91d3e09938ac1945ff6d6959679a6324ce61aba684 | done | driver_ir_equiv | lhs=cd67296a356d rhs=e6a701da3663 top=__bfloat16__is_neg_inf | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
a0f898416139d8d851c2119f85c8a6c3705fd561a6dff1affc26c628ee19804c | done | driver_ir_to_delay_info | ir=e6a701da3663 top=__bfloat16__is_neg_inf model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
9583b7200912efeaa42d62398366a8eb8359c873aa101d2ba58b6b1ccb8c3beb | done | driver_ir_to_g8r_aig | ir=e6a701da3663 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
092712a24bcd0f611a513bb594d0718d7454b1d2a2699ef034f1e8d9d2dfc034 | done | driver_ir_to_g8r_aig | ir=e6a701da3663 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
f91b96762d8605fab4e0db4e5ee1fb09dfa8ddabe9ba7281b7c3a9551ac16a29 | done | ir_fn_to_combinational_verilog | ir=e6a701da3663 top=__bfloat16__is_neg_inf system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 996 | 772cbb91cb406697230a90ff652012f3c189f528fca172fb0f11edf72b9c389b |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-e6a701da3663d9de-3016926-3270 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/cd/67/cd67296a356df7a67773e672536a34fe3c5b74186568866a12d9f852535629ed/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/e6a701da3663d9de04ce92137a8e7f34847f7945e8e4af39ea19e668d73629f8-3016926-1771543994391124036/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__is_neg_inf -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.20.0 xlsynth-bvc-driver:0.19.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.19.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.19.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.19.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.20.0",
"input_ir_fn_structural_hash_error": "docker run failed (exit=Some(2)): error: unrecognized subcommand 'ir-fn-structural-hash'\ncommand:\ndocker run --name xlsynth-bvc-run-irfnstructuralha-3016926-3250 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/cd/67/cd67296a356df7a67773e672536a34fe3c5b74186568866a12d9f852535629ed/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-3016926-1771543994462386322-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__is_neg_inf -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.20.0 xlsynth-bvc-driver:0.19.0 bash -lc set -euo pipefail\n\ncache_dir=\"/cache/${XLSYNTH_VERSION}/${XLSYNTH_PLATFORM}\"\nif [ ! -d \"${cache_dir}\" ]; then\n echo \"missing cached xlsynth release at ${cache_dir}\" >&2\n exit 1\nfi\nrm -rf /tmp/xlsynth-release\nmkdir -p /tmp/xlsynth-release\ncp -a \"${cache_dir}/.\" /tmp/xlsynth-release/\nfor ext in so dylib; do\n if [ -f \"/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}\" ]; then\n ln -sf \"/tmp/xlsynth-release/libxls-${XLSYNTH_PLATFORM}.${ext}\" \"/tmp/xlsynth-release/libxls-${XLSYNTH_VERSION}-${XLSYNTH_PLATFORM}.${ext}\"\n fi\ndone\nexport XLSYNTH_TOOLS=/tmp/xlsynth-release\nexport LD_LIBRARY_PATH=\"/tmp/xlsynth-release:${LD_LIBRARY_PATH:-}\"\n\ncat > /tmp/xlsynth-toolchain.toml <<'TOML'\n[toolchain]\ntool_path = \"/tmp/xlsynth-release\"\nTOML\nxlsynth-driver --toolchain /tmp/xlsynth-toolchain.toml ir-fn-structural-hash /inputs/input.ir --top \"${IR_TOP}\" --json true > /scratch/structural_hash.json\ntest -s /scratch/structural_hash.json\n\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_neg_inf",
"xlsynth_version": "v0.20.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "cd67296a356df7a67773e672536a34fe3c5b74186568866a12d9f852535629ed",
"top_fn_name": "__bfloat16__is_neg_inf",
"version": "v0.20.0",
"runtime": {
"driver_version": "0.19.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.19.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}