是否可以调用设备函数中的cufft库调用? [英] Is it possible to call cufft library calls in device function?

查看:212
本文介绍了是否可以调用设备函数中的cufft库调用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用cuFFT库调用在主机代码他们工作正常,但我想从内核调用cuFFT库。早期版本的CUDA没有这种支持,但使用动态并行性是可能的?

I use the cuFFT library calls in a host code they work fine, but I want to call the cuFFT library from a kernel. Earlier versions of the CUDA didn't have this kind of support but with the dynamic parallelism is this possible ?

如果有任何关于如何实现这一点的示例,这将是巨大的。

It will be great if there are any examples on how to achieve this.

推荐答案

尽管在Kepler(cc 3.5)卡上引入了动态并行性,cuFFT仍然是一个主机API,目前还没有办法使用cuFFT在设备代码中创建或执行FFT操作。

Despite the introduction of dynamic parallelism on Kepler (cc 3.5) cards, cuFFT remains a host API and there is currently no way of creating or executing FFT operations in device code using cuFFT.

这篇关于是否可以调用设备函数中的cufft库调用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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