diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/GPU_arch.json" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/GPU_arch.json" new file mode 100644 index 0000000000000000000000000000000000000000..735e45d8d1d74aaeca748681b98400594598fcb2 --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/GPU_arch.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": null, + "source": "GPU_arch.md", + "notebook_enable": false, + "exercise_id": "" + } \ No newline at end of file diff --git "a/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/GPU_arch.md" "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/GPU_arch.md" new file mode 100644 index 0000000000000000000000000000000000000000..632761d9bfccbe2f4f278a80e569c671a0da76ca --- /dev/null +++ "b/data/1.CUDA\345\205\245\351\227\250\345\210\235\351\230\266/1.GPU\346\236\266\346\236\204\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227/1.\344\273\213\347\273\215GPU\346\236\266\346\236\204\344\273\245\345\217\212\345\274\202\346\236\204\350\256\241\347\256\227\347\232\204\345\237\272\346\234\254\345\216\237\347\220\206/GPU_arch.md" @@ -0,0 +1,17 @@ +# GPU异构计算 + +* 下面关于GPU异构计算 ***错误*** 的是? + +## 答案 + +在GPU异构计算体系中,更高效的是GPU负责更多逻辑控制运算,而CPU负责更多的计算密集型的向量运算. + +## 选项 + +### A + +GPU可以更出色的完成计算密集型的矢量运算 + +### B + +GPU有更多的计算核心来并行完成计算