Action 706915a4a1a35bc9c70a7ff91080a84cd09ebfd0c378c4d30bb7230b4a5140a4
Summary
crate:v0.20.0dso:v0.23.0driver:crate:v0.20.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | a9126143156d03018a580b8408e5b3727575ea47a60f97f2f49ebe25d0d95d92 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::is_zero_or_subnormal | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
a9126143156d03018a580b8408e5b3727575ea47a60f97f2f49ebe25d0d95d92 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/a9/12/a9126143156d03018a580b8408e5b3727575ea47a60f97f2f49ebe25d0d95d92/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
99e9c1c69ec48f9afe159589ab440ef49aa51c700f8e669d74c07eba22213270 | done | driver_ir_equiv | lhs=a9126143156d rhs=706915a4a1a3 top=__bfloat16__is_zero_or_subnormal | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
8fa5a70f05ee345d4ab779020c2bef9c316d0e348779b45db0dd97e116d50272 | done | driver_ir_to_delay_info | ir=706915a4a1a3 top=__bfloat16__is_zero_or_subnormal model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
448ae104a14ce8c17053c501d6ed6da3f07e043ada40720de095dff3179eeea5 | done | driver_ir_to_g8r_aig | ir=706915a4a1a3 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
824431be6f353a65d96318783726d5137a6b97a4b441451db4ec5c1df7115332 | done | driver_ir_to_g8r_aig | ir=706915a4a1a3 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
4af702ee63f523a84330871793765bd315fc51fce47a1a3530161fa516d3130f | done | ir_fn_to_combinational_verilog | ir=706915a4a1a3 top=__bfloat16__is_zero_or_subnormal system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 466 | f89d6b293df5929c62e0eaf219127e31761ab6860d029266a7d61251400106b5 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-706915a4a1a35bc9-1374217-6356 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/a9/12/a9126143156d03018a580b8408e5b3727575ea47a60f97f2f49ebe25d0d95d92/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/706915a4a1a35bc9c70a7ff91080a84cd09ebfd0c378c4d30bb7230b4a5140a4-1374217-1771541255275387459/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__is_zero_or_subnormal -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.23.0 xlsynth-bvc-driver:0.20.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.20.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.20.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.20.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.23.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__is_zero_or_subnormal",
"xlsynth_version": "v0.23.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "a9126143156d03018a580b8408e5b3727575ea47a60f97f2f49ebe25d0d95d92",
"top_fn_name": "__bfloat16__is_zero_or_subnormal",
"version": "v0.23.0",
"runtime": {
"driver_version": "0.20.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.20.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}