并行计算、f# 和 GPU 并行处理可以解决哪些实际问题

发布于 2024-07-07 15:30:37 字数 175 浏览 9 评论 0原文

最近,通过使用 GPU 的并行处理能力,暴力破解了 WiFi 加密。现代 GPU。 您认为其他哪些现实问题会从类似的技术中受益?

Recently WiFi encryption was brute forced by using the parellel processing power of the modern GPU. What other real-life problems do you think will benefit from similar techniques?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

沙与沫 2024-07-14 15:30:37

图像处理只是更高级的信号处理,是大规模并行数学。

鉴于此,也许人脸识别、语音识别、视频解码/编码、音频解码/编码、加密/解密

Image processing which is just fancier signal processing which is massively parallel math.

given that, perhaps face recognition, voice recognition, video decode/encode, audio decode/encode, encryption/decryption

一身软味 2024-07-14 15:30:37

大多数批处理任务都可以并行化,并且非常适合 GPU 中的流处理器。 折叠式的。 塞蒂。 所有这些 gubbin 都已经在 GPU 上运行良好。

Most batch-processing tasks can be parallised and are well suited to the stream processors in GPUs. Folding. Seti. All those gubbins are already working well on GPUs.

冰雪梦之恋 2024-07-14 15:30:37
  • 计算流体动力学
  • 物理处理
  • 光线追踪
  • 数据挖掘
  • 医学成像
  • 控制工程软件
  • 数字信号处理
  • 生物信息学

事实上,请查看 此页面了解更多使用 GPGPU 的示例。

仅举几例。

  • Computational fluid dynamics
  • Physics processing
  • Ray tracing
  • Data mining
  • Medical imaging
  • Control engineering software
  • Digital signal processing
  • Bioinformatics

In fact, check out this page for a lot more examples of where GPGPU has been used.

To name a few.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文