[Cmake-commits] [cmake-commits] hoffman committed make2cmake.cmake 1.1.2.1 1.1.2.2 parse_cubin.cmake 1.1.2.1 1.1.2.2 run_nvcc.cmake 1.2.2.1 1.2.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 9 16:11:13 EDT 2009


Update of /cvsroot/CMake/CMake/Modules/FindCUDA
In directory public:/mounts/ram/cvs-serv13963/Modules/FindCUDA

Modified Files:
      Tag: CMake-2-8
	make2cmake.cmake parse_cubin.cmake run_nvcc.cmake 
Log Message:
Merge in changes for RC 3


Index: make2cmake.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindCUDA/make2cmake.cmake,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C 2 -d -r1.1.2.1 -r1.1.2.2
*** make2cmake.cmake	1 Oct 2009 21:20:35 -0000	1.1.2.1
--- make2cmake.cmake	9 Oct 2009 20:11:11 -0000	1.1.2.2
***************
*** 2,7 ****
  #  Abe Stephens, SCI Institute -- http://www.sci.utah.edu/~abe/FindCuda.html
  #
! #  Copyright (c) 2008-2009
! #  NVIDIA Corp.
  #
  #  Copyright (c) 2007-2009
--- 2,6 ----
  #  Abe Stephens, SCI Institute -- http://www.sci.utah.edu/~abe/FindCuda.html
  #
! #  Copyright (c) 2008 - 2009 NVIDIA Corporation.  All rights reserved.
  #
  #  Copyright (c) 2007-2009

Index: run_nvcc.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindCUDA/run_nvcc.cmake,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C 2 -d -r1.2.2.1 -r1.2.2.2
*** run_nvcc.cmake	1 Oct 2009 21:20:35 -0000	1.2.2.1
--- run_nvcc.cmake	9 Oct 2009 20:11:11 -0000	1.2.2.2
***************
*** 1,6 ****
  #  James Bigler, NVIDIA Corp (nvidia.com - jbigler)
  #
! #  Copyright (c) 2008-2009
! #  NVIDIA Corp.
  #
  #  This code is licensed under the MIT License.  See the FindCUDA.cmake script
--- 1,5 ----
  #  James Bigler, NVIDIA Corp (nvidia.com - jbigler)
  #
! #  Copyright (c) 2008 - 2009 NVIDIA Corporation.  All rights reserved.
  #
  #  This code is licensed under the MIT License.  See the FindCUDA.cmake script
***************
*** 152,161 ****
    )
  
- # Make sure the output directory is present
- cuda_execute_process(
-   "Creating output directory: ${generated_file_path}"
-   COMMAND "${CMAKE_COMMAND}" -E make_directory "${generated_file_path}"
-   )
- 
  # Generate the dependency file
  cuda_execute_process(
--- 151,154 ----

Index: parse_cubin.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindCUDA/parse_cubin.cmake,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C 2 -d -r1.1.2.1 -r1.1.2.2
*** parse_cubin.cmake	1 Oct 2009 21:20:35 -0000	1.1.2.1
--- parse_cubin.cmake	9 Oct 2009 20:11:11 -0000	1.1.2.2
***************
*** 2,7 ****
  #  Abe Stephens, SCI Institute -- http://www.sci.utah.edu/~abe/FindCuda.html
  #
! #  Copyright (c) 2008-2009
! #  NVIDIA Corp.
  #
  #  Copyright (c) 2007-2009
--- 2,6 ----
  #  Abe Stephens, SCI Institute -- http://www.sci.utah.edu/~abe/FindCuda.html
  #
! #  Copyright (c) 2008 - 2009 NVIDIA Corporation.  All rights reserved.
  #
  #  Copyright (c) 2007-2009



More information about the Cmake-commits mailing list