Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gpgpu

4000% Performance Decrease in SYCL when using Unified Shared Memory instead of Device Memory

c++ gpgpu hpc sycl dpc++

Total/texture accessible memory by DirectX/Cuda/OpenGL

opengl directx cuda gpu gpgpu

How and where are GPUs used in scientific simulations? [closed]

How to write a fragment shader in GLSL to sort an array of 9 floating point numbers

opengl-es glsl gpgpu

Does having multiple work dimensions in a work group/item provides a speedup?

opencl gpgpu

Implementing Neural Network using CUDA

is using cudaHostAlloc good for my case

c++ c cuda gpu gpgpu

Is it possible to read floats out from OpenGL ES framebuffer via the iOS texture cache API?

OpenCL creating wrong colours

image opencl gpgpu

Explanation of requirement from inputs to GPU computations having complex results

PyCUDA kernel function

Metal: No matching function for call to 'threadgroup_barrier' in the kernel or Use of undeclared identifier 'mem_threadgroup'

objective-c c opencl gpgpu metal

Is my Theano program actually using the GPU?

Installed beignet to use OpenCL on Intel, but OpenCL programs only work when run as root

python opencl gpu intel gpgpu

Optimizing local memory use with OpenCL

What is the difference between (void **)&x and (void *)x?

c pointers cuda gpgpu gpu

GPU-accelerated sort (~1GB) and merge sort (~100GB)

c++ sorting opencl gpu gpgpu