Use when offloading packet classification to GPU compute.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add LoopyLuci/Skills --skill gpu-packet-classifier --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gpu Packet Classifier?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loopyluci-gpu-packet-classifier)More formats (shields.io, HTML) on the badges page.
---
name: gpu-packet-classifier
title: GPU Packet Classifier
description: Use when offloading packet classification to GPU compute.
category: networking
tags: [gpu, packet, classify, compute, wgpu, rocm]
---
# GPU Packet Classifier
**Trigger**: Use when implementing GPU-accelerated packet classification.
**Libraries**: `wgpu` (WebGPU), `candle` (ML inference), `wgsl` (shaders)
**Implementation**: wgpu compute shaders for parallel packet header analysis. Vulkan compute on RX 7900 XTX via RADV/AMDVLK. Batch packet processing: upload buffer, dispatch compute, read results. ROCm 6.x for ML model inference. iGPU for lightweight preprocessing (Intel QuickAssist). Fallback to CPU when GPU unavailable. Shader compilation at startup.
**Connected**: `gpu-anomaly-detector`, `gpu-flow-visualizer`, `pattern-matching-engine`, `protocol-identifier`, `packet-processing-pipeline`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!