apollo icon indicating copy to clipboard operation
apollo copied to clipboard

Why no cuda sync?

Open voldemortX opened this issue 2 years ago • 0 comments

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 18.04):
  • Apollo installed from (source or binary):
  • Apollo version (3.5, 5.0, 5.5, 6.0):
  • Output of apollo.sh config if on master branch:

Steps to reproduce the issue:

  • Please use bullet points and include as much details as possible:

Supporting materials (screenshots, command lines, code/script snippets):

Hello, I have a coding question, why there is no cuda synchronization here? Don't we need the previous kernel to complete before executing the next one?

https://github.com/ApolloAuto/apollo/blob/803170c79e5ef12bafd0adb1b39273b576e4589a/modules/perception/lidar_detection/detector/point_pillars_detection/preprocess_points_cuda.cu#L179

voldemortX avatar Dec 19 '23 09:12 voldemortX