apollo
apollo copied to clipboard
Why no cuda sync?
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 configif onmasterbranch:
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