/versions/

Action abee2f4790c5fc59dd84511c1f422fc8f6ab96d0728e03b6381f4a4e1b6bba6e

Summary

state: not queued

kind: driver_dslx_fn_to_ir

subject: xls/dslx/stdlib/float32.x::has_negative_exponent

crate:v0.10.0dso:v0.11.0driver:crate:v0.10.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
dslx_subtree_action_id3327607f2843d684fac9db50acb33493456d319a1547b295fc1cbbdf89bbe15adonedownload_and_extract_xlsynth_release_stdlib_tarballdownload-stdlib v0.11.0dslx_file_subtree payload

Provenance

created_utc: 2026-02-19T22:07:57.426965574+00:00

output artifact: ir_package_file relpath=payload/package.ir

output path: bvc-artifacts/artifacts/ab/ee/abee2f4790c5fc59dd84511c1f422fc8f6ab96d0728e03b6381f4a4e1b6bba6e/payload/package.ir

Dependencies
Action IDArtifact TypeRelpathPath
3327607f2843d684fac9db50acb33493456d319a1547b295fc1cbbdf89bbe15adslx_file_subtreepayloadbvc-artifacts/artifacts/33/27/3327607f2843d684fac9db50acb33493456d319a1547b295fc1cbbdf89bbe15a/payload
Suggested Next Actions
Action IDStateKindSubjectReason
48fad7f6a80db96b24897ada051c928cc0190024002d0caf30c5fed462c10882donedriver_ir_to_optir=abee2f4790c5 top=__float32__has_negative_exponentOptimize generated IR package with DriverIrToOpt
Output Files
PathBytesSHA256
package.ir17941f5afa78bd9e543772b58bdaf157c51fc6b6940c8bff24d2dbc9acdd8b26f5f9
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-abee2f4790c5fc59-1374217-3435 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/33/27/3327607f2843d684fac9db50acb33493456d319a1547b295fc1cbbdf89bbe15a/payload:/inputs/subtree:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/abee2f4790c5fc59dd84511c1f422fc8f6ab96d0728e03b6381f4a4e1b6bba6e-1374217-1771538875404796190/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e DSLX_FILE=xls/dslx/stdlib/float32.x -e DSLX_FN_NAME=has_negative_exponent -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.11.0 xlsynth-bvc-driver:0.10.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.10.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.10.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.10.0",
    "release_platform": "ubuntu2004"
  },
  "dslx_file": "xls/dslx/stdlib/float32.x",
  "dslx_fn_name": "has_negative_exponent",
  "dso_version_label": "dso:v0.11.0",
  "ir_top": "__float32__has_negative_exponent",
  "xlsynth_version": "v0.11.0"
}

Action JSON

{
  "action": "driver_dslx_fn_to_ir",
  "dslx_subtree_action_id": "3327607f2843d684fac9db50acb33493456d319a1547b295fc1cbbdf89bbe15a",
  "dslx_file": "xls/dslx/stdlib/float32.x",
  "dslx_fn_name": "has_negative_exponent",
  "version": "v0.11.0",
  "runtime": {
    "driver_version": "0.10.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.10.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}