diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-10 23:59:28 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-06-10 23:59:28 -0400 |
| commit | 6eb6f30ecd59782ba57a7bba7496526e0eeb59eb (patch) | |
| tree | 0f76a9f831d7e6f2c750d6a8f3666d92074fe31c /src/gpgpu-sim | |
| parent | 50c8739fe0084e387c35c94d2bce57ff33fa69b8 (diff) | |
| parent | a34d4295ca856297ad76d5a6408cdaa163554809 (diff) | |
Merge pull request #14 from echoedit/dev
Remove those duplicated defined
Diffstat (limited to 'src/gpgpu-sim')
| -rw-r--r-- | src/gpgpu-sim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpgpu-sim/Makefile b/src/gpgpu-sim/Makefile index f10a8a4..4994577 100644 --- a/src/gpgpu-sim/Makefile +++ b/src/gpgpu-sim/Makefile @@ -53,6 +53,8 @@ else CXXFLAGS += endif +CXXFLAGS += -I$(CUDA_INSTALL_PATH)/include + POWER_FLAGS= ifneq ($(GPGPUSIM_POWER_MODEL),) POWER_FLAGS = -I$(GPGPUSIM_POWER_MODEL) -DGPGPUSIM_POWER_MODEL |
