| 
					
				 | 
			
			
				@@ -2,7 +2,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # Copyright (C) 2010-2018                                Inria 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # Copyright (C) 2009-2019                                Université de Bordeaux 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-# Copyright (C) 2010-2017                                CNRS 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+# Copyright (C) 2010-2017,2019                           CNRS 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # StarPU is free software; you can redistribute it and/or modify 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # it under the terms of the GNU Lesser General Public License as published by 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -92,7 +92,7 @@ if STARPU_USE_CUDA 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 if STARPU_COVERITY 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 include $(top_srcdir)/starpu-mynvcc.mk 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 else 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-NVCCFLAGS += --compiler-options -fno-strict-aliasing $(AM_CPPFLAGS) -I$(top_builddir)/include -I${includedir} $(HWLOC_CFLAGS) $(SIMGRID_CFLAGS) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+NVCCFLAGS += --compiler-options -fno-strict-aliasing $(AM_CPPFLAGS) -I$(top_builddir)/include $(HWLOC_CFLAGS) $(SIMGRID_CFLAGS) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 .cu.cubin: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	$(V_nvcc) $(NVCC) -cubin $< -o $@ $(NVCCFLAGS) 
			 |