We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TENSORRT_OSS
Otherwise the build error is as follows:
deepdetect/build/tensorrt-oss/src/tensorrt-oss/samples/common/sampleDevice.h:189:56: error: ‘cudaStreamCaptureModeGlobal’ was not declared in this scope cudaCheck(cudaStreamBeginCapture(stream.get(), cudaStreamCaptureModeGlobal)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ deepdetect/build/tensorrt-oss/src/tensorrt-oss/samples/common/sampleDevice.h:189:56: note: suggested alternative: ‘cudaStreamCaptureStatusNone’ cudaCheck(cudaStreamBeginCapture(stream.get(), cudaStreamCaptureModeGlobal)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ cudaStreamCaptureStatusNone
FTR this also appears here: triton-inference-server/server#635
Using CUDA 10.2 fixes the issue. A check for CUDA 10.2 is probably needed in the CMakeFile to catch the issue much earlier.
CMakeFile
The text was updated successfully, but these errors were encountered:
According to the issue on triton-infenrence-server it should work with cuda 10.1 no?
Sorry, something went wrong.
dk, 10.1 is deprecated for us, and I don't believe we are using it anymore.
sileht
No branches or pull requests
Otherwise the build error is as follows:
FTR this also appears here: triton-inference-server/server#635
Using CUDA 10.2 fixes the issue. A check for CUDA 10.2 is probably needed in the
CMakeFile
to catch the issue much earlier.The text was updated successfully, but these errors were encountered: