gpgpu
Smart paging to video cards or clusters using OpenCL
I\'ve been working on setting up a \'smart paging\' library for my OpenCL projects. Basically this involves checking:[详细]
2023-02-18 17:02 分类:问答How to launch another thread from OpenCL code?
My algorithm consists from two steps: Data generation. On this step I generate data array in cycle as some function result[详细]
2023-02-17 09:12 分类:问答1D problems in CUDA and HPC
I\'m looking for some 1D problems in CUDA and HPC, e.g. Black Scholes. By 1D problems, I mean problems in which all the work is done on 1D arrays. Although matrix multiplication can be expressed in[详细]
2023-02-16 21:58 分类:问答Is there a limit to OpenCL local memory?
Today I added four more __local variables to my kernel to dump intermediate results in. But just adding the four more variables to the kernel\'s signature and adding the corresponding Kernel arguments[详细]
2023-02-16 02:05 分类:问答Do the threads in a CUDA warp execute in parallel on a multiprocessor?
A warp is 32 threads. Does the 32 threads execute in paral开发者_如何转开发lel in a Multiprocessor?[详细]
2023-02-15 23:41 分类:问答How many 'CUDA cores' does each multiprocessor of a GPU have?
I know that devices before the Fermi architecture h开发者_如何学编程ad 8 SPs in a single multiprocessor. Is the count same in Fermi architecture?The answer depends on the Compute Capability property o[详细]
2023-02-15 18:12 分类:问答"Empty" rendering with openGL
specs: Radeon 3870HD w/ openGL 3.3 & GLSL 1.5 I am rendering data through computational shader. Because of dependenci开发者_开发技巧es I had to put all my data to uniform textures and nothing lef[详细]
2023-02-14 05:41 分类:问答OpenCL bicubic interpolation kernel failed with error CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST
Bicubic interpolation is one of the common interpolation method, but I can not find any working implementation on OpenCL. I was decided to write bicubic interpolation on OpenCL myself, but ...[详细]
2023-02-12 01:29 分类:问答OpenGL 4.0 GPU Draw Feature?
In Wikipedia and other sources\' description of OpenGL 4.0 I read about this feature: Drawing of data generated by OpenGL or external APIs such as OpenCL, without CPU intervention.[详细]
2023-02-11 04:16 分类:问答Efficient Matrix decomposition into square submatrices in C++
I have implemented a Matrix datatype in C++ by using 1D datatype and wrapping it into rows and columns. Now, I want to have this possibility to c开发者_开发问答reate square/blocked sub-matrices from t[详细]
2023-02-10 20:54 分类:问答
加载中,请稍侯......