Commit 1f261e64 by Thomas Schwinge Committed by Thomas Schwinge

GOMP_TARGET_* have been renamed to GOMP_DEVICE_* some time ago.

	gcc/
	* config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
	GOMP_DEVICE_NVIDIA_PTX.

From-SVN: r220686
parent f9b600ba
2015-02-13 Thomas Schwinge <thomas@codesourcery.com>
* config/nvptx/offload.h (ACCEL_COMPILER_acc_device): Define to
GOMP_DEVICE_NVIDIA_PTX.
2015-02-13 Jakub Jelinek <jakub@redhat.com>
PR ipa/65034
......
......@@ -30,6 +30,6 @@
#include "gomp-constants.h"
#define ACCEL_COMPILER_acc_device GOMP_TARGET_NVIDIA_PTX
#define ACCEL_COMPILER_acc_device GOMP_DEVICE_NVIDIA_PTX
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment