Skip to main content
intel
GitHub 제작자 프로필

intel

11개 GitHub 저장소에서 수집된 102개 skills를 저장소 단위로 보여줍니다.

수집된 skills
102
저장소
11
업데이트
2026년 9월 10일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

#01
skills
skills 34개 · 2026년 9월 3일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터네트워크·컴퓨터 시스템 관리자데이터 과학자프로젝트 관리 전문가
직업 카테고리 5개 · 97% 분류됨
33%비중
#02
torch-xpu-ops
skills 29개 · 2026년 9월 10일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터네트워크·컴퓨터 시스템 관리자기타 컴퓨터 관련 직업
직업 카테고리 4개 · 93% 분류됨
28%비중
#03
gpu-ai-skills
skills 21개 · 2026년 8월 27일
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자소프트웨어 품질 보증 분석가·테스터데이터 과학자프로젝트 관리 전문가
직업 카테고리 5개 · 100% 분류됨
21%비중
#04
auto-round
skills 7개 · 2026년 9월 2일
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 2개 · 100% 분류됨
6.9%비중
#05
confidential-computing-zoo
skills 3개 · 2026년 2월 11일
소프트웨어 개발자
직업 카테고리 1개 · 100% 분류됨
2.9%비중
#06
intel-performance-skills
skills 3개 · 2026년 6월 5일
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자
직업 카테고리 2개 · 100% 분류됨
2.9%비중
#07
PerfSpect
skills 1개 · 2026년 4월 10일
소프트웨어 품질 보증 분석가·테스터
직업 카테고리 1개 · 100% 분류됨
1%비중
#08
systemc-compiler
skills 1개 · 2026년 5월 15일
소프트웨어 개발자
직업 카테고리 1개 · 100% 분류됨
1%비중
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

cuda-to-xpu-migration
소프트웨어 개발자

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…

2026년 9월 3일
dpnp-interop
데이터 과학자

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…

2026년 9월 3일
dpnp-io
데이터 과학자

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…

2026년 9월 3일
dpnp-linalg-fft
데이터 과학자

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,…

2026년 9월 3일
dpnp-memory
데이터 과학자

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…

2026년 9월 3일
dpnp-migration
소프트웨어 개발자

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…

2026년 9월 3일
dpnp-quickstart
소프트웨어 개발자

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,…

2026년 9월 3일
dpnp-random
소프트웨어 개발자

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…

2026년 9월 3일
수집된 skill 34개 중 8개를 표시합니다.
issue-handler
미분류

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` →…

2026년 9월 10일
xpu-alignment
소프트웨어 개발자

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…

2026년 9월 8일
issue-triage
미분류

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.

2026년 9월 8일
fix-implement
소프트웨어 개발자

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…

2026년 8월 28일
fix-verify
소프트웨어 품질 보증 분석가·테스터

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…

2026년 8월 28일
xpu-nightly-ci-fix
소프트웨어 품질 보증 분석가·테스터

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…

2026년 8월 28일
xpu-ops-pr-creation
소프트웨어 개발자

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.

2026년 8월 28일
fix-root-cause
소프트웨어 품질 보증 분석가·테스터

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.

2026년 8월 28일
수집된 skill 29개 중 8개를 표시합니다.
model-config-recommend
데이터 과학자

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…

2026년 8월 27일
torch-xpu-run
데이터 과학자

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 ->…

2026년 8월 27일
vllm-xpu-bench
소프트웨어 개발자

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…

2026년 8월 27일
vllm-xpu-profile
소프트웨어 품질 보증 분석가·테스터

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…

2026년 8월 27일
vllm-xpu-run
소프트웨어 개발자

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…

2026년 8월 27일
xpu-container-run
네트워크·컴퓨터 시스템 관리자

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…

2026년 8월 27일
xpu-deploy-plan
프로젝트 관리 전문가

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…

2026년 8월 27일
xpu-profile-unitrace
소프트웨어 품질 보증 분석가·테스터

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…

2026년 8월 27일
수집된 skill 21개 중 8개를 표시합니다.
review-pr
소프트웨어 품질 보증 분석가·테스터

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…

2026년 9월 2일
adapt-new-llm
소프트웨어 개발자

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…

2026년 8월 5일
adapt-new-diffusion-model
소프트웨어 개발자

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…

2026년 6월 17일
add-vlm-model
소프트웨어 개발자

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…

2026년 6월 17일
add-inference-backend
소프트웨어 개발자

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…

2026년 5월 11일
add-export-format
소프트웨어 개발자

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…

2026년 4월 17일
add-quantization-datatype
소프트웨어 개발자

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.

2026년 4월 17일
저장소 11개 중 11개 표시
모든 저장소를 표시했습니다