Matlab and Cuda integration in numerical simulation
조회 수: 4 (최근 30일)
이전 댓글 표시
Hello ppl ,
I have my code written in matlab for solving the Compressible Navier -Stokes numerically . I recently installed a GPU on my system to accelerate the code. How do i do it ? Should i have to modify my entire code ? The code comprises 10 functions called from a single main function for each iteration. I am okay passing the 70 * 70 matrix to the CUDA by using GPuarray . Everything i defined in matlab is global variables including the 70*70 matrix which gets updated after any change made in the simulation. Any help regarding this will be appreciated .. Thanks in advance
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 GPU Computing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!