photo

Moein Mozaffarzadeh


Last seen: 거의 4년 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

11 질문
0 답변

순위
88,768
of 300,364

평판
0

참여
11 질문
0 답변

답변 채택
36.36%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • First Review
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Linker error when using SLD2 with MEXCUDA
Hi, I want to use SDL in my CUDA code, but I'm having issues with compiling my code. To simplify, I'm just trying to initizliz...

대략 4년 전 | 답변 수: 0 | 0

0

답변

질문


How to properly free memories after running a MEX file
Hi, I have written a MEX function in CUDA and C. When I run this MEX function in a loop, Matlab crashes after 200 iterations (...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


Why OpenMP does not work in a CUDA code compiled in Matlab (as a MEX)?
Hi, I'm trying to use OpenMP in my CUDA code, compile and use it in Matlab. However, it does not work. Here is a simple example:...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


Will OpenMP be faster than Matlab basic commands?
Hi, I've written a MEX-CUDA function which takes an 1D-array as input. The data that I want to use as the input is actutally a...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Is there any other option except MEX to run a CUDA-written code in Matlab?
Hi, I have written a CUDA function and made a MEX gateway to use it in Matlab. While it works fine in a for loop when i do not...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Why using cufft cause a fatal error LNK1120 in MEX cuda?
Hi, I'm trying to write a MEX gateway (in cuda) function to add two arrays in GPU. I would like to filter one of the signals (...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to run a MEX function asynchronous in Matlab?
Hi, I have developed a MEX function (in CUDA) which uses a GPU for processing the data transfered from a device (let's call is...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to convert complex float to complex integer in MEX gateway function?
Hi, I'm trying to write a MEX gateway function (in CUDA) to add two complex integer arrays given by Matlab. Currently, the fol...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to handle Complex input in MEX gateway function in CUDA?
Hi, I'm trying to write a MEX gateway function to add two complex vectors. I use thrust to do the processing. However, when i ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Why the output of my MEX Function become incorrect when used in a for loop in Matlab? Memory Management!!
Hi, I'm trying to write a MEXGateway code so i could pass some variables in Matlab to my MEXFunction and process in GPU. The p...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


cuda kernel does not work when a data is transfer to the GPU. any problem with my gateway MEX code?
Hi, I'm trying to transfer a data to a KUDA kernel, do some processings and have the output back to Matlab. I have already eva...

4년 초과 전 | 답변 수: 2 | 0

2

답변