Statistics
All
RANK
6,322
of 300,654
REPUTATION
7
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
2
RANK
of 21,038
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
clear mex causes segmentation fault when using cuda RT API
Hi all, I have a mex function with CUDA code in it so that I can take advantage of my Quadro 4000 gpu (Driver version 4.2 / R...
13 years ago | 1 answer | 0
1
answerQuestion
mex, mwblas, and multithreading: controlling the number of threads
Hello, Since maxNumCompThreads is going to be removed, does anyone know of another way to limit the number of cores utilized wh...
14 years ago | 1 answer | 1
1
answerAnswered
Counting zeros
one method you could use is to find the first position where a == 1 and then subtract 1 from it: num_zeros = find(a == 1, 1...
Counting zeros
one method you could use is to find the first position where a == 1 and then subtract 1 from it: num_zeros = find(a == 1, 1...
14 years ago | 1
| accepted



