MySQL实现与CUDA [英] MySQL implementation with CUDA

查看:299
本文介绍了MySQL实现与CUDA的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是CS的高级本科专业。目前我正在参加一个计算机架构课。我们需要做一个项目。我想做一些与CUDA相关的事情,其中​​计算的性能将适度地增加到串行实现。

I am a senior undergrad majoring in CS. At the moment I am taking a Computer Architecture class. We need to do a project. I want to do something related to CUDA, where the performance of the computation will have a moderate increase compred to a serial implementation.

我真的对数据库感兴趣,所以我决定做一些与SQL相关的事情。我只有MySQL的经验,我找不到任何有关如何使用CUDA的MySQL工作。只有一个reseasrch我可以找到关于SQL和它使用SQLite。我不知道该怎么做,以及如何收集关于这个主题的信息,所以我决定接受你的意见。

I am really interested in databases so I decided to do something related to SQL. I only have experience with MySQL and I could not find anything related to how to work with MySQL using CUDA. There is only one reseasrch I could find about SQL and it uses SQLite. I am not sure what to do and how to gather information on this subject so I decided to take your opinions.

最好

推荐答案

您可能想看看在GPU上运行并使用CUDA的SQL语言的实现。
它是开源的,所以你可以看看连接,排序和分组的算法。
链接:
http://sourceforge.net/projects/alenka/

You might want to look at implementation of SQL language which runs on GPU and uses CUDA. it is open source so you can look at algorithms for joins, sorts and groupings. Link : http://sourceforge.net/projects/alenka/

这篇关于MySQL实现与CUDA的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