
Chao Luo
Statistics
RANK
5 157
of 284 384
REPUTATION
8
CONTRIBUTIONS
1 Question
6 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 19 201
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 137 147
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
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...
7 månader ago | 0
Question
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...
7 månader ago | 1 answer | 0
1
answercan 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.
10 månader ago | 0
| accepted
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...
mer än 2 år ago | 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...
mer än 3 år ago | 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...
mer än 3 år ago | 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+...
mer än 3 år ago | 0
| accepted