opencl
Disassemble an OpenCL kernel?
I\'m not sure if it\'s possible. I want to study OpenCL in-depth, so I was wondering if there is a tool to disas开发者_如何转开发semble an compiled OpenCL kernel.[详细]
2023-03-20 09:16 分类:问答Synchronizations in GPUs
I have some question about how GPUs perform synchronizations. As I know, when a warp encounters a barrier (assuming it is in OpenCL), and it knows that the other warps of the same group haven\'t been[详细]
2023-03-20 03:39 分类:问答Raycaster not working with OpenCL
Momentarily I\'m trying to write a raycaster engine with OpenCL and Java (LWJGL). However on running the kernel, I can not printf, or write to a debug variable for that matter. I have the feeling the[详细]
2023-03-20 02:00 分类:问答Converting from COO to Compressed sparse matrix
I wanted CSR files preferably from matrix market for my OpenCL library, I searched a lot for CSR generators in C but didn\'t get any. I find matrix market formats comfortable since they have defined t[详细]
2023-03-19 20:52 分类:问答Add new project to opencl amd SDK example in Visual Studio 2010
I have build their solution and it works but I want to add a new project and I just can\'t it says Cannot open in开发者_如何学Pythonclude file: \'CL/cl.h\': No such file or directory[详细]
2023-03-19 19:05 分类:问答Number of active warps in GPU (Fermi)
I have a quick question about the active warp开发者_如何学运维s in GPU (I would prefer to know it in Fermi).[详细]
2023-03-19 17:42 分类:问答What's the best hierarchical module path for an OpenCL-Haskell library?
I\'m creating a OpenCL high-level haskell library. Where\'s the best path in haskell tree for put it? I think it should be outside of Graphics subtree but I dont know where to put it.[详细]
2023-03-19 12:44 分类:问答How to draw OpenCL calculated pixels to the screen with OpenGL?
I wan\'t to do some calculated pixelart with OpenCL and display this directly on the display without CPU roundtripping. I could use interoperability of OpenCL with OpenGL and write to the texture-bank[详细]
2023-03-19 10:40 分类:问答"random" kernel crash after running for minutes.... HEP!? -- [same question posted on Khronos]
I have a thoroughly complex kernel processing audio input data. It will run for a couple of minutes, 60 times a second, and then hang. That\'s on the GPU; on the CPU it will run for hours. The input d[详细]
2023-03-19 07:07 分类:问答OpenCL producing incorrect calculations
I\'ve been trying to use openCL to do some calculations, but the results are incorrect. I input three float3\'s that look like this:[详细]
2023-03-17 07:32 分类:问答