Skip to content

Commit

Permalink
Move up Thrust include (#257) (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Zalewski <[email protected]>

Co-authored-by: Marcin Zalewski <[email protected]>
  • Loading branch information
marcinz and marcinz authored Apr 2, 2022
1 parent fb1b1b2 commit e113d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ LD_FLAGS += -L$(CUTENSOR_PATH)/lib -lcutensor -Wl,-rpath,$(CUTENSOR_PATH)/lib
LD_FLAGS += -L$(NCCL_PATH)/lib -lnccl -Wl,-rpath,$(NCCL_PATH)/lib
endif
NVCC_FLAGS ?=
NVCC_FLAGS += -I. -I$(CUTENSOR_PATH)/include -I$(NCCL_PATH)/include -I$(THRUST_PATH) -Wno-deprecated-declarations
NVCC_FLAGS += -I. -I$(THRUST_PATH) -I$(CUTENSOR_PATH)/include -I$(NCCL_PATH)/include -Wno-deprecated-declarations

ifeq ($(strip $(DEBUG)),1)
CC_FLAGS += -DDEBUG_CUNUMERIC
Expand Down

0 comments on commit e113d28

Please sign in to comment.