Use atomicAdd defined in paddle fromework (#26631)

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

@ -15,7 +15,9 @@ limitations under the License. */
#include "paddle/fluid/framework/op_registry.h"
#include "paddle/fluid/operators/affine_grid_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 {
namespace operators {

Loading…
Cancel
Save