Use atomicAdd defined in paddle framework (#26628)

test=develop
revert-26856-strategy_example2
whs 5 years ago committed by GitHub
parent 1f82c0cd62
commit 786373ba29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,6 +16,7 @@ limitations under the License. */
#include "paddle/fluid/framework/op_registry.h"
#include "paddle/fluid/operators/grid_sampler_op.h"
#include "paddle/fluid/platform/cuda_device_function.h"
#include "paddle/fluid/platform/cuda_primitives.h"
#include "paddle/fluid/platform/gpu_info.h"
namespace paddle {

Loading…
Cancel
Save