workloads/pto_kernels is the LinxISA PTO tile-kernel workspace for kernel sources, tooling, and host-side validation flows.
- Repository:
https://github.com/LinxISA/PTO-Kernel - Merge-back target branch:
main
- PTO kernel sources (
kernels/) - Public PTO headers (
include/) - Kernel/tooling/test scaffolding (
tools/,tests/,docs/)
Run from /Users/zhoubot/linx-isa/workloads/pto_kernels.
cmake -S . -B build
cmake --build build -j"$(sysctl -n hw.ncpu 2>/dev/null || nproc)"
ctest --test-dir build --output-on-failure
cmake -S . -B build-linx -DPTO_ENABLE_LINX_CROSS=ON
cmake --build build-linx --target pto_linx_contracts- Submodule pinned by the superproject for PTO kernel bring-up
- Consumed by Linx tile flow contracts and integration tests
- Tooling and artifacts integrated with LinxISA AVS/runtime workflows
/Users/zhoubot/linx-isa/docs/project/navigation.md/Users/zhoubot/linx-isa/docs/bringup//Users/zhoubot/linx-isa/workloads/pto_kernels/docs/- Pages dashboard:
https://linxisa.github.io/pto-kernel/(published fromdocs/)
done: split kernel sources by operation family underkernels/attention,kernels/matmul,kernels/normalization,kernels/elementwise,kernels/layout,kernels/indexing,kernels/routing,kernels/decode, andkernels/memorydone: replaced flat-path discovery withkernels/catalog.txtfor CMake, benchmark manifest tooling, parity tooling, asm tooling, and QEMU suite wiringdone: added shared runtime and environment setup headers ininclude/common/runtime/kernel_env.hpp,include/common/runtime/kernel_shapes.hpp, andinclude/common/runtime/kernel_tiling.hppdone: moved representative benchmarked tiled kernels onto parameterized shape and tiling policy instead of per-file hardcoded tile constantsdone: kept full-profile shapes large by default and preserved reduced smoke shapes for QEMUdone: revalidated host tests, Linx asm contracts, and host-vs-QEMU parity after the refactorin_progress: migrate the remaining non-benchmarked kernels to the shared shape and tiling headers so every kernel family uses the same configuration surface
- site source:
docs/index.html,docs/assets/site.css,docs/assets/site.js - generated data:
docs/data/status.json - refresh command:
python3 tools/build_status_site.py