Skip to content

Commit

Permalink
CuptiLayer.cpp needs the c++11 flag now
Browse files Browse the repository at this point in the history
Former-commit-id: f925157f240f6b48350a8d8663181ea47026e240
  • Loading branch information
khuck committed Jun 4, 2020
1 parent e3e581b commit 75c5c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Profile/Makefile.skel
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ CudaSass.o : CudaSass.cpp $(HDRS) ../../include/Profile/CudaSass.h
$(TAU_CUDA_CXX) $(SERIAL_CXXFLAGS) -g $(TAU_CUPTI_INCLUDE) $(TAU_CUDA_INCLUDE) $(BFDINCLUDE) -c $(@:.o=.cpp)

CuptiLayer.o : CuptiLayer.cpp $(HDRS) ../../include/Profile/CuptiLayer.h
$(TAU_CUDA_CXX) $(SERIAL_CXXFLAGS) -g $(TAU_CUPTI_INCLUDE) $(TAU_CUDA_INCLUDE) $(BFDINCLUDE) -c $(@:.o=.cpp)
$(TAU_CUDA_CXX) $(SERIAL_CXXFLAGS) $(TAU_STDCXX11_FLAG) -g $(TAU_CUPTI_INCLUDE) $(TAU_CUDA_INCLUDE) $(BFDINCLUDE) -c $(@:.o=.cpp)

CuptiLayer40.o : CuptiLayer40.cpp $(HDRS) ../../include/Profile/CuptiLayer.h
$(TAU_CUDA_CXX) $(SERIAL_CXXFLAGS) -g $(TAU_CUPTI_INCLUDE) $(TAU_CUDA_INCLUDE) -c $(@:.o=.cpp)
Expand Down

0 comments on commit 75c5c29

Please sign in to comment.