| name | apple-silicon |
| description | Apple Silicon GPU コンピュート/数値計算リファレンス。MSL の kernel 関数属性・address space・ atomic/SIMD-group 関数、threadgroup sizing・argument buffer・indirect command buffer・ unified memory・GPU counters、MPS/MPSGraph(MPSMatrix, MPSNDArray, MPSNNGraph)、 MLX(mx.array, lazy evaluation, grad/vmap, mx.compile, mlx.nn, mlx.optimizers, distributed)。
|
| user-invocable | false |
apple-silicon
Apple Silicon 上の GPU コンピュートと数値計算スタック。Metal Shading Language (MSL) の言語仕様、
compute dispatch のエンコーディングと unified memory 最適化、MPS/MPSGraph による行列演算・ニューラルネットワーク推論、
Apple 研究チーム発の配列フレームワーク MLX をカバーする。
ディレクトリ構成
skills/apple-silicon/
SKILL.md
references/
metal-compute/
README.md
compute-pass-encoding.md
threadgroup-sizing.md
compute-pipeline-configuration.md
indirect-command-buffers.md
indirect-compute-commands.md
gpu-counters.md
counter-sample-buffers.md
argument-buffers.md
unified-memory.md
msl/
README.md
data-types.md
address-spaces.md
function-qualifiers.md
argument-attributes.md
atomic-functions.md
simdgroup-functions.md
math-functions.md
numerical-compliance.md
mps/
README.md
mpskernel.md
mpsimage.md
image-filters.md
mpsmatrix.md
matrix-arithmetic.md
matrix-decomposition-solve.md
mpsndarray.md
mpsnngraph.md
cnn-kernels.md
mpsgraph.md
mpsgraph-tensor.md
mpsgraph-executable.md
mpsgraph-operations.md
ray-tracing.md
mlx/
README.md
array.md
lazy-evaluation.md
unified-memory-model.md
function-transforms.md
compilation.md
nn-module.md
optimizers.md
nn-layers.md
nn-losses-activations.md
indexing.md
saving-loading.md
random.md
linalg.md
devices-streams.md
memory-management.md
fast-custom-kernels.md
distributed.md
tree-utils.md
samples/
README.md
compute-kernel-dispatch.md
nonuniform-threadgroup-dispatch.md
shared-storage-mode-buffer.md
resource-group-argument-buffer.md
cpu-encoded-indirect-compute.md
blit-and-compute-single-pass.md
mpsgraph-matrix-multiplication.md
mpsgraph-training-loop.md
mps-image-filter.md
mlx-array-lazy-evaluation.md
mlx-unified-memory.md
mlx-mlp-training-loop.md
mlx-function-transforms.md
scripts/
README.md
toolchain-setup.md
metal-compile.md
metal-symbols.md
metal-binary-archives.md
metal-dynamic-libraries.md
metal-debug-env.md
metal-performance-hud.md
mlx-install.md
mlx-distributed.md
探索手順
タスクからカテゴリを引き、カテゴリの README.md で目的のページを特定する:
- 下記マッピング表でタスクに対応するカテゴリを探す
- そのカテゴリの
references/{category}/README.md(samples/ scripts/ は直下の README.md)を参照して目的のページを特定する
- 該当ページの
.md を Read して詳細を確認する
Metal のレンダリングパイプライン(MTLRenderCommandEncoder / MTLRenderPipelineState)・Core Animation・
Core Graphics・Core Image・SpriteKit・SceneKit は apple-graphics を参照。本スキルは Metal のコンピュート
(MTLComputeCommandEncoder 以下)・MSL 言語仕様・MPS/MPSGraph・MLX を担当する。
Core ML / Create ML による .mlmodel のオンデバイス推論・Vision・Natural Language・Speech は apple-ml を参照。
MLX のみ出典が developer.apple.com ではなく、Apple 研究チームが公開する OSS ドキュメント
(ml-explore.github.io)である点に注意する。
タスク → カテゴリ マッピング