Community Profile

photo

Chao Luo

Last seen: 6 Tage vor Aktiv seit 2020

Statistiken

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Content Feed

Anzeigen nach

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

11 Monate vor | 0

Frage


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

11 Monate vor | 1 Antwort | 0

1

Antwort

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

etwa ein Jahr vor | 0

| akzeptiert

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

mehr als 2 Jahre vor | 0

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

fast 4 Jahre vor | 0

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

fast 4 Jahre vor | 0

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

fast 4 Jahre vor | 0

| akzeptiert