/versions/

Action a0e0cc83646bad952f8702f136368ba6b49bc2ecc1ccbf2923913aa25262ad51

Summary

state: not queued

kind: driver_dslx_fn_to_ir

subject: xls/dslx/stdlib/hfloat16.x::unflatten

crate:v0.11.0dso:v0.12.0driver:crate:v0.11.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
dslx_subtree_action_id3794a903300395a5661fefa3bcb5635d57c0de6d44bd7b0bbcc8db7a429f5754donedownload_and_extract_xlsynth_release_stdlib_tarballdownload-stdlib v0.12.0dslx_file_subtree payload

Provenance

created_utc: 2026-02-20T02:14:36.888317150+00:00

output artifact: ir_package_file relpath=payload/package.ir

output path: bvc-artifacts/artifacts/a0/e0/a0e0cc83646bad952f8702f136368ba6b49bc2ecc1ccbf2923913aa25262ad51/payload/package.ir

Dependencies
Action IDArtifact TypeRelpathPath
3794a903300395a5661fefa3bcb5635d57c0de6d44bd7b0bbcc8db7a429f5754dslx_file_subtreepayloadbvc-artifacts/artifacts/37/94/3794a903300395a5661fefa3bcb5635d57c0de6d44bd7b0bbcc8db7a429f5754/payload
Suggested Next Actions
Action IDStateKindSubjectReason
80484a1d776e756526db8f235a2e7146da175e7ce18b7b759a175e308884e7c5donedriver_ir_to_optir=a0e0cc83646b top=__hfloat16__unflattenOptimize generated IR package with DriverIrToOpt
Output Files
PathBytesSHA256
package.ir13050607170e1a91d24e82a5dcc10b3f96c95ac5fa1c7c28e1e789809bf2cec5de70
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-a0e0cc83646bad95-3016926-6806 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/37/94/3794a903300395a5661fefa3bcb5635d57c0de6d44bd7b0bbcc8db7a429f5754/payload:/inputs/subtree:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/a0e0cc83646bad952f8702f136368ba6b49bc2ecc1ccbf2923913aa25262ad51-3016926-1771553668348273725/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e DSLX_FILE=xls/dslx/stdlib/hfloat16.x -e DSLX_FN_NAME=unflatten -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.12.0 xlsynth-bvc-driver:0.11.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.11.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.11.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.11.0",
    "release_platform": "ubuntu2004"
  },
  "dslx_file": "xls/dslx/stdlib/hfloat16.x",
  "dslx_fn_name": "unflatten",
  "dso_version_label": "dso:v0.12.0",
  "ir_top": "__hfloat16__unflatten",
  "xlsynth_version": "v0.12.0"
}

Action JSON

{
  "action": "driver_dslx_fn_to_ir",
  "dslx_subtree_action_id": "3794a903300395a5661fefa3bcb5635d57c0de6d44bd7b0bbcc8db7a429f5754",
  "dslx_file": "xls/dslx/stdlib/hfloat16.x",
  "dslx_fn_name": "unflatten",
  "version": "v0.12.0",
  "runtime": {
    "driver_version": "0.11.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.11.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}