PacketFive is an independent AI/HPC research and development laboratory 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.
We do not sell products, services or support at this stage. Everything we build is published open source and is free for anyone to use, including commercially.
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; } /* Cnuas Virtual AI HPC Infrastructure, 100% software-emulated */ /* RoCEv2 + InfiniBand + L2 multiplexed on one fabric */
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, an Irish-registered company engaged globally with the AI/HPC community.
Talk to us about HiCAIN training, Cnuas, TORUS, or joint research engagements.
Get in Touch View on GitHub ↗