TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

VkFFT – Vulkan Fast Fourier Transform Library

220 点作者 ah-超过 4 年前

14 条评论

zdw超过 4 年前
If I were a hiring person at AMD or Intel, I'd shortlist this guy for a job, as they need help competing against the headstart CUDA has in the GPU-base compute space.
评论 #24611713 未加载
评论 #24611252 未加载
评论 #24611610 未加载
slavik81超过 4 年前
What are the common applications for these sorts of GPU-accelerated FFTs? We mostly just solved problems analytically in undergrad, and the little bit of naive coding we did seemed pretty fast. I feel like this must be used for problems I would have learned about in grad school, if I had continued in electrical engineering.
评论 #24614621 未加载
评论 #24614364 未加载
评论 #24614406 未加载
评论 #24614736 未加载
评论 #24617928 未加载
评论 #24614465 未加载
评论 #24614239 未加载
p1mrx超过 4 年前
How does using Vulkan for computation fit into the OpenCL/CUDA landscape? Is CUDA's proprietary nature doing meaningful harm, and does Vulkan help?
评论 #24611640 未加载
评论 #24613615 未加载
querez超过 4 年前
&quot;VkFFT aims to provide community with an open-source alternative to Nvidia&#x27;s cuFFT library, while achieving better performance.&quot;<p>There are no error bars on the graphs, so it&#x27;s very hard to judge if the minor differences are significant. I work in research, so probably I&#x27;m peculiar about this point, but: I&#x27;d expect better from anyone who&#x27;s taken basic statistics. But from a quick look, it seems like the performance is pretty much just &quot;on par&quot;.<p>It would also be nice to know how performance is on other hardware. I&#x27;m assuming it&#x27;s tuned to nvidida GPUs (or maybe even the specific GPU mentioned). But how does this perform on Intel or AMD hardware? How does it compare to `rocFFT` or Intel&#x27;s own implementation?
评论 #24614801 未加载
Jhsto超过 4 年前
I think this guy will have no problem getting hired. Being conscious enough to push code online works so much better than the CV preparation courses. You know you&#x27;re on the right path when you are asked to play up your CV abstract than to downplay it.<p>Personally, I would have a hard time hiring anyone without a Github account and less so working in a place where nobody has one.
评论 #24611779 未加载
oxxoxoxooo超过 4 年前
What is &quot;Native zero padding to model open systems&quot;? And how come it is &quot;up to 2x faster than simply padding input array with zeros&quot;?
评论 #24611429 未加载
Lichtso超过 4 年前
Very cool!<p>Seems a bit more feature complete than my take on the problem: <a href="https:&#x2F;&#x2F;github.com&#x2F;Lichtso&#x2F;VulkanFFT" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Lichtso&#x2F;VulkanFFT</a><p>Still, to beat CUDA with Vulkan a lot is still missing: Scan, Reduce, Sort, Aggregate, Partition, Select, Binning, etc.
评论 #24616221 未加载
meisel超过 4 年前
Warning: LGPL license
评论 #24611813 未加载
phkahler超过 4 年前
Isn&#x27;t LGPL 2.1 is an odd license for something like this? Does it produce a library?
评论 #24610977 未加载
fluffything超过 4 年前
&gt; Support for big FFT dimension sizes. Current limits: C2C - (2^24, 2^15, 2^15),<p>What about bigger than big? &gt; 2^29 or so ? Are these sizes for double precision ?
评论 #24614551 未加载
bobowzki超过 4 年前
I wonder if this works on the raspberry pi with the new Vulkan drivers.
Mizza超过 4 年前
I&#x27;m very eager to see GPU acceleration make its way into audio production, which is all still heavily CPU bound.<p>A Free GPUFFT implementation will certainly help! Great work.
评论 #24612400 未加载
评论 #24611984 未加载
rektide超过 4 年前
may someday please someone help dethrone the underlord of AI &amp; rise us up
person_of_color超过 4 年前
This guy will get a foot in but still have to do a gotcha interview loop