photo

m4 Chrennikov


mstu

Last seen: 4 years ago Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

5 Questions
2 Answers

Cody

0 Problems
16 Solutions

RANK
9,070
of 300,343

REPUTATION
4

CONTRIBUTIONS
5 Questions
2 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
28,323
of 168,172

CONTRIBUTIONS
0 Problems
16 Solutions

SCORE
173

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Solver
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Question


binomial distribution with variable probability: code optimisation
Hi Theory is <http://en.wikipedia.org/wiki/Binomial_distribution here>. There is no problem to get pmf: n = 6; p = .2...

11 years ago | 0 answers | 0

0

answers

Answered
how do I gather() a variable in atomicAdd()?
Try this: [c, ato] = feval(gpuadd, c,ato,b); out = gather(ato);

13 years ago | 0

| accepted

Question


CUDA toolkit version | using constant memory
Hi I've installed CUDA toolkit 4.1 instead of 4.0. And now matlab reports some errors depending on kernel that Im trying to c...

13 years ago | 2 answers | 0

2

answers

Question


need help with gpu code
Im trying to use mutex in my code with no luck. Matlab says that kernel reaches timeout. kernel: __global__ void getGr...

13 years ago | 0 answers | 0

0

answers

Question


OS works with big lag during CUDAKernell execution
my OS is 32bit winXP SP3 I've noticed that during kernel execution OS works with big lag (about few seconds). Is this normal ...

14 years ago | 2 answers | 0

2

answers

Answered
parallel.gpu.CUDAKernel memory types
Ping! I've read about LDU in Fermi arch, but it isn't clear for me in which cases values from global memory are cached. Could...

14 years ago | 0

Question


parallel.gpu.CUDAKernel memory types
Hi folks. I would like to know which types of CUDA memory I can use with subj matlab object. More specifically I wonder if u...

14 years ago | 2 answers | 0

2

answers