photo

Chao Luo

MathWorks

Last seen: 20일 전 2020년부터 활동

Followers: 1   Following: 0

통계

MATLAB Answers

1 질문
14 답변

순위
1,517
of 300,753

평판
46

참여
1 질문
14 답변

답변 채택
0.0%

획득한 표
9

순위
 of 21,075

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,837

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Knowledgeable Level 2
  • Revival Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Deploy pre-generated CUDA library functions to NVIDIA Jetson hardware
The library is missing for building the parentFoo exe. Also, you need to build the library on Jetson. function c = parentFoo(a,...

대략 1개월 전 | 1

답변 있음
GPU Coder codegen slow performance
Hi Alessandro, The code you pasted here seems not complete that I cannot try it. But you can try using gpuPerformanceAnalyzer t...

4개월 전 | 1

| 수락됨

답변 있음
GPU code generation failed with the error 'emlc:compilationError'
Hi Shi, Can you make sure you are using Visual Studio as the MEX C++ compiler by running "mex -setup C++"? GPU Coder only supp...

9개월 전 | 2

| 수락됨

답변 있음
NVIDIA Jetson setup issue: coder.checkGpuInstall can't find nvcc
The error message Compatible GPU : FAILED (Unable to find GPU information. This is due to the missing of 'nvcc' on th...

1년 초과 전 | 2

| 수락됨

답변 있음
GPU coder error with Nivida Jetson device
Seems a bug here that the include path is considered as relative path based on the MATLAB_WORKSPACE on the Jetson board. One wo...

1년 초과 전 | 0

| 수락됨

답변 있음
jetson camera image is rotated on target device
MATLAB is column major. If you want the image to be row-major, you need to transpose the image. In the example, there is a trans...

1년 초과 전 | 0

답변 있음
How to speed up our code to be implemented on GPU
The generated code is quite optimized for GPU. I tried rewriting the code using explicit for-loops which results in similar perf...

1년 초과 전 | 2

답변 있음
Build error: C++ compiler produced errors. See the Build Log for further details.
You are using MinGW64 as the C++ compiler, which is not supported by nvcc. You can config it using: mex -setup c++ and select ...

1년 초과 전 | 1

| 수락됨

답변 있음
GPU Performance Analyzer fails on Windows with error message: Missing application output file
It is a bug will be fixed in 23a update. Current workaround is adding a trailing \ to NVTOOLSEXT_PATH by setting it to 'C:\Progr...

2년 초과 전 | 0

질문


GPU Performance Analyzer fails on Windows with error message: Missing application output file
After installing Nsight system and set up Nvidia tools extension enviroment variable NVTOOLSEXT_PATH to 'C:\Program Files\NVIDIA...

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

1

답변

답변 있음
can we export matlab model in c++ with gpu support for example run on powervr gpu on renesas r car h3 ?
Currently, GPU Coder only generates CUDA code that only runs on NVIDIA GPUs, no OpenCL code yet.

거의 3년 전 | 0

| 수락됨

답변 있음
Generating CUDA using GPU Coder
Hi AlexRD, It looks like nvcc is not found. Since 19a, it uses the nvcc shipping with MALTAB, so you don't have to install NVID...

4년 초과 전 | 0

답변 있음
GPU CODER Unresolved extern function '_Z22mwGetGlobalThreadIndexv'
Hi Jelin, The issue is the generated CUDA code InformationFilterUpdate.cu calls a device function mwGetGlobalThreadIndex in ano...

5년 초과 전 | 0

답변 있음
GPU coder linking error using cmake on the Jetson nano
See the answer in this link. https://www.mathworks.com/matlabcentral/answers/520208-using-cmake-i-got-a-ploblem-compile-made-by...

5년 초과 전 | 0

답변 있음
using cmake, I got a ploblem compile made by gpu coder static library(.a)
Hi DaHoon, The static library created by GPU Coder contains reallocatable CUDA device code, that can only be linked by nvcc. g+...

5년 초과 전 | 0

| 수락됨