摘要
Julia集合编程主要有CPU和GPU两种实现方法。这两种方法的主要区别就是核函数的实现,在CPU方法中使用for()循环来遍历数据,而GPU方法中使用线程块的索引来生成数据的索引从而来遍历数据。通过实验测试,GPU方法的性能比CPU方法提高了将近10倍。
This paper introduces the CPU and GPU realization method of Julia set. The main difference of the two methods is the realization of the kernel function. The CPU method using for( ) cycle traverses the data , and GPU method using threads block index to generate data index to traverse the data. Through the experiment test, GPU performance improves nearly 10 times than the CPU method.
出处
《微处理机》
2012年第6期48-50,共3页
Microprocessors