/versions/

Action 048d10d513e5a50a99eff71ba109b37577169e18fb023d95ae8f0df353183f37

Summary

state: not queued

kind: driver_dslx_fn_to_ir

subject: xls/dslx/stdlib/float64.x::unbiased_exponent

crate:v0.6.0dso:v0.7.0driver:crate:v0.6.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
dslx_subtree_action_id2b9ce9500ae4ec8a7a084906d6553de27749953fac2bbf1fc6f1c63d1d76f978donedownload_and_extract_xlsynth_release_stdlib_tarballdownload-stdlib v0.7.0dslx_file_subtree payload

Provenance

created_utc: 2026-02-19T23:03:44.724498851+00:00

output artifact: ir_package_file relpath=payload/package.ir

output path: bvc-artifacts/artifacts/04/8d/048d10d513e5a50a99eff71ba109b37577169e18fb023d95ae8f0df353183f37/payload/package.ir

Dependencies
Action IDArtifact TypeRelpathPath
2b9ce9500ae4ec8a7a084906d6553de27749953fac2bbf1fc6f1c63d1d76f978dslx_file_subtreepayloadbvc-artifacts/artifacts/2b/9c/2b9ce9500ae4ec8a7a084906d6553de27749953fac2bbf1fc6f1c63d1d76f978/payload
Suggested Next Actions
Action IDStateKindSubjectReason
b40caf4bdd8284a5ccbc1af736d7f193ed14e4a3a6458d77b380f078c1d1a43edonedriver_ir_to_optir=048d10d513e5 top=__float64__unbiased_exponentOptimize generated IR package with DriverIrToOpt
Output Files
PathBytesSHA256
package.ir19679a5eaf79109f7357e115e766848feee0500653fda256ae3aa236c7acbaef77c3
Executed Commands
#ExitCommand
10
docker build --file /home/cdleary/proj/xlsynth-bvc/docker/xlsynth-driver.Dockerfile --tag xlsynth-bvc-driver:0.6.0 --build-arg DRIVER_CRATE_VERSION=0.6.0 .
20
docker run --name xlsynth-bvc-run-048d10d513e5a50a-1374217-7590 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/2b/9c/2b9ce9500ae4ec8a7a084906d6553de27749953fac2bbf1fc6f1c63d1d76f978/payload:/inputs/subtree:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/048d10d513e5a50a99eff71ba109b37577169e18fb023d95ae8f0df353183f37-1374217-1771541861071772575/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e DSLX_FILE=xls/dslx/stdlib/float64.x -e DSLX_FN_NAME=unbiased_exponent -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 dslx2ir \
  --dslx_input_file "/inputs/subtree/${DSLX_FILE}" \
  --dslx_top "${DSLX_FN_NAME}" \
  --dslx_path "/inputs/subtree:/inputs/subtree/xls/dslx/stdlib" \
  --dslx_stdlib_path "/inputs/subtree/xls/dslx/stdlib" \
  > /outputs/package.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"
  },
  "dslx_file": "xls/dslx/stdlib/float64.x",
  "dslx_fn_name": "unbiased_exponent",
  "dso_version_label": "dso:v0.7.0",
  "ir_top": "__float64__unbiased_exponent",
  "xlsynth_version": "v0.7.0"
}

Action JSON

{
  "action": "driver_dslx_fn_to_ir",
  "dslx_subtree_action_id": "2b9ce9500ae4ec8a7a084906d6553de27749953fac2bbf1fc6f1c63d1d76f978",
  "dslx_file": "xls/dslx/stdlib/float64.x",
  "dslx_fn_name": "unbiased_exponent",
  "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"
  }
}