Action 9afd2b0829e3e0040aea4478c301283c5b6dafbb085c0dd02e6e92bca33df882
Summary
crate:v0.27.0dso:v0.33.0driver:crate:v0.27.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 757fd482e638bd71ee9a38232f672143a043bb99fcca32e2df3e3ab650e7c1c7 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::is_nan | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
757fd482e638bd71ee9a38232f672143a043bb99fcca32e2df3e3ab650e7c1c7 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/75/7f/757fd482e638bd71ee9a38232f672143a043bb99fcca32e2df3e3ab650e7c1c7/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
0f5be41a6080a2d89f90773e4b3253c49f7c629140ace662bdeed7cac55a1e7c | done | driver_ir_equiv | lhs=757fd482e638 rhs=9afd2b0829e3 top=__bfloat16__is_nan | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
fa2a3bd4195bb57f047a2d4198a2665db74b4c39127e5333b4ab092562303e80 | done | driver_ir_to_delay_info | ir=9afd2b0829e3 top=__bfloat16__is_nan model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
3ee3f4e6a28d91b83f8a8b4f937bdd16d13e1e0cc254fe64a93cc3d0b43557b5 | done | driver_ir_to_g8r_aig | ir=9afd2b0829e3 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
9a362e8906a9c14a547541ae715cfb870fe28b98a5e0034182559c92ce1f7c2e | done | driver_ir_to_g8r_aig | ir=9afd2b0829e3 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
c2fbf6e52155a2f0599f0e8805c33916ea64feecc7c222a2c8f9ae820256c7e6 | done | ir_fn_to_combinational_verilog | ir=9afd2b0829e3 top=__bfloat16__is_nan system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 818 | a9198c05bbf3b53e038da665a6be9c3fa69aa28ea605514a99937a6a8aa9e9c0 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-9afd2b0829e3e004-560100-782 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/75/7f/757fd482e638bd71ee9a38232f672143a043bb99fcca32e2df3e3ab650e7c1c7/payload/package.ir:/inputs/input.ir:ro -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/.staging/9afd2b0829e3e0040aea4478c301283c5b6dafbb085c0dd02e6e92bca33df882-560100-1771530655505211519/payload:/outputs -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__is_nan -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.33.0 xlsynth-bvc-driver:0.27.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.27.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.27.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.27.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.33.0",
"input_ir_fn_structural_hash_error": "docker run failed with exit code Some(2)\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_nan",
"xlsynth_version": "v0.33.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "757fd482e638bd71ee9a38232f672143a043bb99fcca32e2df3e3ab650e7c1c7",
"top_fn_name": "__bfloat16__is_nan",
"version": "v0.33.0",
"runtime": {
"driver_version": "0.27.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.27.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}