Réponse apportée
Cuda PTX kernel function boolean argument not supported?
Thanks for providing the compile line. It seems that recent versions of NVCC switch from mapping bools as "s8" to "u8" according...

plus de 13 ans il y a | 3

| A accepté

Réponse apportée
error when using gpu
Unfortunately, an expression like: gpuArray(1):gpuArray(10) won't work, and (as Walter says) it looks like one of your "...

plus de 13 ans il y a | 2

| A accepté

Réponse apportée
gpuArray and memory management
Hi Gunnar, this is more a work-around than an answer, but try inserting a "wait(gpu)" after freeing the memory. For example: ...

plus de 13 ans il y a | 0

Réponse apportée
GPU implementation of Min function
All syntaxes for MIN and MAX are supported in Parallel Computing Toolbox starting in release R2011b.

plus de 13 ans il y a | 1

Réponse apportée
CUDA toolkit version | using constant memory
Hi, I will tackle the second question first as I am pretty certain of the problem. __constants__ must be defined at the global s...

presque 14 ans il y a | 0

| A accepté

Réponse apportée
GPU time slower than CPU time, what went wrong with my GPU implementation?
Hi Ruby, I've just uploaded a benchmarking tool to the File Exchange which runs a whole load of these type of timings to put ...

presque 14 ans il y a | 1

| A accepté

Réponse apportée
GPU and CPU computing results different
if you look at the magnitude of the difference compared to the magnitude of the values, it is pretty small: >> max(max(gathe...

plus de 14 ans il y a | 4

Réponse apportée
GPU implementation of Min function
Hi Sarah, if your MATLAB license is up to date you might like to have a look at the pre-release of R2011b which has just become ...

plus de 14 ans il y a | 1

Réponse apportée
Indexing in GPUArrays
Hi Jesse, if your MATLAB license is up to date you might like to have a look at the pre-release of R2011a which is now available...

presque 15 ans il y a | 1

Réponse apportée
2D Graphs behind each other in 3D. Something like bar3
Hi Mirco, the way that PLOTYY works (and most of the other multi Y-axis MATLAB plots I've seen) is to have multiple axes obje...

presque 15 ans il y a | 0