Skip to main content
intel
Perfil de criador do GitHub

intel

Visão por repositório de 102 skills coletadas em 11 repositórios do GitHub.

skills coletadas
102
repositórios
11
atualizado
10 de set. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
skills
34 skills · 3 de set. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computadorCientistas de dadosEspecialistas em gestão de projetos
5 categorias ocupacionais · 97% classificado
33%participação
#02
torch-xpu-ops
29 skills · 10 de set. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computadorOutras ocupações de informática
4 categorias ocupacionais · 93% classificado
28%participação
#03
gpu-ai-skills
21 skills · 27 de ago. de 2026
Desenvolvedores de softwareAdministradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadoresCientistas de dadosEspecialistas em gestão de projetos
5 categorias ocupacionais · 100% classificado
21%participação
#04
auto-round
7 skills · 2 de set. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadores
2 categorias ocupacionais · 100% classificado
6,9%participação
#05
confidential-computing-zoo
3 skills · 11 de fev. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
2,9%participação
#06
intel-performance-skills
3 skills · 5 de jun. de 2026
Desenvolvedores de softwareAdministradores de redes e sistemas de computador
2 categorias ocupacionais · 100% classificado
2,9%participação
#07
PerfSpect
1 skills · 10 de abr. de 2026
Analistas de garantia de qualidade de software e testadores
1 categorias ocupacionais · 100% classificado
1%participação
#08
systemc-compiler
1 skills · 15 de mai. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
1%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

cuda-to-xpu-migration
Desenvolvedores de software

Create a CUDA-to-XPU migration assessment for an existing AI repo. Identify CUDA-specific assumptions, route to the right XPU skills, produce a migration report. Use when the user has a CUDA repo, notebook, Dockerfile, launch script, HF / vLLM / SGLang…

3 de set. de 2026
dpnp-interop
Cientistas de dados

Passing dpnp arrays to and from other Python libraries on Intel CPUs and GPUs. Use when dpnp numeric work has to feed pandas, scikit-learn, PyTorch, or TensorFlow, when one of those libraries raises a type error on a dpnp array, when a pipeline mixes device…

3 de set. de 2026
dpnp-io
Cientistas de dados

Reading and writing files from dpnp code on Intel CPUs and GPUs. Use when the user needs to load an array into dpnp or save a dpnp result — .npy, .npz, HDF5 via h5py, Zarr, CSV or plain text — when a file is larger than device memory and has to be read in…

3 de set. de 2026
dpnp-linalg-fft
Cientistas de dados

Linear algebra and FFT with dpnp on Intel CPUs and GPUs, backed by oneMKL. Use when a matrix multiply, solve, decomposition, eigenvalue problem, or Fourier transform is the hot part of NumPy code, when the user asks whether dpnp covers a linalg or FFT call,…

3 de set. de 2026
dpnp-memory
Cientistas de dados

Device memory management for dpnp arrays on Intel CPUs and GPUs. Use when a dpnp script grows in memory until it fails, when a dataset does not fit in device memory, when an array turns out to be on a different device than expected, or when a loop allocates a…

3 de set. de 2026
dpnp-migration
Desenvolvedores de software

Porting an existing NumPy or CuPy program to dpnp on Intel CPUs and GPUs. Use when deciding whether a codebase can run on dpnp at all, when a call raises NotImplementedError or AttributeError after the import was swapped, when the user asks whether dpnp…

3 de set. de 2026
dpnp-quickstart
Desenvolvedores de software

NumPy-compatible array operations optimized for Intel hardware. Use when the user wants to migrate or port NumPy code to dpnp, asks whether a NumPy hot path can run on an Intel CPU or GPU, needs to check dpnp installation or SYCL device selection with dpctl,…

3 de set. de 2026
dpnp-random
Desenvolvedores de software

