/versions/

Action f5d5ef21a62e6a66c164b0809bdabe67ec099960fe3f1423b7234ea0ebf1c1b7

Summary

state: not queued

kind: driver_ir_to_opt

subject: ir=8ae8b3ca5f9c top=__bfloat16__subnormals_to_zero

crate:v0.15.0dso:v0.15.0driver:crate:v0.15.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
ir_action_id8ae8b3ca5f9c2ec2bbeeb93160fbfb80f9bcae4740ae656aa94d54d4781d43a8donedriver_dslx_fn_to_irxls/dslx/stdlib/bfloat16.x::subnormals_to_zeroir_package_file payload/package.ir

Provenance

created_utc: 2026-02-19T21:06:04.599521336+00:00

output artifact: ir_package_file relpath=payload/package.opt.ir

output path: bvc-artifacts/artifacts/f5/d5/f5d5ef21a62e6a66c164b0809bdabe67ec099960fe3f1423b7234ea0ebf1c1b7/payload/package.opt.ir

Dependencies
Action IDArtifact TypeRelpathPath
8ae8b3ca5f9c2ec2bbeeb93160fbfb80f9bcae4740ae656aa94d54d4781d43a8ir_package_filepayload/package.irbvc-artifacts/artifacts/8a/e8/8ae8b3ca5f9c2ec2bbeeb93160fbfb80f9bcae4740ae656aa94d54d4781d43a8/payload/package.ir
Suggested Next Actions
Action IDStateKindSubjectReason
5c264e90572c2933c8e5e22e57b5b620e82d235472aeb5ebec5dd6ac34f66b7edonedriver_ir_equivlhs=8ae8b3ca5f9c rhs=f5d5ef21a62e top=__bfloat16__subnormals_to_zeroCheck unoptimized vs optimized IR equivalence with DriverIrEquiv
dc03dd538f0e79fbfe1fa45a8daa2a301f79f30603b12c3e7d5e52e019c29475donedriver_ir_to_delay_infoir=f5d5ef21a62e top=__bfloat16__subnormals_to_zero model=asap7Compute optimized IR delay info with DriverIrToDelayInfo
6fa3cc4bae602f381cbc55ac3fdf46ed2c66eb8c70ed3b3544597f1c43f425bcdonedriver_ir_to_g8r_aigir=f5d5ef21a62e top=<auto> fraig=falseConvert optimized IR to AIG with DriverIrToG8rAig (fraig=false)
ba3c982d96bbda7d76c2e41800991218a7197bedca6490d308f821b7880de341donedriver_ir_to_g8r_aigir=f5d5ef21a62e top=<auto> fraig=trueConvert optimized IR to AIG with DriverIrToG8rAig (fraig=true)
857e06648780a80dac7b335b7d925ef1d296accf630986fb071fedf9efdf295bdoneir_fn_to_combinational_verilogir=f5d5ef21a62e top=__bfloat16__subnormals_to_zero system_verilog=falseConvert optimized IR to combinational Verilog with IrFnToCombinationalVerilog
Output Files
PathBytesSHA256
package.opt.ir9732114e2f081778cbde027c8931f9fd2c4f03df612a1e726d4e1480ebb837e411e
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-f5d5ef21a62e6a66-1250608-106 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/8a/e8/8ae8b3ca5f9c2ec2bbeeb93160fbfb80f9bcae4740ae656aa94d54d4781d43a8/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/f5d5ef21a62e6a66c164b0809bdabe67ec099960fe3f1423b7234ea0ebf1c1b7-1250608-1771535160174207659/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__subnormals_to_zero -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__subnormals_to_zero",
  "xlsynth_version": "v0.15.0"
}

Action JSON

{
  "action": "driver_ir_to_opt",
  "ir_action_id": "8ae8b3ca5f9c2ec2bbeeb93160fbfb80f9bcae4740ae656aa94d54d4781d43a8",
  "top_fn_name": "__bfloat16__subnormals_to_zero",
  "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"
  }
}