photo

Rodrigo


Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

12 Questions
6 Réponses

RANG
4 264
of 297 503

RÉPUTATION
12

CONTRIBUTIONS
12 Questions
6 Réponses

ACCEPTATION DE VOS RÉPONSES
41.67%

VOTES REÇUS
6

RANG
 of 20 449

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 158 938

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Thankful Level 3
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


DCT/DST on the GPU
Hi, There are some smoothing and filtering operations that I need to perform on large arrays that I would like to run on GPUs, ...

presque 6 ans il y a | 1 réponse | 1

0

réponse

Question


stuck help pop-ups
Hi, This is a minor GUI glitch that may also be OS-specific: sometimes the small windows containing function syntax informati...

plus de 8 ans il y a | 3 réponses | 2

3

réponses

Réponse apportée
qhull version and wrapper
I'd like to bump this ancient question, but now with a new twist: mex wrapper with OpenMP. I need to compute the convexhulls of...

plus de 8 ans il y a | 0

Question


CUDA fft with prime number lengths
Hi, I just ran into a curious problem with R2015a'a GPU fftn function. For some reason fftn and ifftn refuse to transform 512x...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


Implementing batched mldivide on the GPU
Hi, I need to solve A*x=B for size(A)~[10,10,1e5] and size(B)~[10,1,1e5], and it seems like something like pagefun would be the...

presque 11 ans il y a | 2 réponses | 0

2

réponses

Question


BLAS or LAPACK in CUDA kernel
Hi, I need to do x=A\b several hundred million times, along with other trivial arithmetic, for an A that is 4x4 and dense. I wa...

presque 12 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How to read the indivual elements of a column data?
It's not clear, but it seems like x is a cell array containing strings. If you want to extract the year and the day then you mi...

plus de 12 ans il y a | 1

Réponse apportée
Ordering of the columns of an array according to a given line
It seems like you want to sort by the value of the second row. To do this you first find the order you want: [~,ind]=sort(A(...

plus de 12 ans il y a | 1

Réponse apportée
Linear Optimization: Mixed Constraint Equation Question
This can be done by hand, but assuming this is a template for a more complicated problem, you would need to use Aeq and beq to h...

plus de 12 ans il y a | 0

| A accepté

Réponse apportée
Reading image files-batch
second line should read: imread(strcat('C:\Users\ell\Desktop\segn\seg_array\', files(1).name));

plus de 12 ans il y a | 0

Question


Complex math on GPU v CPU
I am using complex step derivatives to compute gradients of an otherwise real and analytic function, but I get different answers...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Question


displaying full derivativecheck output
Is there a way to have the derivativecheck option put out the full jacobian in the output? For some complicated functions, the ...

plus de 12 ans il y a | 1 réponse | 0

0

réponse

Question


GPU memory fragmentation
I have been running GPU code on 480 and 580 GTX cards in R2011b for a while and I keep hitting memory fragmentation problems. E...

presque 13 ans il y a | 2 réponses | 0

2

réponses

Question


Image processing on the GPU?
I need to run some basic image analysis routines -- mainly Euclidean bwdist and dilate/erode type operations -- on massive quant...

presque 13 ans il y a | 1 réponse | 0

1

réponse

Question


flaky GPU memory issues
We have a 580 GTX with 3Gb of ram running in a linux (Ubuntu Lucid with Natty backported kernel) machine with 2011b and I find m...

environ 13 ans il y a | 4 réponses | 1

4

réponses

Question


CPU functions slower when mixed with GPU code?
I don't have too much experience with GPU coding in Matlab, but I noticed something very odd. When I take a program written ent...

plus de 13 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
permute in GPU
The reshape command works very fast. The .' operation needed to shift the dimensions not so much. The routine spends about 20% ...

plus de 13 ans il y a | 0

Question


permute in GPU
I am trying to do a 3D fft on some data using the built in GPU toolbox of 2011a and am having some trouble. Since the fftn func...

plus de 13 ans il y a | 3 réponses | 0

3

réponses