photo

Chao Luo

MathWorks

Last seen: 17 días hace Con actividad desde 2020

Followers: 1   Following: 0

Estadística

MATLAB Answers

1 Pregunta
13 Respuestas

CLASIFICACIÓN
1.569
of 300.392

REPUTACIÓN
44

CONTRIBUCIONES
1 Pregunta
13 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
8

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

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

2 meses hace | 1

| aceptada

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

7 meses hace | 2

| aceptada

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

más de 1 año hace | 2

| aceptada

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

más de 1 año hace | 0

| aceptada

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

más de 1 año hace | 0

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

más de 1 año hace | 2

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

más de 1 año hace | 1

| aceptada

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

más de 2 años hace | 0

Pregunta


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

más de 2 años hace | 1 respuesta | 0

1

respuesta

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

más de 2 años hace | 0

| aceptada

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

alrededor de 4 años hace | 0

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

más de 5 años hace | 0

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

más de 5 años hace | 0

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

más de 5 años hace | 0

| aceptada