Community Profile

photo

俊凯 王


Last seen: 8 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


sparse in cuda matlab shows bad performance
This question is simple I understand that MATLAB solves sparse linear equations by multi wavefront method on CPU like sparse...

2 years 前 | 1 个回答 | 1

1

个回答

已回答
Why OpenMP does not work in a CUDA code compiled in Matlab (as a MEX)?
til now i can't find the corroect compile cmd to create a cu project with omp activited but there are some other ways can handl...

2 years 前 | 0

已回答
mex C struct pointer
use intptr_t ,i got it code like this pointer_return.cpp #include "mex.h" #include "matrix.h" struct test { struct t...

2 years 前 | 0

| 已接受

提问


mex C struct pointer
how can i use mex function return a structer pointer to matlab?is there any possbile for mex function return a pointer?as i know...

2 years 前 | 1 个回答 | 0

1

个回答

提问


how can i compile a mex function which contain openmp and cuda ?
i want to use cpu parallel and gpu parallel both!how can i compile mex ,i know mexcuda mexGPUExample.cu can compile cuda projec...

2 years 前 | 0 个回答 | 0

0

个回答

提问


why knnsearch function in matlab2016a and 2020b shows different efficiency?
like this code,in matlab 2020b t1=10s in matlab 2016 a t1=70s,why?is 2020b knnsearch applies parallel programing? for M=1500*15...

2 years 前 | 1 个回答 | 0

1

个回答

提问


openmp mingw mex for matlab error
i use Code block and my compiler environment is mingw 6.30.At the beginning, I created the following OpenMP code in the code blo...

3 years 前 | 0 个回答 | 0

0

个回答