{
  "schemaVersion": "0.11.0",
  "canonical": "https://www.pystone.net/notes/gpu-vs-cpu-difference/",
  "atlas": "https://www.pystone.net/?node=gpu-vs-cpu-difference#knowledge-atlas",
  "markdown": "https://www.pystone.net/notes/gpu-vs-cpu-difference.md",
  "context": "https://www.pystone.net/notes/gpu-vs-cpu-difference.context.json",
  "knowledgeVersion": "224c990773de.5fa8af6e39fa",
  "build": {
    "siteCommit": "224c990773de166d23a886306577dd90379529ce",
    "notesCommit": "5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a",
    "builtAt": "1970-01-01T00:00:00.000Z",
    "version": "224c990773de.5fa8af6e39fa"
  },
  "id": "note:gpu-vs-cpu-difference",
  "slug": "gpu-vs-cpu-difference",
  "title": "GPU和CPU的区别",
  "type": "note",
  "visibility": "public",
  "idStability": "rename-stable",
  "author": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "publisher": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "aliases": [],
  "summary": "GPU和CPU的区别 创建时间：2020/4/23 23:43",
  "contentRole": "unspecified",
  "isMoc": false,
  "mocRecognition": "none",
  "generated": false,
  "attribution": "unspecified",
  "domain": "10-计算机、信息技术与工程",
  "tags": [],
  "mocs": [],
  "contentHash": "37e398b1625acaac3200e2123f193049d0ab21975bbc1e344fb99b35a5c70e3c",
  "assets": [],
  "headings": [
    {
      "depth": 1,
      "text": "GPU和CPU的区别",
      "anchor": "gpu和cpu的区别",
      "citation": "https://www.pystone.net/notes/gpu-vs-cpu-difference/#gpu%E5%92%8Ccpu%E7%9A%84%E5%8C%BA%E5%88%AB"
    },
    {
      "depth": 3,
      "text": "GPU",
      "anchor": "gpu",
      "citation": "https://www.pystone.net/notes/gpu-vs-cpu-difference/#gpu"
    },
    {
      "depth": 3,
      "text": "CPU",
      "anchor": "cpu",
      "citation": "https://www.pystone.net/notes/gpu-vs-cpu-difference/#cpu"
    }
  ],
  "claims": [],
  "outgoing": [],
  "incoming": [
    {
      "id": "note:game-graphics-and-runtime",
      "title": "游戏图形与运行时",
      "url": "https://www.pystone.net/notes/game-graphics-and-runtime/",
      "atlas": "https://www.pystone.net/?node=game-graphics-and-runtime#knowledge-atlas",
      "label": "游戏图形与运行时",
      "origin": "explicit",
      "humanReviewed": true,
      "context": "Unity中的“GPU和CPU的区别”导航项",
      "citation": "https://www.pystone.net/notes/game-graphics-and-runtime/#unity"
    }
  ],
  "contentMarkdown": "# GPU和CPU的区别\n> 创建时间：2020/4/23 23:43\n\n### GPU\n\nGPU比较适合大量可并行的简单任务。比如场景渲染，光照处理等等。\nGPU也支持一些其他的运算，比如通过GLSL，HLSL和Cg支持并行运算等等。\nGPU同时也对游戏中的一些物理效果提供支持，比如PhysX。\n**GPU负责显示特效**\n\n### CPU\n\nCPU用于一些数值运算，比如伤害，随机数等等。同时你的敌人AI也是CPU运算出来的。\n越是大型的单机游戏，游戏资源量越大，资源的实时加载以及处理也是大多由CPU来完成的。\n**CPU负责游戏逻辑**\n"
}
