photo

dhyun


Duke University

自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

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

查看徽章

Feeds

排序方式:

提问


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...

12 years 前 | 1 个回答 | 0

1

个回答

提问


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...

13 years 前 | 1 个回答 | 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...

13 years 前 | 1

| 已接受