diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-10 19:43:36 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-06-10 19:43:36 -0400 |
| commit | c68377b8eb2ce322e195a23062f5ba635dba546a (patch) | |
| tree | b951a6fa272bbe2ec4120259b31f0eb5c7292b09 /src/gpgpu-sim | |
| parent | c29246408c963ece65515fae92540e76ac71b72b (diff) | |
Remove those duplicated defined
Signed-off-by: Mengchi Zhang <[email protected]>
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 |
