Action 3b63f606fd83f881681feb32504d15e05901b77f8cf7a926bc50b71f31b0ebfe
Summary
crate:v0.31.0dso:v0.35.0driver:crate:v0.31.0
Upstream Dependencies
| Role | Action ID | State | Kind | Subject | Output |
|---|---|---|---|---|---|
ir_action_id | 7a7a1e7cd57772734b4481de25a37680e4367e593f597662025d50ab460488b9 | done | driver_dslx_fn_to_ir | xls/dslx/stdlib/bfloat16.x::has_fractional_part | ir_package_file payload/package.ir |
Provenance
Dependencies
| Action ID | Artifact Type | Relpath | Path |
|---|---|---|---|
7a7a1e7cd57772734b4481de25a37680e4367e593f597662025d50ab460488b9 | ir_package_file | payload/package.ir | bvc-artifacts/artifacts/7a/7a/7a7a1e7cd57772734b4481de25a37680e4367e593f597662025d50ab460488b9/payload/package.ir |
Suggested Next Actions
| Action ID | State | Kind | Subject | Reason |
|---|---|---|---|---|
558c3ef6cb3d5db9a2302ce1f7b6230ce2d4731ca9a43ef234b60f67c1e38ba9 | done | driver_ir_equiv | lhs=7a7a1e7cd577 rhs=3b63f606fd83 top=__bfloat16__has_fractional_part | Check unoptimized vs optimized IR equivalence with DriverIrEquiv |
19fbfecc873e020d40190dd5411c8d04cbb857681097e5c1b83e03da132c924e | done | driver_ir_to_delay_info | ir=3b63f606fd83 top=__bfloat16__has_fractional_part model=asap7 | Compute optimized IR delay info with DriverIrToDelayInfo |
035946d52b7a84a23c159b95bef3785a7d40c5b35e3af1d301500500c4b6473b | done | driver_ir_to_g8r_aig | ir=3b63f606fd83 top=<auto> fraig=false | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=false) |
b31ee63a5828314e52408928f3dbf2ec1bd6349085dfafd0d98a8eefef4cd6d1 | done | driver_ir_to_g8r_aig | ir=3b63f606fd83 top=<auto> fraig=true | Convert optimized IR to AIG with DriverIrToG8rAig (fraig=true) |
659326115b28739a7632a747cc0afc30fd36e1e256441656a7431fc6ed37fbd2 | done | ir_fn_to_combinational_verilog | ir=3b63f606fd83 top=__bfloat16__has_fractional_part system_verilog=false | Convert optimized IR to combinational Verilog with IrFnToCombinationalVerilog |
Output Files
| Path | Bytes | SHA256 |
|---|---|---|
package.opt.ir | 536 | 3ee49f856c562ace3b333a51d78999800909dbb6c5747207def60d43fadb3401 |
Executed Commands
| # | Exit | Command |
|---|---|---|
| 1 | 0 | docker run --name xlsynth-bvc-run-irfnstructuralha-298443-52 --rm --pull never --network none -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/artifacts/7a/7a/7a7a1e7cd57772734b4481de25a37680e4367e593f597662025d50ab460488b9/payload/package.ir:/inputs/input.ir:ro -v /tmp/xlsynth-bvc-ir-fn-structural-hash-298443-1771527824539594123-0:/scratch -v /home/cdleary/proj/xlsynth-bvc/bvc-artifacts/driver-release-cache:/cache:ro -e IR_TOP=__bfloat16__has_fractional_part -e XLSYNTH_PLATFORM=ubuntu2004 -e XLSYNTH_VERSION=v0.35.0 xlsynth-bvc-driver:0.31.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 ir-fn-structural-hash /inputs/input.ir --top "${IR_TOP}" --json true > /scratch/structural_hash.json
test -s /scratch/structural_hash.json
|
Details JSON
{
"crate_version_label": "crate:v0.31.0",
"driver_runtime": {
"docker_image": "xlsynth-bvc-driver:0.31.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile",
"driver_version": "0.31.0",
"release_platform": "ubuntu2004"
},
"dso_version_label": "dso:v0.35.0",
"input_ir_fn_structural_hash": "7fe6ccfc1c364a619a06b8b025d7b42d57980f750841bd4aad93cf301636dfd0",
"ir_top": "__bfloat16__has_fractional_part",
"semantic_cache_hit": {
"from_action_id": "4c993429b65e6b24e3070973b1aa8a7ee15f9ba51b8dd4b7b59e92d78d1dfcae",
"key": "ir_fn_structural_hash"
},
"xlsynth_version": "v0.35.0"
}Action JSON
{
"action": "driver_ir_to_opt",
"ir_action_id": "7a7a1e7cd57772734b4481de25a37680e4367e593f597662025d50ab460488b9",
"top_fn_name": "__bfloat16__has_fractional_part",
"version": "v0.35.0",
"runtime": {
"driver_version": "0.31.0",
"release_platform": "ubuntu2004",
"docker_image": "xlsynth-bvc-driver:0.31.0",
"dockerfile": "docker/xlsynth-driver.Dockerfile"
}
}