/versions/

Action daecf71f9f8c9283c39ab118365f579439b0a04edec3c1f58905604d8b3b8722

Summary

state: not queued

kind: driver_dslx_fn_to_ir

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

crate:v0.12.0dso:v0.13.0driver:crate:v0.12.0

Upstream Dependencies

RoleAction IDStateKindSubjectOutput
dslx_subtree_action_id114ca130db3338d3500caaed09ad5bbc01e3af56d50bea4b7eecb24dc77e604bdonedownload_and_extract_xlsynth_release_stdlib_tarballdownload-stdlib v0.13.0dslx_file_subtree payload

Provenance

created_utc: 2026-02-20T02:27:36.879627138+00:00

output artifact: ir_package_file relpath=payload/package.ir

output path: bvc-artifacts/artifacts/da/ec/daecf71f9f8c9283c39ab118365f579439b0a04edec3c1f58905604d8b3b8722/payload/package.ir

Dependencies
Action IDArtifact TypeRelpathPath
114ca130db3338d3500caaed09ad5bbc01e3af56d50bea4b7eecb24dc77e604bdslx_file_subtreepayloadbvc-artifacts/artifacts/11/4c/114ca130db3338d3500caaed09ad5bbc01e3af56d50bea4b7eecb24dc77e604b/payload
Suggested Next Actions
Action IDStateKindSubjectReason
361b9fb0e3b14e7a0123ba394e805d6a8f7c0938c0711d928b12d5fab9f55336donedriver_ir_to_optir=daecf71f9f8c top=__hfloat16__eq_2Optimize generated IR package with DriverIrToOpt
Output Files
PathBytesSHA256
package.ir3733ad62a99491ddebd6ebb47f02eed269122582ce0f2a96b7af6ccc4f805d95c7cf
Executed Commands
#ExitCommand
10
docker run --name xlsynth-bvc-run-daecf71f9f8c9283-3016926-9459 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/11/4c/114ca130db3338d3500caaed09ad5bbc01e3af56d50bea4b7eecb24dc77e604b/payload:/inputs/subtree:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/daecf71f9f8c9283c39ab118365f579439b0a04edec3c1f58905604d8b3b8722-3016926-1771554447637363051/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=eq_2 -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.13.0 xlsynth-bvc-driver:0.12.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.12.0",
  "driver_runtime": {
    "docker_image": "xlsynth-bvc-driver:0.12.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile",
    "driver_version": "0.12.0",
    "release_platform": "ubuntu2004"
  },
  "dslx_file": "xls/dslx/stdlib/hfloat16.x",
  "dslx_fn_name": "eq_2",
  "dso_version_label": "dso:v0.13.0",
  "ir_top": "__hfloat16__eq_2",
  "xlsynth_version": "v0.13.0"
}

Action JSON

{
  "action": "driver_dslx_fn_to_ir",
  "dslx_subtree_action_id": "114ca130db3338d3500caaed09ad5bbc01e3af56d50bea4b7eecb24dc77e604b",
  "dslx_file": "xls/dslx/stdlib/hfloat16.x",
  "dslx_fn_name": "eq_2",
  "version": "v0.13.0",
  "runtime": {
    "driver_version": "0.12.0",
    "release_platform": "ubuntu2004",
    "docker_image": "xlsynth-bvc-driver:0.12.0",
    "dockerfile": "docker/xlsynth-driver.Dockerfile"
  }
}