搜索资源列表
VectorAdd
- 一个简单的基于CUDA的示例代码,使用SIMD的方法实现向量加法;运行在nVidia的G80系列显卡的GPGPU上;需要nVidia CUDA SDK,169以上版本的驱动。对于学习CUDA很有帮助。
tst_eventdriven
- 这是一个事件驱动异步、线程池的代码。使用actor模式。里面蕴含的思想方法有一定启发意义。-This is an event-driven asynchronous thread pool code. Using the actor model. Which contains a certain way of thinking instructive.