Skip to content

fix failure with launching vectorAdd sample

Jon Mayo requested to merge nvjmayo/samples:vectoradd-fix0 into master

vectorAdd_nvrtc looks in current directory for some data files. If it cannot find them it prints: error: unable to open

Solution is to add WORKDIR to correct directory

Merge request reports