Exercise 6
Exercise
Time: 20 min
Run the code exercises/exercise_6/7_dynamic_parallelism.cu and check the output.
What happens if try calling
cudaDeviceSynchronize();in theparentKernel()function?
Exercise
Time: 20 min
Run the code exercises/exercise_6/7_dynamic_parallelism.cu and check the output.
What happens if try calling
cudaDeviceSynchronize();in theparentKernel()function?