필터 지우기
필터 지우기

Standalone Compiler gpuArray RTX 4090 CUDA 12.0

조회 수: 8 (최근 30일)
patmen346
patmen346 2022년 12월 16일
댓글: Joss Knight 2022년 12월 19일
Hi,
got a new ML machine with an NVIDIA RTX 4090. I have tried to run a quick benchmark written on my own as a compiled standalone application. What I have done:
  1. Use another machine to compile my code as an app via Compiler Toolbox (R2022b)
  2. Installed this on the new machine with the RTX 4090 including newest MCR
  3. Test GPU gets recognized by the app using gpuDeviceTable - works
  4. Try a simple feedforward network training with GPU - works
  5. Try my own implementation of some code with gpuArrays - failed (see below)
Is the latest MCR not compatabile with the new RTX 4090 in some parts of functions (as here with pinv)?
  댓글 수: 5
Joss Knight
Joss Knight 2022년 12월 19일
By the way, what I gave you was actually inv. If A is rectangular or singular you want pinvA = (A'*A)\(A'*eye(size(A,1));
Joss Knight
Joss Knight 2022년 12월 19일
Of course, always bear in mind the advice that you should almost never use a matrix inverse .

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 GPU Computing에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by