PyCUDA Tutorial 中文版
CycleUser 翻译
开始使用
在你使用PyCuda之前,要先用import命令来导入并初始化一下。
import pycuda.driver as cuda
import pycuda.autoinit
from pycuda.compiler import SourceModule
这里要注意,你并不是必须使用pycuda.autoinit …
CycleUser 翻译
在你使用PyCuda之前,要先用import命令来导入并初始化一下。
import pycuda.driver as cuda
import pycuda.autoinit
from pycuda.compiler import SourceModule
这里要注意,你并不是必须使用pycuda.autoinit …
The latest version of CUDA8.63 is now working well with macOS Sierra 10.12.3, and there is no need to bother~
最新版本的CUDA8.63早已经和渣果Sierra10.12.3磨合的不错了,完全能够正常工作不用折腾了。
About 20 years ago, I used to live in the Northeast of China, for several years. It was a small mountain town with many birches and lots of magpies flying and singing around.
大概二十年前,我在中国东北的某个地方 …
In 2008, I got the dream of having a microscope of my own. This dream could track back to what happened in one class, when Mr Moris told me to leave the equipment alone or get out of the lab. I was trying to take the microscope apart by my …
Finally I finished the translation of ThinkPython. All the files can be found here.
我总算是翻译完了这本 ThinkPython。所有文件都可以在这里下载。
There are there different formats of the translated book, which contains an epub …
Mac系统下Steam安装的骑马与砍杀战团导入导出角色信息
Mount&Blade is one of my favourite game. I just install it into my macbook with steam. Then I try to import my old character and find it very tricky to find the right position to put the old txt file at.
我很喜欢骑砍,缓 …
Mac下VirtualBox使用物理磁盘启动操作系统
I used to work with a Linux or Windows PC a lot. I always use VMware Player on both of them.
我一般都用Linux或者Windows。在用这两个系统的时候我总选择VMware Player作为虚拟机软件。
I choose VMware because the Player …
中国大学应该广泛尝试用Python来教编程
The picture shows a Koch curve,which may be familiar for those who know something about fractal. It is an example form an excise of the book Think Python Chapter5's sample solution.
图片是Koch曲线,熟 …
让QT5.5.1与Xcode6和Xcode7共存
I began to use QT for it supports both Android and iOS. Before I update the Xcode6.4 to Xcode7.0, everything works pretty fine.
我用QT就是因为能同时支持Android和iOS。在我从Xcode6.4升级到Xcode7.0之前,一切都很正常。
But after the upgrade from 6 …
I am CycleUser~~ A really lame coder~~~
This Blog is powered by Pelican, and hosted by Github Pages. The Theme I use is Responsive-Pelican.