Random number generation with dpnp on Intel CPUs and GPUs, backed by oneMKL. Use when NumPy random calls move to dpnp, when a seeded dpnp run does not reproduce a NumPy sequence, when a distribution turns out not to be implemented, when results have to be…

3 de set. de 2026
Mostrando 8 de 34 skills coletadas.
issue-handler
sem classificação

Use when asked to fix a GitHub issue end-to-end, run the agent pipeline on an issue, or process an `agent:active` / batch tracking issue. Orchestrates the full pipeline: `issue-triage` → `fix-reproduce` → `fix-root-cause` → `fix-implement` → `fix-verify` →…

10 de set. de 2026
xpu-alignment
Desenvolvedores de software

Find upstream PyTorch behavior or fixes that may require XPU parity work, validate them on XPU, and produce independently reviewed evidence. Use for time-window alignment scans or targeted upstream-to-XPU investigations; not for implementing the resulting…

8 de set. de 2026
issue-triage
sem classificação

Shallow, text-only triage of a GitHub issue on pytorch or torch-xpu-ops. Classifies the issue and returns a report (markdown table + JSON) for the caller to act on. Read-only; the skill itself does not comment on or label the issue.

8 de set. de 2026
fix-implement
Desenvolvedores de software

Use when asked to implement a fix for a root-caused failure, apply a proposed patch, or produce a staged code change from triage output. Takes fix-root-cause's output and edits code; leaves the change staged (uncommitted) for fix-verify to check. Does NOT run…

28 de ago. de 2026
fix-verify
Analistas de garantia de qualidade de software e testadores

Use when asked to verify a fix works, confirm a staged patch resolves a failure, or produce a before/after summary of a fix. Runs the test command against a source build with the fix applied and reports PASSED / FAILED / CANNOT_VERIFY. Called by both…

28 de ago. de 2026
xpu-nightly-ci-fix
Analistas de garantia de qualidade de software e testadores

Use when asked to fix nightly CI failures, analyze a nightly failure report, debug XPU tests from a CI run, or process a batch of failing tests emailed from the nightly job. Runs the same leaf pipeline as `issue-handler` but batches multiple failures using a…

28 de ago. de 2026
xpu-ops-pr-creation
Desenvolvedores de software

How to create a pull request for the intel/torch-xpu-ops repository. Use when an agent has finished implementing a fix or feature and needs to prepare a branch and PR description that satisfies CI and review requirements.

28 de ago. de 2026
fix-root-cause
Analistas de garantia de qualidade de software e testadores

Analyze a failure and determine root cause, fix strategy, target repo, domain, and verdict (IMPLEMENTING or NEEDS_HUMAN). Analysis-only — no code changes. Used by both issue-handler and xpu-nightly-ci-fix orchestrators.

28 de ago. de 2026
Mostrando 8 de 29 skills coletadas.
model-config-recommend
Cientistas de dados

Recommend how to configure vLLM-XPU for a Hugging Face decoder-only LLM on Intel Arc B-series GPUs: choose quantization, KV dtype, DP/TP layout, max concurrency, and max context using roofline math against published hardware specs. Use when the user asks "How…

27 de ago. de 2026
torch-xpu-run
Cientistas de dados

Run an arbitrary Hugging Face safetensors model on an Intel GPU using **upstream PyTorch** (>= 2.8) with the built-in `torch.xpu` device. Covers loading from the Hub, picking the right dtype, autocast, multi-GPU with accelerate's `device_map`, and the CUDA ->…

27 de ago. de 2026
vllm-xpu-bench
Desenvolvedores de software

Benchmark a **running vLLM-XPU OpenAI-compatible server** on an Intel GPU using `vllm bench`. Measures TTFT (time-to-first-token), TPOT (time-per-output-token), ITL (inter-token latency), end-to-end latency, and throughput under concurrency. Covers online…

27 de ago. de 2026
vllm-xpu-profile
Analistas de garantia de qualidade de software e testadores

