You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
When I tried to build a CUDA application in a Docker image which is based on l4t-base:r32.2, the build was terminated with cicc: not found error.
I ran a l4t-base container and I found that /usr/local/cuda/nvvm did not exist in l4t-base docker image.
Is there a recommended way to install nvvm/cicc on l4t-base or do you have any plan to release a cicc-preinstalled version of l4t-base?
2. Steps to reproduce the issue
On Jetson Xavier (w/ JetPack 4.2.1),
git clone https://github.com/seiya0412/docker-libSGM_jetson.git
cd docker-libSGM_jetson
docker build -t libsgm_jetson .
1. Issue or feature description
When I tried to build a CUDA application in a Docker image which is based on l4t-base:r32.2, the build was terminated with
cicc: not founderror.I ran a l4t-base container and I found that
/usr/local/cuda/nvvmdid not exist in l4t-base docker image.Is there a recommended way to install nvvm/cicc on l4t-base or do you have any plan to release a cicc-preinstalled version of l4t-base?
2. Steps to reproduce the issue
On Jetson Xavier (w/ JetPack 4.2.1),