Research & Development · AI / HPC Datacenter
PacketFive is an Irish R&D start-up developing novel open-source technologies that shape the future of AI and high-performance computing infrastructure — from academic training programmes to full-stack datacenter simulation.
static int vswitch_route_frame(struct port *ingress, struct frame *f) { switch (frame_classify(f)) { case FRAME_INFINIBAND: return ib_forward(ingress, f); case FRAME_ROCEV2: return roce_forward(ingress, f); case FRAME_ETHERNET: return l2_forward(ingress, f); } return -EINVAL; } /* HiCAIN Virtual Datacenter — 100% software-emulated */ /* RoCEv2 + InfiniBand + L2 multiplexed on one fabric */
To invent the technologies that will shape the next generation of AI and HPC datacenters — and to make them openly available to researchers, educators and operators worldwide.
Education that builds the future workforce, and tooling that lets that workforce experiment without a million-dollar lab.
High-performance Computing, AI and Networking
HiCAIN is our open-source training programme covering the full AI/HPC software stack — CUDA, ROCm, OFED, OpenMPI, RDMA, RoCE and InfiniBand. Delivered via the HiCAIN Academy learning platform, it equips engineers, students and practitioners with the deep skills modern AI clusters demand.
Software-emulated AI/HPC datacenter
VDC is a 100% software-emulated AI/HPC datacenter — virtual GPUs, virtual NVLink-equivalent fabric, virtual RoCE/InfiniBand TOR switches and PCIe-attached virtual NICs — all running unmodified Linux software. A complete multi-node GPU cluster on a laptop, for learning, research and infrastructure experimentation.
Engineering rooted in academic rigour. We publish, prototype, and build on proven science.
Core tooling, training material and reference implementations are open-source under permissive licences.
Headquartered in Sandyford, Dublin — Irish-registered company, engaged globally with the AI/HPC community.
Talk to us about HiCAIN training, the VDC simulation stack, or joint research engagements.
Get in Touch View on GitHub ↗