Profile a running vLLM-XPU server with torch.profiler around a window of real requests, either via /start_profile and /stop_profile HTTP endpoints or via vllm bench --profile for offline runs. Use to find the dominant op under real concurrent traffic. Not for…

27 de ago. de 2026
vllm-xpu-run
Desenvolvedores de software

Serve a Hugging Face safetensors model on an Intel GPU with upstream vLLM-XPU's OpenAI-compatible API, or check whether a model or architecture is currently documented on XPU. Covers live support lookup, image choice, container launch, known serve-flag…

27 de ago. de 2026
xpu-container-run
Administradores de redes e sistemas de computador

Launch a Docker container with Intel GPU access on Linux. Encodes the correct combination of `--device /dev/dri`, render-group access, `--ipc=host`, `ZE_AFFINITY_MASK` pinning, Hugging Face cache mount, and `--entrypoint /bin/bash` for interactive use. Use…

27 de ago. de 2026
xpu-deploy-plan
Especialistas em gestão de projetos

Plan an end-to-end Intel XPU model deployment by chaining existing skills. Calls xpu-runtime-preflight (readiness), model-can-it-fit (sizing), model-config-recommend (flags), and the selected runtime skill (vllm-xpu-run / sglang-xpu-run / torch-xpu-run), then…

27 de ago. de 2026
xpu-profile-unitrace
Analistas de garantia de qualidade de software e testadores

Profile Intel-XPU workloads at the SYCL / Level Zero kernel level via Intel pti-gpu's unitrace. Captures per-API-call and per-kernel timing, memory transfers, oneCCL / MPI events, and hardware counters PyTorch-level profilers cannot see. Use when a hot op is…

27 de ago. de 2026
Mostrando 8 de 21 skills coletadas.
review-pr
Analistas de garantia de qualidade de software e testadores

Review or prepare a pull request for the AutoRound repository — checks registration points for new data types/backends/VLMs, validates Chinese translation parity for modified markdown files, verifies quantization numerical stability (scale overflow, STE…

2 de set. de 2026
adapt-new-llm
Desenvolvedores de software

Adapt AutoRound to support a new LLM architecture that doesn't work out-of-the-box. Use when quantization fails for a new model type, block detection doesn't find layers, MoE models need unfusing, custom forward passes are needed, or non-standard linear layer…

5 de ago. de 2026
adapt-new-diffusion-model
Desenvolvedores de software

Adapt AutoRound to support a new diffusion model architecture (DiT, UNet, hybrid AR+DiT). Use when a new diffusion model fails quantization, needs custom output configs, requires a custom pipeline function, or is a hybrid architecture with both autoregressive…

17 de jun. de 2026
add-vlm-model
Desenvolvedores de software

Add support for a new Vision-Language Model (VLM) to AutoRound, including multimodal block handler, calibration dataset template, and special model handling. Use when integrating a new VLM like LLaVA, Qwen2-VL, GLM-Image, Phi-Vision, or similar multi-modal…

17 de jun. de 2026
add-inference-backend
Desenvolvedores de software

Add a new hardware inference backend to AutoRound for deploying quantized models (e.g., CUDA/Marlin, Triton, CPU, HPU, ARK). Use when implementing QuantLinear kernels, registering backend capabilities, or enabling quantized model inference on a new hardware…

11 de mai. de 2026
add-export-format
Desenvolvedores de software

Add a new model export format to AutoRound (e.g., auto_round, auto_gptq, auto_awq, gguf, llm_compressor). Use when implementing a new quantized model serialization format, adding a new packing method, or extending export compatibility for deployment…

17 de abr. de 2026
add-quantization-datatype
Desenvolvedores de software

Add a new quantization data type to AutoRound (e.g., INT, FP8, MXFP, NVFP, GGUF variants). Use when implementing a new weight/activation quantization scheme, registering a new quant function, or extending the data_type registry.

17 de abr. de 2026
Mostrando 11 de 11 repositórios
Todos os repositórios foram exibidos