Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

mlx-vulkan

mlx-vulkan 收录了来自 goniz 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
12
Stars
38
更新
2026-07-16
Forks
4
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

mlx-benchmark
软件开发工程师

Run and compare MLX Vulkan inference benchmarks. Use when asked to benchmark this repository, measure a change, run bf16 or 8-bit MLX performance tests, or compare current results with the README baseline.

2026-07-16
mlx-vulkan-review-fix
软件开发工程师

Review the MLX Vulkan backend for one major async-pipeline or inference-performance issue, obtain user approval, implement the scoped fix, then run full MLX validation, benchmarks, and model generation reporting. Use when the user wants an end-to-end Vulkan improvement workflow with an explicit review-before-fix approval boundary.

2026-07-13
mlx-commit
软件开发工程师

Commit changes solely within the MLX submodule in this Vulkan repository. Use when asked to inspect, stage, and commit work in `mlx/` without modifying or committing the `mlx-vulkan` parent repository.

2026-07-12
mlx-create-pr
软件开发工程师

Commit MLX submodule changes, run required Vulkan benchmarks, push a branch, and open a PR against `goniz/mlx`. Use when asked to create a pull request for MLX Vulkan work, especially when an issue number must be closed and bf16 plus 8-bit benchmark results are required.

2026-07-12
mlx-fix-test-cpp
软件开发工程师

Build MLX, reproduce one failing C++ test, and implement the smallest Vulkan-only fix. Use when asked to repair a C++ test failure in this repository while preserving test code and avoiding unrelated fixes.

2026-07-12
mlx-fix-test-py
软件开发工程师

Build MLX, reproduce one failing Python test, and implement the smallest Vulkan-only fix. Use when asked to repair a Python test failure in this repository while preserving test code and avoiding unrelated fixes.

2026-07-12
mlx-issue
软件开发工程师

Investigate and address a `goniz/mlx-vulkan` GitHub issue in the MLX submodule. Use when given an issue number and asked to read the issue, plan the work, reproduce a reported bug, implement the scoped fix, and work from an MLX feature branch based on `goniz/mlx:feat/vulkan`.

2026-07-12
mlx-pipeline-review
软件开发工程师

Review MLX Vulkan backend code for inference-performance hazards and async GPU pipeline violations. Use when asked to inspect a Vulkan file, function, class, symbol, diff, or code area for host synchronization, GPU readback, CPU fallback, avoidable copies or materialization, layout slow paths, redundant allocations, command-buffer breaks, or dispatch fragmentation. Report findings only; do not modify code unless explicitly asked in a separate request.

2026-07-12
mlx-pr-comments
软件开发工程师

Fetch and address unresolved pull-request review comments for the MLX submodule. Use when asked to review outstanding feedback with `./dev.sh pr-comments --submodule mlx`, fix actionable Vulkan comments, or reply with an evidence-based explanation for comments that need no code change.

2026-07-12
mlx-review-pipeline
软件开发工程师

Review MLX Vulkan backend code for inference-performance hazards and async GPU pipeline violations. Use when asked to inspect a Vulkan file, function, class, symbol, diff, or code area for host synchronization, GPU readback, CPU fallback, avoidable copies or materialization, layout slow paths, redundant allocations, command-buffer breaks, or dispatch fragmentation. Report findings only; do not modify code unless explicitly asked in a separate request.

2026-07-12
mlx-review
软件开发工程师

Review changes in the MLX submodule for concrete bugs, behavioral regressions, structural mismatches, and obvious performance problems. Use when asked to review uncommitted `mlx/` changes, a supplied diff, commit, file, or change set and provide actionable evidence-based feedback without modifying code.

2026-07-12
tracy
数据科学家

Set up and use Tracy profiler for MLX Vulkan backend profiling

2026-03-31