bharath5673 / Deepstream

yolov5, yolov8, segmenations, face, pose, keypoints on deepstream
87 stars 22 forks source link

thrust::system::detail::bad_alloc #6

Closed zhishao closed 1 year ago

zhishao commented 1 year ago

I make .so successful , but got this error while run deepstream_test_1 :

Playing file /opt/nvidia/deepstream/deepstream/samples/streams/sample_720p.h264 Adding elements to Pipeline

Linking elements in the Pipeline

Starting pipeline

terminate called after throwing an instance of 'thrust::system::detail::bad_alloc' what(): std::bad_alloc: cudaErrorUnsupportedPtxVersion: the provided PTX was compiled with an unsupported toolchain. Aborted (core dumped)

bharath5673 commented 1 year ago

I make .so successful , but got this error while run deepstream_test_1 :

Playing file /opt/nvidia/deepstream/deepstream/samples/streams/sample_720p.h264 Adding elements to Pipeline

Linking elements in the Pipeline

Starting pipeline

terminate called after throwing an instance of 'thrust::system::detail::bad_alloc' what(): std::bad_alloc: cudaErrorUnsupportedPtxVersion: the provided PTX was compiled with an unsupported toolchain. Aborted (core dumped)

try make clean and re build..

zhishao commented 1 year ago

OK it's work ! thank you !