Community Profile

photo

Moein Mozaffarzadeh


Last seen: 2 years 前 自 2021 起处于活动状态

统计数据

  • Thankful Level 2
  • First Review
  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


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

2 years 前 | 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 (...

2 years 前 | 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:...

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 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 (...

2 years 前 | 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...

2 years 前 | 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...

3 years 前 | 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 ...

3 years 前 | 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...

3 years 前 | 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...

3 years 前 | 2 个回答 | 0

2

个回答