Statistics
3 Questions
0 Answers
RANK
72,730
of 301,287
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 21,220
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,814
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Help with efficient collection of sub-matrices on GPU
The problem that I have encountered is that the CPU is much faster than the GPU at grabbing sub-matrices from a larger matrix. T...
9 years ago | 1 answer | 0
1
answerQuestion
Efficient method of summing the values in multiple images on GPU?
I have a series of images sitting on GPU in a 71x71x5000 matrix. Is there an efficient method of finding the sum of all eleme...
9 years ago | 1 answer | 0
1
answerQuestion
Can you return a matrix for all elements of vector A through vector B without a loop?
I was trying to vectorize my code as much as possible today and when vectorizing a for-loop I encountered this issue. It just do...
9 years ago | 1 answer | 0
