gpu
How are Direct3D and OpenGL instructions handled in a graphics card?
I am trying to understand better how GPUs work, and I am confused about how they handled high level APIs like Direct3D or OpenGL. It is very common to see graphic cards advertising they support Direct[详细]
2023-03-12 20:04 分类:问答What kind of computations can be offloaded to the GPU?
I\'ve seen software being labeled as \"GPU accelerated\", but I wonder what that means in practice. I read that graphics(duh) and number crunching are good use cases, but by what criteria?[详细]
2023-03-12 03:37 分类:问答Fast arithmetic using the flash 3d api?
Some computationally intensive software are now using the GPU to solve mathematical problems. Now that flash has GPU support, is it possible to use flash t开发者_运维技巧o crunch math problems? How wo[详细]
2023-03-11 10:03 分类:问答cuda kernel not executing or returning an error
I have some cuda code running through some FFTs and other math operations, which works on blocks of 2^n as requested by the user.The code works well when first run, but after running long enough it st[详细]
2023-03-11 09:57 分类:问答What is the fastest library for finding FFT on a GPU? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th[详细]
2023-03-10 22:22 分类:问答Candidate Excel Functions for GPU acceleration [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-10 21:41 分类:问答Is Myers Diff amenable to running on GPUs?
I\'m interested in making a faster Myers diff implementation by running it on a GPU, i.e. with OpenCL.I have a good understanding of the algorithm but am new to GPU programming.My hunch is that the GP[详细]
2023-03-10 13:41 分类:问答needs guidance on distributing data on multiple GPUs
I\'m currently developing a machine learning toolkit for GPU clusters. I tested logistic regression classifier on multiple GPUs.[详细]
2023-03-10 11:22 分类:问答Is it possible to share a Cuda context between applications?
I\'d like to pass a Cuda context between two independent Linux processes (using POSIX message queues, which I already have set up).[详细]
2023-03-07 05:45 分类:问答Setting up Visual Studio Intellisense for CUDA kernel calls
I\'ve just started CUDA programming and it\'s going quite nicely, my GPUs are recognized and everything. I\'ve partially set up Intellisense in Visual Studio using this extremely 开发者_如何学Gohelpfu[详细]
2023-03-07 05:43 分类:问答