| | |
| | |
| |
|
| | |
| | default_target: all |
| | .PHONY : default_target |
| |
|
| | |
| | .NOTPARALLEL: |
| |
|
| | |
| | |
| |
|
| | |
| | .SUFFIXES: |
| |
|
| | |
| | % : %,v |
| |
|
| | |
| | % : RCS/% |
| |
|
| | |
| | % : RCS/%,v |
| |
|
| | |
| | % : SCCS/s.% |
| |
|
| | |
| | % : s.% |
| |
|
| | .SUFFIXES: .hpux_make_needs_suffix_list |
| |
|
| | |
| | $(VERBOSE)MAKESILENT = -s |
| |
|
| | |
| | $(VERBOSE).SILENT: |
| |
|
| | |
| | cmake_force: |
| | .PHONY : cmake_force |
| |
|
| | |
| | |
| |
|
| | |
| | SHELL = /bin/sh |
| |
|
| | |
| | CMAKE_COMMAND = /usr/bin/cmake |
| |
|
| | |
| | RM = /usr/bin/cmake -E rm -f |
| |
|
| | |
| | EQUALS = = |
| |
|
| | |
| | CMAKE_SOURCE_DIR = /home/ubuntu/thrust |
| |
|
| | |
| | CMAKE_BINARY_DIR = /home/ubuntu/thrust/build |
| |
|
| | |
| | |
| |
|
| | |
| | test: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." |
| | /usr/bin/ctest --force-new-ctest-process $(ARGS) |
| | .PHONY : test |
| |
|
| | |
| | test/fast: test |
| | .PHONY : test/fast |
| |
|
| | |
| | edit_cache: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." |
| | /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. |
| | .PHONY : edit_cache |
| |
|
| | |
| | edit_cache/fast: edit_cache |
| | .PHONY : edit_cache/fast |
| |
|
| | |
| | rebuild_cache: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." |
| | /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) |
| | .PHONY : rebuild_cache |
| |
|
| | |
| | rebuild_cache/fast: rebuild_cache |
| | .PHONY : rebuild_cache/fast |
| |
|
| | |
| | list_install_components: |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" |
| | .PHONY : list_install_components |
| |
|
| | |
| | list_install_components/fast: list_install_components |
| | .PHONY : list_install_components/fast |
| |
|
| | |
| | install: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
| | /usr/bin/cmake -P cmake_install.cmake |
| | .PHONY : install |
| |
|
| | |
| | install/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." |
| | /usr/bin/cmake -P cmake_install.cmake |
| | .PHONY : install/fast |
| |
|
| | |
| | install/local: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
| | /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| | .PHONY : install/local |
| |
|
| | |
| | install/local/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." |
| | /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake |
| | .PHONY : install/local/fast |
| |
|
| | |
| | install/strip: preinstall |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
| | /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| | .PHONY : install/strip |
| |
|
| | |
| | install/strip/fast: preinstall/fast |
| | @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." |
| | /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake |
| | .PHONY : install/strip/fast |
| |
|
| | |
| | all: cmake_check_build_system |
| | cd /home/ubuntu/thrust/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles /home/ubuntu/thrust/build/testing/cuda//CMakeFiles/progress.marks |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/all |
| | $(CMAKE_COMMAND) -E cmake_progress_start /home/ubuntu/thrust/build/CMakeFiles 0 |
| | .PHONY : all |
| |
|
| | |
| | clean: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/clean |
| | .PHONY : clean |
| |
|
| | |
| | clean/fast: clean |
| | .PHONY : clean/fast |
| |
|
| | |
| | preinstall: cmake_check_build_system |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/preinstall |
| | .PHONY : preinstall |
| |
|
| | |
| | preinstall/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/preinstall |
| | .PHONY : preinstall/fast |
| |
|
| | |
| | depend: |
| | cd /home/ubuntu/thrust/build && $(CMAKE_COMMAND) -P /home/ubuntu/thrust/build/CMakeFiles/VerifyGlobs.cmake |
| | cd /home/ubuntu/thrust/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 |
| | .PHONY : depend |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.adjacent_difference.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.adjacent_difference.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.adjacent_difference.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.adjacent_difference.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.adjacent_difference.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.adjacent_difference.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.adjacent_difference.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.adjacent_difference.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.adjacent_difference.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.adjacent_difference.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.adjacent_difference.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.adjacent_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.adjacent_difference.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.adjacent_difference.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.binary_search.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.binary_search.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.binary_search.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.binary_search.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.binary_search.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.binary_search.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.binary_search.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.binary_search.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.binary_search.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.binary_search.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.binary_search.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.binary_search.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.binary_search.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.binary_search.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.complex.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.complex.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.complex.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.complex.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.complex.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.complex.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.complex.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.complex.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.complex.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.complex.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.complex.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.complex.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.complex.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.complex.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.copy.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.copy.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.copy.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.copy.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.copy.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.copy.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.copy.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.copy.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.copy.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.copy.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.copy.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.copy.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.copy.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.copy_if.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.copy_if.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.copy_if.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.copy_if.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.copy_if.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.copy_if.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.copy_if.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.copy_if.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.copy_if.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.copy_if.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.copy_if.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.copy_if.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.copy_if.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.copy_if.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.count.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.count.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.count.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.count.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.count.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.count.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.count.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.count.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.count.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.count.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.count.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.count.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.count.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.count.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.cudart.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.cudart.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.cudart.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.cudart.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.cudart.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.cudart.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.cudart.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.cudart.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.cudart.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.cudart.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.cudart.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.cudart.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.cudart.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.cudart.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.device_side_universal_vector.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.device_side_universal_vector.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.device_side_universal_vector.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.device_side_universal_vector.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.device_side_universal_vector.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.device_side_universal_vector.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.device_side_universal_vector.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.device_side_universal_vector.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.device_side_universal_vector.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.device_side_universal_vector.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.device_side_universal_vector.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.device_side_universal_vector.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.device_side_universal_vector.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.device_side_universal_vector.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.equal.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.equal.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.equal.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.equal.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.equal.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.equal.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.equal.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.equal.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.equal.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.equal.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.equal.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.equal.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.equal.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.equal.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.fill.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.fill.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.fill.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.fill.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.fill.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.fill.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.fill.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.fill.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.fill.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.fill.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.fill.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.fill.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.fill.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.find.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.find.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.find.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.find.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.find.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.find.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.find.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.find.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.find.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.find.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.find.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.find.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.find.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.find.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.for_each.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.for_each.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.for_each.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.for_each.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.for_each.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.for_each.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.for_each.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.for_each.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.for_each.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.for_each.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.for_each.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.for_each.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.for_each.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.for_each.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.gather.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.gather.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.gather.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.gather.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.gather.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.gather.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.gather.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.gather.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.gather.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.gather.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.gather.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.gather.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.gather.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.gather.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.generate.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.generate.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.generate.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.generate.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.generate.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.generate.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.generate.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.generate.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.generate.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.generate.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.generate.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.generate.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.generate.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.generate.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.inner_product.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.inner_product.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.inner_product.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.inner_product.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.inner_product.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.inner_product.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.inner_product.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.inner_product.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.inner_product.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.inner_product.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.inner_product.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.inner_product.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.inner_product.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.inner_product.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.is_partitioned.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.is_partitioned.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.is_partitioned.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.is_partitioned.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.is_partitioned.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.is_partitioned.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.is_partitioned.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.is_partitioned.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.is_partitioned.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.is_partitioned.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.is_partitioned.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.is_partitioned.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.is_partitioned.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.is_partitioned.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.is_sorted.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.is_sorted.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.is_sorted.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.is_sorted.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.is_sorted.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.is_sorted.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.is_sorted.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.is_sorted.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.is_sorted_until.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.is_sorted_until.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.is_sorted_until.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.is_sorted_until.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted_until.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted_until.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted_until.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.is_sorted_until.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted_until.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.is_sorted_until.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.is_sorted_until.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted_until.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.is_sorted_until.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.is_sorted_until.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.logical.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.logical.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.logical.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.logical.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.logical.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.logical.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.logical.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.logical.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.logical.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.logical.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.logical.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.logical.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.logical.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.logical.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.max_element.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.max_element.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.max_element.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.max_element.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.max_element.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.max_element.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.max_element.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.max_element.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.max_element.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.max_element.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.max_element.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.max_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.max_element.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.max_element.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.memory.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.memory.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.memory.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.memory.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.memory.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.memory.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.memory.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.memory.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.memory.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.memory.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.memory.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.memory.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.memory.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.memory.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.merge.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.merge.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.merge.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.merge.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.merge.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.merge.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.merge.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.merge.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.merge.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.merge.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.merge.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.merge.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.merge.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.merge.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.merge_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.merge_by_key.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.merge_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.merge_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.merge_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.merge_by_key.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.merge_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_by_key.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.merge_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.merge_sort.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.merge_sort.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.merge_sort.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.merge_sort.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_sort.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_sort.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_sort.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.merge_sort.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_sort.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.merge_sort.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.merge_sort.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.merge_sort.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.merge_sort.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.min_element.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.min_element.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.min_element.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.min_element.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.min_element.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.min_element.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.min_element.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.min_element.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.min_element.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.min_element.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.min_element.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.min_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.min_element.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.min_element.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.minmax_element.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.minmax_element.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.minmax_element.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.minmax_element.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.minmax_element.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.minmax_element.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.minmax_element.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.minmax_element.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.minmax_element.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.minmax_element.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.minmax_element.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.minmax_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.minmax_element.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.minmax_element.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.mismatch.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.mismatch.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.mismatch.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.mismatch.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.mismatch.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.mismatch.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.mismatch.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.mismatch.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.mismatch.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.mismatch.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.mismatch.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.mismatch.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.mismatch.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.mismatch.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.pair_sort.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.pair_sort.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.pair_sort.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.pair_sort.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.pair_sort.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.pair_sort.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.pair_sort.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.pair_sort.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.pair_sort_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.pair_sort_by_key.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.pair_sort_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.pair_sort_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.pair_sort_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.pair_sort_by_key.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.pair_sort_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.pair_sort_by_key.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.pair_sort_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.partition.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.partition.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.partition.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.partition.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.partition.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.partition.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.partition.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.partition.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.partition.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.partition.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.partition.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.partition.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.partition.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.partition.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.partition_point.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.partition_point.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.partition_point.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.partition_point.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.partition_point.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.partition_point.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.partition_point.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.partition_point.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.partition_point.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.partition_point.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.partition_point.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.partition_point.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.partition_point.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.partition_point.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.reduce.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.reduce.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.reduce.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.reduce.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.reduce.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.reduce.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.reduce.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.reduce.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.reduce_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.reduce_by_key.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.reduce_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.reduce_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.reduce_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.reduce_by_key.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.reduce_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.reduce_by_key.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.reduce_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.remove.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.remove.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.remove.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.remove.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.remove.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.remove.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.remove.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.remove.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.remove.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.remove.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.remove.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.remove.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.remove.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.remove.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.replace.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.replace.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.replace.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.replace.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.replace.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.replace.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.replace.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.replace.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.replace.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.replace.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.replace.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.replace.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.replace.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.replace.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.reverse.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.reverse.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.reverse.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.reverse.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.reverse.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.reverse.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.reverse.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.reverse.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.reverse.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.reverse.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.reverse.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.reverse.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.reverse.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.reverse.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.scan.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.scan.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.scan.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.scan.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.scan.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.scan.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.scan.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.scan.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.scan.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.scan.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.scan.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.scan.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.scan.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.scan.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.scan_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.scan_by_key.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.scan_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.scan_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.scan_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.scan_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.scan_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.scan_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.scan_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.scan_by_key.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.scan_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.scan_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.scan_by_key.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.scan_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.scatter.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.scatter.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.scatter.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.scatter.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.scatter.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.scatter.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.scatter.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.scatter.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.scatter.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.scatter.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.scatter.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.scatter.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.scatter.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.scatter.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.sequence.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.sequence.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.sequence.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.sequence.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.sequence.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.sequence.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.sequence.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.sequence.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.sequence.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.sequence.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.sequence.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.sequence.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.sequence.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.sequence.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.set_difference.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.set_difference.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.set_difference.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.set_difference.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.set_difference.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.set_difference.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.set_difference.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.set_difference.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.set_difference_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.set_difference_by_key.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.set_difference_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.set_difference_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.set_difference_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.set_difference_by_key.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.set_difference_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.set_difference_by_key.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.set_difference_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.set_intersection.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.set_intersection.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.set_intersection.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.set_intersection.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.set_intersection.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.set_intersection.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.set_intersection.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.set_intersection.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.set_intersection_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.set_intersection_by_key.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.set_intersection_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.set_intersection_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.set_intersection_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.set_intersection_by_key.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.set_intersection_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.set_intersection_by_key.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.set_intersection_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.set_symmetric_difference.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.set_symmetric_difference.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.set_symmetric_difference.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.set_symmetric_difference.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.set_symmetric_difference.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.set_symmetric_difference.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.set_symmetric_difference.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.set_symmetric_difference.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.set_symmetric_difference_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.set_symmetric_difference_by_key.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.set_symmetric_difference_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.set_symmetric_difference_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.set_symmetric_difference_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.set_symmetric_difference_by_key.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.set_symmetric_difference_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.set_symmetric_difference_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.set_union.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.set_union.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.set_union.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.set_union.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.set_union.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.set_union.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.set_union.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.set_union.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.set_union_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.set_union_by_key.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.set_union_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.set_union_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.set_union_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.set_union_by_key.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.set_union_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.set_union_by_key.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.set_union_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.sort.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.sort.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.sort.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.sort.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.sort.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.sort.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.sort.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.sort.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.sort.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.sort.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.sort.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.sort.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.sort.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.sort_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.sort_by_key.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.sort_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.sort_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.sort_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.sort_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.sort_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.sort_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.sort_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.sort_by_key.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.sort_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.sort_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.sort_by_key.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.sort_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.stream_legacy.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.stream_legacy.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.stream_legacy.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.stream_legacy.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_legacy.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_legacy.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_legacy.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.stream_legacy.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_legacy.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.stream_legacy.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.stream_legacy.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_legacy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_legacy.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.stream_legacy.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.stream_per_thread.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.stream_per_thread.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.stream_per_thread.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.stream_per_thread.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_per_thread.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_per_thread.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_per_thread.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.stream_per_thread.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_per_thread.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.stream_per_thread.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.stream_per_thread.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_per_thread.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.stream_per_thread.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.stream_per_thread.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.swap_ranges.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.swap_ranges.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.swap_ranges.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.swap_ranges.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.swap_ranges.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.swap_ranges.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.swap_ranges.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.swap_ranges.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.swap_ranges.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.swap_ranges.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.swap_ranges.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.swap_ranges.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.swap_ranges.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.swap_ranges.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.tabulate.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.tabulate.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.tabulate.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.tabulate.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.tabulate.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.tabulate.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.tabulate.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.tabulate.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.tabulate.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.tabulate.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.tabulate.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.tabulate.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.tabulate.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.tabulate.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.transform.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.transform.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.transform.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.transform.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.transform.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.transform.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.transform.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.transform.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.transform.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.transform.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.transform.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.transform.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.transform.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.transform.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.transform_reduce.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.transform_reduce.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.transform_reduce.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.transform_reduce.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_reduce.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_reduce.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_reduce.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.transform_reduce.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_reduce.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.transform_reduce.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.transform_reduce.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_reduce.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_reduce.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.transform_reduce.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.transform_scan.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.transform_scan.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.transform_scan.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.transform_scan.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.transform_scan.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.transform_scan.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.transform_scan.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.transform_scan.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.transform_scan.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.uninitialized_copy.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.uninitialized_copy.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.uninitialized_copy.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.uninitialized_copy.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.uninitialized_copy.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.uninitialized_copy.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.uninitialized_copy.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_copy.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.uninitialized_copy.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.uninitialized_fill.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.uninitialized_fill.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.uninitialized_fill.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.uninitialized_fill.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.uninitialized_fill.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.uninitialized_fill.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.uninitialized_fill.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.uninitialized_fill.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.uninitialized_fill.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.unique.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.unique.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.unique.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.unique.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.unique.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.unique.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.unique.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.unique.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.unique.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.test.cuda.unique_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.test.cuda.unique_by_key.cdp_0 |
| |
|
| | |
| | thrust.test.cuda.unique_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/build |
| | .PHONY : thrust.test.cuda.unique_by_key.cdp_0/fast |
| |
|
| | |
| | testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/rule: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/rule |
| | .PHONY : testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/rule |
| |
|
| | |
| | thrust.all.test.cuda.unique_by_key.cdp_0: testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/rule |
| | .PHONY : thrust.all.test.cuda.unique_by_key.cdp_0 |
| |
|
| | |
| | thrust.all.test.cuda.unique_by_key.cdp_0/fast: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.all.test.cuda.unique_by_key.cdp_0.dir/build |
| | .PHONY : thrust.all.test.cuda.unique_by_key.cdp_0/fast |
| |
|
| | adjacent_difference.o: adjacent_difference.cu.o |
| | .PHONY : adjacent_difference.o |
| |
|
| | |
| | adjacent_difference.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/adjacent_difference.cu.o |
| | .PHONY : adjacent_difference.cu.o |
| |
|
| | adjacent_difference.i: adjacent_difference.cu.i |
| | .PHONY : adjacent_difference.i |
| |
|
| | |
| | adjacent_difference.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/adjacent_difference.cu.i |
| | .PHONY : adjacent_difference.cu.i |
| |
|
| | adjacent_difference.s: adjacent_difference.cu.s |
| | .PHONY : adjacent_difference.s |
| |
|
| | |
| | adjacent_difference.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.adjacent_difference.cdp_0.dir/adjacent_difference.cu.s |
| | .PHONY : adjacent_difference.cu.s |
| |
|
| | binary_search.o: binary_search.cu.o |
| | .PHONY : binary_search.o |
| |
|
| | |
| | binary_search.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/binary_search.cu.o |
| | .PHONY : binary_search.cu.o |
| |
|
| | binary_search.i: binary_search.cu.i |
| | .PHONY : binary_search.i |
| |
|
| | |
| | binary_search.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/binary_search.cu.i |
| | .PHONY : binary_search.cu.i |
| |
|
| | binary_search.s: binary_search.cu.s |
| | .PHONY : binary_search.s |
| |
|
| | |
| | binary_search.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.binary_search.cdp_0.dir/binary_search.cu.s |
| | .PHONY : binary_search.cu.s |
| |
|
| | complex.o: complex.cu.o |
| | .PHONY : complex.o |
| |
|
| | |
| | complex.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/complex.cu.o |
| | .PHONY : complex.cu.o |
| |
|
| | complex.i: complex.cu.i |
| | .PHONY : complex.i |
| |
|
| | |
| | complex.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/complex.cu.i |
| | .PHONY : complex.cu.i |
| |
|
| | complex.s: complex.cu.s |
| | .PHONY : complex.s |
| |
|
| | |
| | complex.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.complex.cdp_0.dir/complex.cu.s |
| | .PHONY : complex.cu.s |
| |
|
| | copy.o: copy.cu.o |
| | .PHONY : copy.o |
| |
|
| | |
| | copy.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/copy.cu.o |
| | .PHONY : copy.cu.o |
| |
|
| | copy.i: copy.cu.i |
| | .PHONY : copy.i |
| |
|
| | |
| | copy.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/copy.cu.i |
| | .PHONY : copy.cu.i |
| |
|
| | copy.s: copy.cu.s |
| | .PHONY : copy.s |
| |
|
| | |
| | copy.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.copy.cdp_0.dir/copy.cu.s |
| | .PHONY : copy.cu.s |
| |
|
| | copy_if.o: copy_if.cu.o |
| | .PHONY : copy_if.o |
| |
|
| | |
| | copy_if.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/copy_if.cu.o |
| | .PHONY : copy_if.cu.o |
| |
|
| | copy_if.i: copy_if.cu.i |
| | .PHONY : copy_if.i |
| |
|
| | |
| | copy_if.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/copy_if.cu.i |
| | .PHONY : copy_if.cu.i |
| |
|
| | copy_if.s: copy_if.cu.s |
| | .PHONY : copy_if.s |
| |
|
| | |
| | copy_if.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.copy_if.cdp_0.dir/copy_if.cu.s |
| | .PHONY : copy_if.cu.s |
| |
|
| | count.o: count.cu.o |
| | .PHONY : count.o |
| |
|
| | |
| | count.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/count.cu.o |
| | .PHONY : count.cu.o |
| |
|
| | count.i: count.cu.i |
| | .PHONY : count.i |
| |
|
| | |
| | count.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/count.cu.i |
| | .PHONY : count.cu.i |
| |
|
| | count.s: count.cu.s |
| | .PHONY : count.s |
| |
|
| | |
| | count.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.count.cdp_0.dir/count.cu.s |
| | .PHONY : count.cu.s |
| |
|
| | cudart.o: cudart.cu.o |
| | .PHONY : cudart.o |
| |
|
| | |
| | cudart.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/cudart.cu.o |
| | .PHONY : cudart.cu.o |
| |
|
| | cudart.i: cudart.cu.i |
| | .PHONY : cudart.i |
| |
|
| | |
| | cudart.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/cudart.cu.i |
| | .PHONY : cudart.cu.i |
| |
|
| | cudart.s: cudart.cu.s |
| | .PHONY : cudart.s |
| |
|
| | |
| | cudart.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.cudart.cdp_0.dir/cudart.cu.s |
| | .PHONY : cudart.cu.s |
| |
|
| | device_side_universal_vector.o: device_side_universal_vector.cu.o |
| | .PHONY : device_side_universal_vector.o |
| |
|
| | |
| | device_side_universal_vector.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/device_side_universal_vector.cu.o |
| | .PHONY : device_side_universal_vector.cu.o |
| |
|
| | device_side_universal_vector.i: device_side_universal_vector.cu.i |
| | .PHONY : device_side_universal_vector.i |
| |
|
| | |
| | device_side_universal_vector.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/device_side_universal_vector.cu.i |
| | .PHONY : device_side_universal_vector.cu.i |
| |
|
| | device_side_universal_vector.s: device_side_universal_vector.cu.s |
| | .PHONY : device_side_universal_vector.s |
| |
|
| | |
| | device_side_universal_vector.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.device_side_universal_vector.cdp_0.dir/device_side_universal_vector.cu.s |
| | .PHONY : device_side_universal_vector.cu.s |
| |
|
| | equal.o: equal.cu.o |
| | .PHONY : equal.o |
| |
|
| | |
| | equal.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/equal.cu.o |
| | .PHONY : equal.cu.o |
| |
|
| | equal.i: equal.cu.i |
| | .PHONY : equal.i |
| |
|
| | |
| | equal.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/equal.cu.i |
| | .PHONY : equal.cu.i |
| |
|
| | equal.s: equal.cu.s |
| | .PHONY : equal.s |
| |
|
| | |
| | equal.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.equal.cdp_0.dir/equal.cu.s |
| | .PHONY : equal.cu.s |
| |
|
| | fill.o: fill.cu.o |
| | .PHONY : fill.o |
| |
|
| | |
| | fill.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/fill.cu.o |
| | .PHONY : fill.cu.o |
| |
|
| | fill.i: fill.cu.i |
| | .PHONY : fill.i |
| |
|
| | |
| | fill.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/fill.cu.i |
| | .PHONY : fill.cu.i |
| |
|
| | fill.s: fill.cu.s |
| | .PHONY : fill.s |
| |
|
| | |
| | fill.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.fill.cdp_0.dir/fill.cu.s |
| | .PHONY : fill.cu.s |
| |
|
| | find.o: find.cu.o |
| | .PHONY : find.o |
| |
|
| | |
| | find.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/find.cu.o |
| | .PHONY : find.cu.o |
| |
|
| | find.i: find.cu.i |
| | .PHONY : find.i |
| |
|
| | |
| | find.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/find.cu.i |
| | .PHONY : find.cu.i |
| |
|
| | find.s: find.cu.s |
| | .PHONY : find.s |
| |
|
| | |
| | find.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.find.cdp_0.dir/find.cu.s |
| | .PHONY : find.cu.s |
| |
|
| | for_each.o: for_each.cu.o |
| | .PHONY : for_each.o |
| |
|
| | |
| | for_each.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/for_each.cu.o |
| | .PHONY : for_each.cu.o |
| |
|
| | for_each.i: for_each.cu.i |
| | .PHONY : for_each.i |
| |
|
| | |
| | for_each.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/for_each.cu.i |
| | .PHONY : for_each.cu.i |
| |
|
| | for_each.s: for_each.cu.s |
| | .PHONY : for_each.s |
| |
|
| | |
| | for_each.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.for_each.cdp_0.dir/for_each.cu.s |
| | .PHONY : for_each.cu.s |
| |
|
| | gather.o: gather.cu.o |
| | .PHONY : gather.o |
| |
|
| | |
| | gather.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/gather.cu.o |
| | .PHONY : gather.cu.o |
| |
|
| | gather.i: gather.cu.i |
| | .PHONY : gather.i |
| |
|
| | |
| | gather.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/gather.cu.i |
| | .PHONY : gather.cu.i |
| |
|
| | gather.s: gather.cu.s |
| | .PHONY : gather.s |
| |
|
| | |
| | gather.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.gather.cdp_0.dir/gather.cu.s |
| | .PHONY : gather.cu.s |
| |
|
| | generate.o: generate.cu.o |
| | .PHONY : generate.o |
| |
|
| | |
| | generate.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/generate.cu.o |
| | .PHONY : generate.cu.o |
| |
|
| | generate.i: generate.cu.i |
| | .PHONY : generate.i |
| |
|
| | |
| | generate.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/generate.cu.i |
| | .PHONY : generate.cu.i |
| |
|
| | generate.s: generate.cu.s |
| | .PHONY : generate.s |
| |
|
| | |
| | generate.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.generate.cdp_0.dir/generate.cu.s |
| | .PHONY : generate.cu.s |
| |
|
| | inner_product.o: inner_product.cu.o |
| | .PHONY : inner_product.o |
| |
|
| | |
| | inner_product.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/inner_product.cu.o |
| | .PHONY : inner_product.cu.o |
| |
|
| | inner_product.i: inner_product.cu.i |
| | .PHONY : inner_product.i |
| |
|
| | |
| | inner_product.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/inner_product.cu.i |
| | .PHONY : inner_product.cu.i |
| |
|
| | inner_product.s: inner_product.cu.s |
| | .PHONY : inner_product.s |
| |
|
| | |
| | inner_product.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.inner_product.cdp_0.dir/inner_product.cu.s |
| | .PHONY : inner_product.cu.s |
| |
|
| | is_partitioned.o: is_partitioned.cu.o |
| | .PHONY : is_partitioned.o |
| |
|
| | |
| | is_partitioned.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/is_partitioned.cu.o |
| | .PHONY : is_partitioned.cu.o |
| |
|
| | is_partitioned.i: is_partitioned.cu.i |
| | .PHONY : is_partitioned.i |
| |
|
| | |
| | is_partitioned.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/is_partitioned.cu.i |
| | .PHONY : is_partitioned.cu.i |
| |
|
| | is_partitioned.s: is_partitioned.cu.s |
| | .PHONY : is_partitioned.s |
| |
|
| | |
| | is_partitioned.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.is_partitioned.cdp_0.dir/is_partitioned.cu.s |
| | .PHONY : is_partitioned.cu.s |
| |
|
| | is_sorted.o: is_sorted.cu.o |
| | .PHONY : is_sorted.o |
| |
|
| | |
| | is_sorted.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/is_sorted.cu.o |
| | .PHONY : is_sorted.cu.o |
| |
|
| | is_sorted.i: is_sorted.cu.i |
| | .PHONY : is_sorted.i |
| |
|
| | |
| | is_sorted.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/is_sorted.cu.i |
| | .PHONY : is_sorted.cu.i |
| |
|
| | is_sorted.s: is_sorted.cu.s |
| | .PHONY : is_sorted.s |
| |
|
| | |
| | is_sorted.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted.cdp_0.dir/is_sorted.cu.s |
| | .PHONY : is_sorted.cu.s |
| |
|
| | is_sorted_until.o: is_sorted_until.cu.o |
| | .PHONY : is_sorted_until.o |
| |
|
| | |
| | is_sorted_until.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/is_sorted_until.cu.o |
| | .PHONY : is_sorted_until.cu.o |
| |
|
| | is_sorted_until.i: is_sorted_until.cu.i |
| | .PHONY : is_sorted_until.i |
| |
|
| | |
| | is_sorted_until.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/is_sorted_until.cu.i |
| | .PHONY : is_sorted_until.cu.i |
| |
|
| | is_sorted_until.s: is_sorted_until.cu.s |
| | .PHONY : is_sorted_until.s |
| |
|
| | |
| | is_sorted_until.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.is_sorted_until.cdp_0.dir/is_sorted_until.cu.s |
| | .PHONY : is_sorted_until.cu.s |
| |
|
| | logical.o: logical.cu.o |
| | .PHONY : logical.o |
| |
|
| | |
| | logical.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/logical.cu.o |
| | .PHONY : logical.cu.o |
| |
|
| | logical.i: logical.cu.i |
| | .PHONY : logical.i |
| |
|
| | |
| | logical.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/logical.cu.i |
| | .PHONY : logical.cu.i |
| |
|
| | logical.s: logical.cu.s |
| | .PHONY : logical.s |
| |
|
| | |
| | logical.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.logical.cdp_0.dir/logical.cu.s |
| | .PHONY : logical.cu.s |
| |
|
| | max_element.o: max_element.cu.o |
| | .PHONY : max_element.o |
| |
|
| | |
| | max_element.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/max_element.cu.o |
| | .PHONY : max_element.cu.o |
| |
|
| | max_element.i: max_element.cu.i |
| | .PHONY : max_element.i |
| |
|
| | |
| | max_element.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/max_element.cu.i |
| | .PHONY : max_element.cu.i |
| |
|
| | max_element.s: max_element.cu.s |
| | .PHONY : max_element.s |
| |
|
| | |
| | max_element.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.max_element.cdp_0.dir/max_element.cu.s |
| | .PHONY : max_element.cu.s |
| |
|
| | memory.o: memory.cu.o |
| | .PHONY : memory.o |
| |
|
| | |
| | memory.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/memory.cu.o |
| | .PHONY : memory.cu.o |
| |
|
| | memory.i: memory.cu.i |
| | .PHONY : memory.i |
| |
|
| | |
| | memory.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/memory.cu.i |
| | .PHONY : memory.cu.i |
| |
|
| | memory.s: memory.cu.s |
| | .PHONY : memory.s |
| |
|
| | |
| | memory.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.memory.cdp_0.dir/memory.cu.s |
| | .PHONY : memory.cu.s |
| |
|
| | merge.o: merge.cu.o |
| | .PHONY : merge.o |
| |
|
| | |
| | merge.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/merge.cu.o |
| | .PHONY : merge.cu.o |
| |
|
| | merge.i: merge.cu.i |
| | .PHONY : merge.i |
| |
|
| | |
| | merge.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/merge.cu.i |
| | .PHONY : merge.cu.i |
| |
|
| | merge.s: merge.cu.s |
| | .PHONY : merge.s |
| |
|
| | |
| | merge.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.merge.cdp_0.dir/merge.cu.s |
| | .PHONY : merge.cu.s |
| |
|
| | merge_by_key.o: merge_by_key.cu.o |
| | .PHONY : merge_by_key.o |
| |
|
| | |
| | merge_by_key.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/merge_by_key.cu.o |
| | .PHONY : merge_by_key.cu.o |
| |
|
| | merge_by_key.i: merge_by_key.cu.i |
| | .PHONY : merge_by_key.i |
| |
|
| | |
| | merge_by_key.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/merge_by_key.cu.i |
| | .PHONY : merge_by_key.cu.i |
| |
|
| | merge_by_key.s: merge_by_key.cu.s |
| | .PHONY : merge_by_key.s |
| |
|
| | |
| | merge_by_key.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.merge_by_key.cdp_0.dir/merge_by_key.cu.s |
| | .PHONY : merge_by_key.cu.s |
| |
|
| | merge_sort.o: merge_sort.cu.o |
| | .PHONY : merge_sort.o |
| |
|
| | |
| | merge_sort.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/merge_sort.cu.o |
| | .PHONY : merge_sort.cu.o |
| |
|
| | merge_sort.i: merge_sort.cu.i |
| | .PHONY : merge_sort.i |
| |
|
| | |
| | merge_sort.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/merge_sort.cu.i |
| | .PHONY : merge_sort.cu.i |
| |
|
| | merge_sort.s: merge_sort.cu.s |
| | .PHONY : merge_sort.s |
| |
|
| | |
| | merge_sort.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.merge_sort.cdp_0.dir/merge_sort.cu.s |
| | .PHONY : merge_sort.cu.s |
| |
|
| | min_element.o: min_element.cu.o |
| | .PHONY : min_element.o |
| |
|
| | |
| | min_element.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/min_element.cu.o |
| | .PHONY : min_element.cu.o |
| |
|
| | min_element.i: min_element.cu.i |
| | .PHONY : min_element.i |
| |
|
| | |
| | min_element.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/min_element.cu.i |
| | .PHONY : min_element.cu.i |
| |
|
| | min_element.s: min_element.cu.s |
| | .PHONY : min_element.s |
| |
|
| | |
| | min_element.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.min_element.cdp_0.dir/min_element.cu.s |
| | .PHONY : min_element.cu.s |
| |
|
| | minmax_element.o: minmax_element.cu.o |
| | .PHONY : minmax_element.o |
| |
|
| | |
| | minmax_element.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/minmax_element.cu.o |
| | .PHONY : minmax_element.cu.o |
| |
|
| | minmax_element.i: minmax_element.cu.i |
| | .PHONY : minmax_element.i |
| |
|
| | |
| | minmax_element.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/minmax_element.cu.i |
| | .PHONY : minmax_element.cu.i |
| |
|
| | minmax_element.s: minmax_element.cu.s |
| | .PHONY : minmax_element.s |
| |
|
| | |
| | minmax_element.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.minmax_element.cdp_0.dir/minmax_element.cu.s |
| | .PHONY : minmax_element.cu.s |
| |
|
| | mismatch.o: mismatch.cu.o |
| | .PHONY : mismatch.o |
| |
|
| | |
| | mismatch.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/mismatch.cu.o |
| | .PHONY : mismatch.cu.o |
| |
|
| | mismatch.i: mismatch.cu.i |
| | .PHONY : mismatch.i |
| |
|
| | |
| | mismatch.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/mismatch.cu.i |
| | .PHONY : mismatch.cu.i |
| |
|
| | mismatch.s: mismatch.cu.s |
| | .PHONY : mismatch.s |
| |
|
| | |
| | mismatch.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.mismatch.cdp_0.dir/mismatch.cu.s |
| | .PHONY : mismatch.cu.s |
| |
|
| | pair_sort.o: pair_sort.cu.o |
| | .PHONY : pair_sort.o |
| |
|
| | |
| | pair_sort.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/pair_sort.cu.o |
| | .PHONY : pair_sort.cu.o |
| |
|
| | pair_sort.i: pair_sort.cu.i |
| | .PHONY : pair_sort.i |
| |
|
| | |
| | pair_sort.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/pair_sort.cu.i |
| | .PHONY : pair_sort.cu.i |
| |
|
| | pair_sort.s: pair_sort.cu.s |
| | .PHONY : pair_sort.s |
| |
|
| | |
| | pair_sort.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort.cdp_0.dir/pair_sort.cu.s |
| | .PHONY : pair_sort.cu.s |
| |
|
| | pair_sort_by_key.o: pair_sort_by_key.cu.o |
| | .PHONY : pair_sort_by_key.o |
| |
|
| | |
| | pair_sort_by_key.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/pair_sort_by_key.cu.o |
| | .PHONY : pair_sort_by_key.cu.o |
| |
|
| | pair_sort_by_key.i: pair_sort_by_key.cu.i |
| | .PHONY : pair_sort_by_key.i |
| |
|
| | |
| | pair_sort_by_key.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/pair_sort_by_key.cu.i |
| | .PHONY : pair_sort_by_key.cu.i |
| |
|
| | pair_sort_by_key.s: pair_sort_by_key.cu.s |
| | .PHONY : pair_sort_by_key.s |
| |
|
| | |
| | pair_sort_by_key.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.pair_sort_by_key.cdp_0.dir/pair_sort_by_key.cu.s |
| | .PHONY : pair_sort_by_key.cu.s |
| |
|
| | partition.o: partition.cu.o |
| | .PHONY : partition.o |
| |
|
| | |
| | partition.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/partition.cu.o |
| | .PHONY : partition.cu.o |
| |
|
| | partition.i: partition.cu.i |
| | .PHONY : partition.i |
| |
|
| | |
| | partition.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/partition.cu.i |
| | .PHONY : partition.cu.i |
| |
|
| | partition.s: partition.cu.s |
| | .PHONY : partition.s |
| |
|
| | |
| | partition.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.partition.cdp_0.dir/partition.cu.s |
| | .PHONY : partition.cu.s |
| |
|
| | partition_point.o: partition_point.cu.o |
| | .PHONY : partition_point.o |
| |
|
| | |
| | partition_point.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/partition_point.cu.o |
| | .PHONY : partition_point.cu.o |
| |
|
| | partition_point.i: partition_point.cu.i |
| | .PHONY : partition_point.i |
| |
|
| | |
| | partition_point.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/partition_point.cu.i |
| | .PHONY : partition_point.cu.i |
| |
|
| | partition_point.s: partition_point.cu.s |
| | .PHONY : partition_point.s |
| |
|
| | |
| | partition_point.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.partition_point.cdp_0.dir/partition_point.cu.s |
| | .PHONY : partition_point.cu.s |
| |
|
| | reduce.o: reduce.cu.o |
| | .PHONY : reduce.o |
| |
|
| | |
| | reduce.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/reduce.cu.o |
| | .PHONY : reduce.cu.o |
| |
|
| | reduce.i: reduce.cu.i |
| | .PHONY : reduce.i |
| |
|
| | |
| | reduce.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/reduce.cu.i |
| | .PHONY : reduce.cu.i |
| |
|
| | reduce.s: reduce.cu.s |
| | .PHONY : reduce.s |
| |
|
| | |
| | reduce.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.reduce.cdp_0.dir/reduce.cu.s |
| | .PHONY : reduce.cu.s |
| |
|
| | reduce_by_key.o: reduce_by_key.cu.o |
| | .PHONY : reduce_by_key.o |
| |
|
| | |
| | reduce_by_key.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/reduce_by_key.cu.o |
| | .PHONY : reduce_by_key.cu.o |
| |
|
| | reduce_by_key.i: reduce_by_key.cu.i |
| | .PHONY : reduce_by_key.i |
| |
|
| | |
| | reduce_by_key.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/reduce_by_key.cu.i |
| | .PHONY : reduce_by_key.cu.i |
| |
|
| | reduce_by_key.s: reduce_by_key.cu.s |
| | .PHONY : reduce_by_key.s |
| |
|
| | |
| | reduce_by_key.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.reduce_by_key.cdp_0.dir/reduce_by_key.cu.s |
| | .PHONY : reduce_by_key.cu.s |
| |
|
| | remove.o: remove.cu.o |
| | .PHONY : remove.o |
| |
|
| | |
| | remove.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/remove.cu.o |
| | .PHONY : remove.cu.o |
| |
|
| | remove.i: remove.cu.i |
| | .PHONY : remove.i |
| |
|
| | |
| | remove.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/remove.cu.i |
| | .PHONY : remove.cu.i |
| |
|
| | remove.s: remove.cu.s |
| | .PHONY : remove.s |
| |
|
| | |
| | remove.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.remove.cdp_0.dir/remove.cu.s |
| | .PHONY : remove.cu.s |
| |
|
| | replace.o: replace.cu.o |
| | .PHONY : replace.o |
| |
|
| | |
| | replace.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/replace.cu.o |
| | .PHONY : replace.cu.o |
| |
|
| | replace.i: replace.cu.i |
| | .PHONY : replace.i |
| |
|
| | |
| | replace.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/replace.cu.i |
| | .PHONY : replace.cu.i |
| |
|
| | replace.s: replace.cu.s |
| | .PHONY : replace.s |
| |
|
| | |
| | replace.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.replace.cdp_0.dir/replace.cu.s |
| | .PHONY : replace.cu.s |
| |
|
| | reverse.o: reverse.cu.o |
| | .PHONY : reverse.o |
| |
|
| | |
| | reverse.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/reverse.cu.o |
| | .PHONY : reverse.cu.o |
| |
|
| | reverse.i: reverse.cu.i |
| | .PHONY : reverse.i |
| |
|
| | |
| | reverse.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/reverse.cu.i |
| | .PHONY : reverse.cu.i |
| |
|
| | reverse.s: reverse.cu.s |
| | .PHONY : reverse.s |
| |
|
| | |
| | reverse.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.reverse.cdp_0.dir/reverse.cu.s |
| | .PHONY : reverse.cu.s |
| |
|
| | scan.o: scan.cu.o |
| | .PHONY : scan.o |
| |
|
| | |
| | scan.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/scan.cu.o |
| | .PHONY : scan.cu.o |
| |
|
| | scan.i: scan.cu.i |
| | .PHONY : scan.i |
| |
|
| | |
| | scan.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/scan.cu.i |
| | .PHONY : scan.cu.i |
| |
|
| | scan.s: scan.cu.s |
| | .PHONY : scan.s |
| |
|
| | |
| | scan.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.scan.cdp_0.dir/scan.cu.s |
| | .PHONY : scan.cu.s |
| |
|
| | scan_by_key.o: scan_by_key.cu.o |
| | .PHONY : scan_by_key.o |
| |
|
| | |
| | scan_by_key.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/scan_by_key.cu.o |
| | .PHONY : scan_by_key.cu.o |
| |
|
| | scan_by_key.i: scan_by_key.cu.i |
| | .PHONY : scan_by_key.i |
| |
|
| | |
| | scan_by_key.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/scan_by_key.cu.i |
| | .PHONY : scan_by_key.cu.i |
| |
|
| | scan_by_key.s: scan_by_key.cu.s |
| | .PHONY : scan_by_key.s |
| |
|
| | |
| | scan_by_key.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.scan_by_key.cdp_0.dir/scan_by_key.cu.s |
| | .PHONY : scan_by_key.cu.s |
| |
|
| | scatter.o: scatter.cu.o |
| | .PHONY : scatter.o |
| |
|
| | |
| | scatter.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/scatter.cu.o |
| | .PHONY : scatter.cu.o |
| |
|
| | scatter.i: scatter.cu.i |
| | .PHONY : scatter.i |
| |
|
| | |
| | scatter.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/scatter.cu.i |
| | .PHONY : scatter.cu.i |
| |
|
| | scatter.s: scatter.cu.s |
| | .PHONY : scatter.s |
| |
|
| | |
| | scatter.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.scatter.cdp_0.dir/scatter.cu.s |
| | .PHONY : scatter.cu.s |
| |
|
| | sequence.o: sequence.cu.o |
| | .PHONY : sequence.o |
| |
|
| | |
| | sequence.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/sequence.cu.o |
| | .PHONY : sequence.cu.o |
| |
|
| | sequence.i: sequence.cu.i |
| | .PHONY : sequence.i |
| |
|
| | |
| | sequence.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/sequence.cu.i |
| | .PHONY : sequence.cu.i |
| |
|
| | sequence.s: sequence.cu.s |
| | .PHONY : sequence.s |
| |
|
| | |
| | sequence.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.sequence.cdp_0.dir/sequence.cu.s |
| | .PHONY : sequence.cu.s |
| |
|
| | set_difference.o: set_difference.cu.o |
| | .PHONY : set_difference.o |
| |
|
| | |
| | set_difference.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/set_difference.cu.o |
| | .PHONY : set_difference.cu.o |
| |
|
| | set_difference.i: set_difference.cu.i |
| | .PHONY : set_difference.i |
| |
|
| | |
| | set_difference.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/set_difference.cu.i |
| | .PHONY : set_difference.cu.i |
| |
|
| | set_difference.s: set_difference.cu.s |
| | .PHONY : set_difference.s |
| |
|
| | |
| | set_difference.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_difference.cdp_0.dir/set_difference.cu.s |
| | .PHONY : set_difference.cu.s |
| |
|
| | set_difference_by_key.o: set_difference_by_key.cu.o |
| | .PHONY : set_difference_by_key.o |
| |
|
| | |
| | set_difference_by_key.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/set_difference_by_key.cu.o |
| | .PHONY : set_difference_by_key.cu.o |
| |
|
| | set_difference_by_key.i: set_difference_by_key.cu.i |
| | .PHONY : set_difference_by_key.i |
| |
|
| | |
| | set_difference_by_key.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/set_difference_by_key.cu.i |
| | .PHONY : set_difference_by_key.cu.i |
| |
|
| | set_difference_by_key.s: set_difference_by_key.cu.s |
| | .PHONY : set_difference_by_key.s |
| |
|
| | |
| | set_difference_by_key.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_difference_by_key.cdp_0.dir/set_difference_by_key.cu.s |
| | .PHONY : set_difference_by_key.cu.s |
| |
|
| | set_intersection.o: set_intersection.cu.o |
| | .PHONY : set_intersection.o |
| |
|
| | |
| | set_intersection.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/set_intersection.cu.o |
| | .PHONY : set_intersection.cu.o |
| |
|
| | set_intersection.i: set_intersection.cu.i |
| | .PHONY : set_intersection.i |
| |
|
| | |
| | set_intersection.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/set_intersection.cu.i |
| | .PHONY : set_intersection.cu.i |
| |
|
| | set_intersection.s: set_intersection.cu.s |
| | .PHONY : set_intersection.s |
| |
|
| | |
| | set_intersection.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection.cdp_0.dir/set_intersection.cu.s |
| | .PHONY : set_intersection.cu.s |
| |
|
| | set_intersection_by_key.o: set_intersection_by_key.cu.o |
| | .PHONY : set_intersection_by_key.o |
| |
|
| | |
| | set_intersection_by_key.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/set_intersection_by_key.cu.o |
| | .PHONY : set_intersection_by_key.cu.o |
| |
|
| | set_intersection_by_key.i: set_intersection_by_key.cu.i |
| | .PHONY : set_intersection_by_key.i |
| |
|
| | |
| | set_intersection_by_key.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/set_intersection_by_key.cu.i |
| | .PHONY : set_intersection_by_key.cu.i |
| |
|
| | set_intersection_by_key.s: set_intersection_by_key.cu.s |
| | .PHONY : set_intersection_by_key.s |
| |
|
| | |
| | set_intersection_by_key.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_intersection_by_key.cdp_0.dir/set_intersection_by_key.cu.s |
| | .PHONY : set_intersection_by_key.cu.s |
| |
|
| | set_symmetric_difference.o: set_symmetric_difference.cu.o |
| | .PHONY : set_symmetric_difference.o |
| |
|
| | |
| | set_symmetric_difference.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/set_symmetric_difference.cu.o |
| | .PHONY : set_symmetric_difference.cu.o |
| |
|
| | set_symmetric_difference.i: set_symmetric_difference.cu.i |
| | .PHONY : set_symmetric_difference.i |
| |
|
| | |
| | set_symmetric_difference.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/set_symmetric_difference.cu.i |
| | .PHONY : set_symmetric_difference.cu.i |
| |
|
| | set_symmetric_difference.s: set_symmetric_difference.cu.s |
| | .PHONY : set_symmetric_difference.s |
| |
|
| | |
| | set_symmetric_difference.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference.cdp_0.dir/set_symmetric_difference.cu.s |
| | .PHONY : set_symmetric_difference.cu.s |
| |
|
| | set_symmetric_difference_by_key.o: set_symmetric_difference_by_key.cu.o |
| | .PHONY : set_symmetric_difference_by_key.o |
| |
|
| | |
| | set_symmetric_difference_by_key.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/set_symmetric_difference_by_key.cu.o |
| | .PHONY : set_symmetric_difference_by_key.cu.o |
| |
|
| | set_symmetric_difference_by_key.i: set_symmetric_difference_by_key.cu.i |
| | .PHONY : set_symmetric_difference_by_key.i |
| |
|
| | |
| | set_symmetric_difference_by_key.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/set_symmetric_difference_by_key.cu.i |
| | .PHONY : set_symmetric_difference_by_key.cu.i |
| |
|
| | set_symmetric_difference_by_key.s: set_symmetric_difference_by_key.cu.s |
| | .PHONY : set_symmetric_difference_by_key.s |
| |
|
| | |
| | set_symmetric_difference_by_key.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_symmetric_difference_by_key.cdp_0.dir/set_symmetric_difference_by_key.cu.s |
| | .PHONY : set_symmetric_difference_by_key.cu.s |
| |
|
| | set_union.o: set_union.cu.o |
| | .PHONY : set_union.o |
| |
|
| | |
| | set_union.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/set_union.cu.o |
| | .PHONY : set_union.cu.o |
| |
|
| | set_union.i: set_union.cu.i |
| | .PHONY : set_union.i |
| |
|
| | |
| | set_union.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/set_union.cu.i |
| | .PHONY : set_union.cu.i |
| |
|
| | set_union.s: set_union.cu.s |
| | .PHONY : set_union.s |
| |
|
| | |
| | set_union.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_union.cdp_0.dir/set_union.cu.s |
| | .PHONY : set_union.cu.s |
| |
|
| | set_union_by_key.o: set_union_by_key.cu.o |
| | .PHONY : set_union_by_key.o |
| |
|
| | |
| | set_union_by_key.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/set_union_by_key.cu.o |
| | .PHONY : set_union_by_key.cu.o |
| |
|
| | set_union_by_key.i: set_union_by_key.cu.i |
| | .PHONY : set_union_by_key.i |
| |
|
| | |
| | set_union_by_key.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/set_union_by_key.cu.i |
| | .PHONY : set_union_by_key.cu.i |
| |
|
| | set_union_by_key.s: set_union_by_key.cu.s |
| | .PHONY : set_union_by_key.s |
| |
|
| | |
| | set_union_by_key.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.set_union_by_key.cdp_0.dir/set_union_by_key.cu.s |
| | .PHONY : set_union_by_key.cu.s |
| |
|
| | sort.o: sort.cu.o |
| | .PHONY : sort.o |
| |
|
| | |
| | sort.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/sort.cu.o |
| | .PHONY : sort.cu.o |
| |
|
| | sort.i: sort.cu.i |
| | .PHONY : sort.i |
| |
|
| | |
| | sort.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/sort.cu.i |
| | .PHONY : sort.cu.i |
| |
|
| | sort.s: sort.cu.s |
| | .PHONY : sort.s |
| |
|
| | |
| | sort.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.sort.cdp_0.dir/sort.cu.s |
| | .PHONY : sort.cu.s |
| |
|
| | sort_by_key.o: sort_by_key.cu.o |
| | .PHONY : sort_by_key.o |
| |
|
| | |
| | sort_by_key.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/sort_by_key.cu.o |
| | .PHONY : sort_by_key.cu.o |
| |
|
| | sort_by_key.i: sort_by_key.cu.i |
| | .PHONY : sort_by_key.i |
| |
|
| | |
| | sort_by_key.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/sort_by_key.cu.i |
| | .PHONY : sort_by_key.cu.i |
| |
|
| | sort_by_key.s: sort_by_key.cu.s |
| | .PHONY : sort_by_key.s |
| |
|
| | |
| | sort_by_key.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.sort_by_key.cdp_0.dir/sort_by_key.cu.s |
| | .PHONY : sort_by_key.cu.s |
| |
|
| | stream_legacy.o: stream_legacy.cu.o |
| | .PHONY : stream_legacy.o |
| |
|
| | |
| | stream_legacy.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/stream_legacy.cu.o |
| | .PHONY : stream_legacy.cu.o |
| |
|
| | stream_legacy.i: stream_legacy.cu.i |
| | .PHONY : stream_legacy.i |
| |
|
| | |
| | stream_legacy.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/stream_legacy.cu.i |
| | .PHONY : stream_legacy.cu.i |
| |
|
| | stream_legacy.s: stream_legacy.cu.s |
| | .PHONY : stream_legacy.s |
| |
|
| | |
| | stream_legacy.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.stream_legacy.cdp_0.dir/stream_legacy.cu.s |
| | .PHONY : stream_legacy.cu.s |
| |
|
| | stream_per_thread.o: stream_per_thread.cu.o |
| | .PHONY : stream_per_thread.o |
| |
|
| | |
| | stream_per_thread.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/stream_per_thread.cu.o |
| | .PHONY : stream_per_thread.cu.o |
| |
|
| | stream_per_thread.i: stream_per_thread.cu.i |
| | .PHONY : stream_per_thread.i |
| |
|
| | |
| | stream_per_thread.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/stream_per_thread.cu.i |
| | .PHONY : stream_per_thread.cu.i |
| |
|
| | stream_per_thread.s: stream_per_thread.cu.s |
| | .PHONY : stream_per_thread.s |
| |
|
| | |
| | stream_per_thread.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.stream_per_thread.cdp_0.dir/stream_per_thread.cu.s |
| | .PHONY : stream_per_thread.cu.s |
| |
|
| | swap_ranges.o: swap_ranges.cu.o |
| | .PHONY : swap_ranges.o |
| |
|
| | |
| | swap_ranges.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/swap_ranges.cu.o |
| | .PHONY : swap_ranges.cu.o |
| |
|
| | swap_ranges.i: swap_ranges.cu.i |
| | .PHONY : swap_ranges.i |
| |
|
| | |
| | swap_ranges.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/swap_ranges.cu.i |
| | .PHONY : swap_ranges.cu.i |
| |
|
| | swap_ranges.s: swap_ranges.cu.s |
| | .PHONY : swap_ranges.s |
| |
|
| | |
| | swap_ranges.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.swap_ranges.cdp_0.dir/swap_ranges.cu.s |
| | .PHONY : swap_ranges.cu.s |
| |
|
| | tabulate.o: tabulate.cu.o |
| | .PHONY : tabulate.o |
| |
|
| | |
| | tabulate.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/tabulate.cu.o |
| | .PHONY : tabulate.cu.o |
| |
|
| | tabulate.i: tabulate.cu.i |
| | .PHONY : tabulate.i |
| |
|
| | |
| | tabulate.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/tabulate.cu.i |
| | .PHONY : tabulate.cu.i |
| |
|
| | tabulate.s: tabulate.cu.s |
| | .PHONY : tabulate.s |
| |
|
| | |
| | tabulate.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.tabulate.cdp_0.dir/tabulate.cu.s |
| | .PHONY : tabulate.cu.s |
| |
|
| | transform.o: transform.cu.o |
| | .PHONY : transform.o |
| |
|
| | |
| | transform.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/transform.cu.o |
| | .PHONY : transform.cu.o |
| |
|
| | transform.i: transform.cu.i |
| | .PHONY : transform.i |
| |
|
| | |
| | transform.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/transform.cu.i |
| | .PHONY : transform.cu.i |
| |
|
| | transform.s: transform.cu.s |
| | .PHONY : transform.s |
| |
|
| | |
| | transform.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.transform.cdp_0.dir/transform.cu.s |
| | .PHONY : transform.cu.s |
| |
|
| | transform_reduce.o: transform_reduce.cu.o |
| | .PHONY : transform_reduce.o |
| |
|
| | |
| | transform_reduce.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/transform_reduce.cu.o |
| | .PHONY : transform_reduce.cu.o |
| |
|
| | transform_reduce.i: transform_reduce.cu.i |
| | .PHONY : transform_reduce.i |
| |
|
| | |
| | transform_reduce.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/transform_reduce.cu.i |
| | .PHONY : transform_reduce.cu.i |
| |
|
| | transform_reduce.s: transform_reduce.cu.s |
| | .PHONY : transform_reduce.s |
| |
|
| | |
| | transform_reduce.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.transform_reduce.cdp_0.dir/transform_reduce.cu.s |
| | .PHONY : transform_reduce.cu.s |
| |
|
| | transform_scan.o: transform_scan.cu.o |
| | .PHONY : transform_scan.o |
| |
|
| | |
| | transform_scan.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/transform_scan.cu.o |
| | .PHONY : transform_scan.cu.o |
| |
|
| | transform_scan.i: transform_scan.cu.i |
| | .PHONY : transform_scan.i |
| |
|
| | |
| | transform_scan.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/transform_scan.cu.i |
| | .PHONY : transform_scan.cu.i |
| |
|
| | transform_scan.s: transform_scan.cu.s |
| | .PHONY : transform_scan.s |
| |
|
| | |
| | transform_scan.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.transform_scan.cdp_0.dir/transform_scan.cu.s |
| | .PHONY : transform_scan.cu.s |
| |
|
| | uninitialized_copy.o: uninitialized_copy.cu.o |
| | .PHONY : uninitialized_copy.o |
| |
|
| | |
| | uninitialized_copy.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/uninitialized_copy.cu.o |
| | .PHONY : uninitialized_copy.cu.o |
| |
|
| | uninitialized_copy.i: uninitialized_copy.cu.i |
| | .PHONY : uninitialized_copy.i |
| |
|
| | |
| | uninitialized_copy.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/uninitialized_copy.cu.i |
| | .PHONY : uninitialized_copy.cu.i |
| |
|
| | uninitialized_copy.s: uninitialized_copy.cu.s |
| | .PHONY : uninitialized_copy.s |
| |
|
| | |
| | uninitialized_copy.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_copy.cdp_0.dir/uninitialized_copy.cu.s |
| | .PHONY : uninitialized_copy.cu.s |
| |
|
| | uninitialized_fill.o: uninitialized_fill.cu.o |
| | .PHONY : uninitialized_fill.o |
| |
|
| | |
| | uninitialized_fill.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/uninitialized_fill.cu.o |
| | .PHONY : uninitialized_fill.cu.o |
| |
|
| | uninitialized_fill.i: uninitialized_fill.cu.i |
| | .PHONY : uninitialized_fill.i |
| |
|
| | |
| | uninitialized_fill.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/uninitialized_fill.cu.i |
| | .PHONY : uninitialized_fill.cu.i |
| |
|
| | uninitialized_fill.s: uninitialized_fill.cu.s |
| | .PHONY : uninitialized_fill.s |
| |
|
| | |
| | uninitialized_fill.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.uninitialized_fill.cdp_0.dir/uninitialized_fill.cu.s |
| | .PHONY : uninitialized_fill.cu.s |
| |
|
| | unique.o: unique.cu.o |
| | .PHONY : unique.o |
| |
|
| | |
| | unique.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/unique.cu.o |
| | .PHONY : unique.cu.o |
| |
|
| | unique.i: unique.cu.i |
| | .PHONY : unique.i |
| |
|
| | |
| | unique.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/unique.cu.i |
| | .PHONY : unique.cu.i |
| |
|
| | unique.s: unique.cu.s |
| | .PHONY : unique.s |
| |
|
| | |
| | unique.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique.cdp_0.dir/unique.cu.s |
| | .PHONY : unique.cu.s |
| |
|
| | unique_by_key.o: unique_by_key.cu.o |
| | .PHONY : unique_by_key.o |
| |
|
| | |
| | unique_by_key.cu.o: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/unique_by_key.cu.o |
| | .PHONY : unique_by_key.cu.o |
| |
|
| | unique_by_key.i: unique_by_key.cu.i |
| | .PHONY : unique_by_key.i |
| |
|
| | |
| | unique_by_key.cu.i: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/unique_by_key.cu.i |
| | .PHONY : unique_by_key.cu.i |
| |
|
| | unique_by_key.s: unique_by_key.cu.s |
| | .PHONY : unique_by_key.s |
| |
|
| | |
| | unique_by_key.cu.s: |
| | cd /home/ubuntu/thrust/build && $(MAKE) $(MAKESILENT) -f testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/build.make testing/cuda/CMakeFiles/thrust.test.cuda.unique_by_key.cdp_0.dir/unique_by_key.cu.s |
| | .PHONY : unique_by_key.cu.s |
| |
|
| | |
| | help: |
| | @echo "The following are some of the valid targets for this Makefile:" |
| | @echo "... all (the default if no target is provided)" |
| | @echo "... clean" |
| | @echo "... depend" |
| | @echo "... edit_cache" |
| | @echo "... install" |
| | @echo "... install/local" |
| | @echo "... install/strip" |
| | @echo "... list_install_components" |
| | @echo "... rebuild_cache" |
| | @echo "... test" |
| | @echo "... thrust.all.test.cuda.adjacent_difference.cdp_0" |
| | @echo "... thrust.all.test.cuda.binary_search.cdp_0" |
| | @echo "... thrust.all.test.cuda.complex.cdp_0" |
| | @echo "... thrust.all.test.cuda.copy.cdp_0" |
| | @echo "... thrust.all.test.cuda.copy_if.cdp_0" |
| | @echo "... thrust.all.test.cuda.count.cdp_0" |
| | @echo "... thrust.all.test.cuda.cudart.cdp_0" |
| | @echo "... thrust.all.test.cuda.device_side_universal_vector.cdp_0" |
| | @echo "... thrust.all.test.cuda.equal.cdp_0" |
| | @echo "... thrust.all.test.cuda.fill.cdp_0" |
| | @echo "... thrust.all.test.cuda.find.cdp_0" |
| | @echo "... thrust.all.test.cuda.for_each.cdp_0" |
| | @echo "... thrust.all.test.cuda.gather.cdp_0" |
| | @echo "... thrust.all.test.cuda.generate.cdp_0" |
| | @echo "... thrust.all.test.cuda.inner_product.cdp_0" |
| | @echo "... thrust.all.test.cuda.is_partitioned.cdp_0" |
| | @echo "... thrust.all.test.cuda.is_sorted.cdp_0" |
| | @echo "... thrust.all.test.cuda.is_sorted_until.cdp_0" |
| | @echo "... thrust.all.test.cuda.logical.cdp_0" |
| | @echo "... thrust.all.test.cuda.max_element.cdp_0" |
| | @echo "... thrust.all.test.cuda.memory.cdp_0" |
| | @echo "... thrust.all.test.cuda.merge.cdp_0" |
| | @echo "... thrust.all.test.cuda.merge_by_key.cdp_0" |
| | @echo "... thrust.all.test.cuda.merge_sort.cdp_0" |
| | @echo "... thrust.all.test.cuda.min_element.cdp_0" |
| | @echo "... thrust.all.test.cuda.minmax_element.cdp_0" |
| | @echo "... thrust.all.test.cuda.mismatch.cdp_0" |
| | @echo "... thrust.all.test.cuda.pair_sort.cdp_0" |
| | @echo "... thrust.all.test.cuda.pair_sort_by_key.cdp_0" |
| | @echo "... thrust.all.test.cuda.partition.cdp_0" |
| | @echo "... thrust.all.test.cuda.partition_point.cdp_0" |
| | @echo "... thrust.all.test.cuda.reduce.cdp_0" |
| | @echo "... thrust.all.test.cuda.reduce_by_key.cdp_0" |
| | @echo "... thrust.all.test.cuda.remove.cdp_0" |
| | @echo "... thrust.all.test.cuda.replace.cdp_0" |
| | @echo "... thrust.all.test.cuda.reverse.cdp_0" |
| | @echo "... thrust.all.test.cuda.scan.cdp_0" |
| | @echo "... thrust.all.test.cuda.scan_by_key.cdp_0" |
| | @echo "... thrust.all.test.cuda.scatter.cdp_0" |
| | @echo "... thrust.all.test.cuda.sequence.cdp_0" |
| | @echo "... thrust.all.test.cuda.set_difference.cdp_0" |
| | @echo "... thrust.all.test.cuda.set_difference_by_key.cdp_0" |
| | @echo "... thrust.all.test.cuda.set_intersection.cdp_0" |
| | @echo "... thrust.all.test.cuda.set_intersection_by_key.cdp_0" |
| | @echo "... thrust.all.test.cuda.set_symmetric_difference.cdp_0" |
| | @echo "... thrust.all.test.cuda.set_symmetric_difference_by_key.cdp_0" |
| | @echo "... thrust.all.test.cuda.set_union.cdp_0" |
| | @echo "... thrust.all.test.cuda.set_union_by_key.cdp_0" |
| | @echo "... thrust.all.test.cuda.sort.cdp_0" |
| | @echo "... thrust.all.test.cuda.sort_by_key.cdp_0" |
| | @echo "... thrust.all.test.cuda.stream_legacy.cdp_0" |
| | @echo "... thrust.all.test.cuda.stream_per_thread.cdp_0" |
| | @echo "... thrust.all.test.cuda.swap_ranges.cdp_0" |
| | @echo "... thrust.all.test.cuda.tabulate.cdp_0" |
| | @echo "... thrust.all.test.cuda.transform.cdp_0" |
| | @echo "... thrust.all.test.cuda.transform_reduce.cdp_0" |
| | @echo "... thrust.all.test.cuda.transform_scan.cdp_0" |
| | @echo "... thrust.all.test.cuda.uninitialized_copy.cdp_0" |
| | @echo "... thrust.all.test.cuda.uninitialized_fill.cdp_0" |
| | @echo "... thrust.all.test.cuda.unique.cdp_0" |
| | @echo "... thrust.all.test.cuda.unique_by_key.cdp_0" |
| | @echo "... thrust.test.cuda.adjacent_difference.cdp_0" |
| | @echo "... thrust.test.cuda.binary_search.cdp_0" |
| | @echo "... thrust.test.cuda.complex.cdp_0" |
| | @echo "... thrust.test.cuda.copy.cdp_0" |
| | @echo "... thrust.test.cuda.copy_if.cdp_0" |
| | @echo "... thrust.test.cuda.count.cdp_0" |
| | @echo "... thrust.test.cuda.cudart.cdp_0" |
| | @echo "... thrust.test.cuda.device_side_universal_vector.cdp_0" |
| | @echo "... thrust.test.cuda.equal.cdp_0" |
| | @echo "... thrust.test.cuda.fill.cdp_0" |
| | @echo "... thrust.test.cuda.find.cdp_0" |
| | @echo "... thrust.test.cuda.for_each.cdp_0" |
| | @echo "... thrust.test.cuda.gather.cdp_0" |
| | @echo "... thrust.test.cuda.generate.cdp_0" |
| | @echo "... thrust.test.cuda.inner_product.cdp_0" |
| | @echo "... thrust.test.cuda.is_partitioned.cdp_0" |
| | @echo "... thrust.test.cuda.is_sorted.cdp_0" |
| | @echo "... thrust.test.cuda.is_sorted_until.cdp_0" |
| | @echo "... thrust.test.cuda.logical.cdp_0" |
| | @echo "... thrust.test.cuda.max_element.cdp_0" |
| | @echo "... thrust.test.cuda.memory.cdp_0" |
| | @echo "... thrust.test.cuda.merge.cdp_0" |
| | @echo "... thrust.test.cuda.merge_by_key.cdp_0" |
| | @echo "... thrust.test.cuda.merge_sort.cdp_0" |
| | @echo "... thrust.test.cuda.min_element.cdp_0" |
| | @echo "... thrust.test.cuda.minmax_element.cdp_0" |
| | @echo "... thrust.test.cuda.mismatch.cdp_0" |
| | @echo "... thrust.test.cuda.pair_sort.cdp_0" |
| | @echo "... thrust.test.cuda.pair_sort_by_key.cdp_0" |
| | @echo "... thrust.test.cuda.partition.cdp_0" |
| | @echo "... thrust.test.cuda.partition_point.cdp_0" |
| | @echo "... thrust.test.cuda.reduce.cdp_0" |
| | @echo "... thrust.test.cuda.reduce_by_key.cdp_0" |
| | @echo "... thrust.test.cuda.remove.cdp_0" |
| | @echo "... thrust.test.cuda.replace.cdp_0" |
| | @echo "... thrust.test.cuda.reverse.cdp_0" |
| | @echo "... thrust.test.cuda.scan.cdp_0" |
| | @echo "... thrust.test.cuda.scan_by_key.cdp_0" |
| | @echo "... thrust.test.cuda.scatter.cdp_0" |
| | @echo "... thrust.test.cuda.sequence.cdp_0" |
| | @echo "... thrust.test.cuda.set_difference.cdp_0" |
| | @echo "... thrust.test.cuda.set_difference_by_key.cdp_0" |
| | @echo "... thrust.test.cuda.set_intersection.cdp_0" |
| | @echo "... thrust.test.cuda.set_intersection_by_key.cdp_0" |
| | @echo "... thrust.test.cuda.set_symmetric_difference.cdp_0" |
| | @echo "... thrust.test.cuda.set_symmetric_difference_by_key.cdp_0" |
| | @echo "... thrust.test.cuda.set_union.cdp_0" |
| | @echo "... thrust.test.cuda.set_union_by_key.cdp_0" |
| | @echo "... thrust.test.cuda.sort.cdp_0" |
| | @echo "... thrust.test.cuda.sort_by_key.cdp_0" |
| | @echo "... thrust.test.cuda.stream_legacy.cdp_0" |
| | @echo "... thrust.test.cuda.stream_per_thread.cdp_0" |
| | @echo "... thrust.test.cuda.swap_ranges.cdp_0" |
| | @echo "... thrust.test.cuda.tabulate.cdp_0" |
| | @echo "... thrust.test.cuda.transform.cdp_0" |
| | @echo "... thrust.test.cuda.transform_reduce.cdp_0" |
| | @echo "... thrust.test.cuda.transform_scan.cdp_0" |
| | @echo "... thrust.test.cuda.uninitialized_copy.cdp_0" |
| | @echo "... thrust.test.cuda.uninitialized_fill.cdp_0" |
| | @echo "... thrust.test.cuda.unique.cdp_0" |
| | @echo "... thrust.test.cuda.unique_by_key.cdp_0" |
| | @echo "... adjacent_difference.o" |
| | @echo "... adjacent_difference.i" |
| | @echo "... adjacent_difference.s" |
| | @echo "... binary_search.o" |
| | @echo "... binary_search.i" |
| | @echo "... binary_search.s" |
| | @echo "... complex.o" |
| | @echo "... complex.i" |
| | @echo "... complex.s" |
| | @echo "... copy.o" |
| | @echo "... copy.i" |
| | @echo "... copy.s" |
| | @echo "... copy_if.o" |
| | @echo "... copy_if.i" |
| | @echo "... copy_if.s" |
| | @echo "... count.o" |
| | @echo "... count.i" |
| | @echo "... count.s" |
| | @echo "... cudart.o" |
| | @echo "... cudart.i" |
| | @echo "... cudart.s" |
| | @echo "... device_side_universal_vector.o" |
| | @echo "... device_side_universal_vector.i" |
| | @echo "... device_side_universal_vector.s" |
| | @echo "... equal.o" |
| | @echo "... equal.i" |
| | @echo "... equal.s" |
| | @echo "... fill.o" |
| | @echo "... fill.i" |
| | @echo "... fill.s" |
| | @echo "... find.o" |
| | @echo "... find.i" |
| | @echo "... find.s" |
| | @echo "... for_each.o" |
| | @echo "... for_each.i" |
| | @echo "... for_each.s" |
| | @echo "... gather.o" |
| | @echo "... gather.i" |
| | @echo "... gather.s" |
| | @echo "... generate.o" |
| | @echo "... generate.i" |
| | @echo "... generate.s" |
| | @echo "... inner_product.o" |
| | @echo "... inner_product.i" |
| | @echo "... inner_product.s" |
| | @echo "... is_partitioned.o" |
| | @echo "... is_partitioned.i" |
| | @echo "... is_partitioned.s" |
| | @echo "... is_sorted.o" |
| | @echo "... is_sorted.i" |
| | @echo "... is_sorted.s" |
| | @echo "... is_sorted_until.o" |
| | @echo "... is_sorted_until.i" |
| | @echo "... is_sorted_until.s" |
| | @echo "... logical.o" |
| | @echo "... logical.i" |
| | @echo "... logical.s" |
| | @echo "... max_element.o" |
| | @echo "... max_element.i" |
| | @echo "... max_element.s" |
| | @echo "... memory.o" |
| | @echo "... memory.i" |
| | @echo "... memory.s" |
| | @echo "... merge.o" |
| | @echo "... merge.i" |
| | @echo "... merge.s" |
| | @echo "... merge_by_key.o" |
| | @echo "... merge_by_key.i" |
| | @echo "... merge_by_key.s" |
| | @echo "... merge_sort.o" |
| | @echo "... merge_sort.i" |
| | @echo "... merge_sort.s" |
| | @echo "... min_element.o" |
| | @echo "... min_element.i" |
| | @echo "... min_element.s" |
| | @echo "... minmax_element.o" |
| | @echo "... minmax_element.i" |
| | @echo "... minmax_element.s" |
| | @echo "... mismatch.o" |
| | @echo "... mismatch.i" |
| | @echo "... mismatch.s" |
| | @echo "... pair_sort.o" |
| | @echo "... pair_sort.i" |
| | @echo "... pair_sort.s" |
| | @echo "... pair_sort_by_key.o" |
| | @echo "... pair_sort_by_key.i" |
| | @echo "... pair_sort_by_key.s" |
| | @echo "... partition.o" |
| | @echo "... partition.i" |
| | @echo "... partition.s" |
| | @echo "... partition_point.o" |
| | @echo "... partition_point.i" |
| | @echo "... partition_point.s" |
| | @echo "... reduce.o" |
| | @echo "... reduce.i" |
| | @echo "... reduce.s" |
| | @echo "... reduce_by_key.o" |
| | @echo "... reduce_by_key.i" |
| | @echo "... reduce_by_key.s" |
| | @echo "... remove.o" |
| | @echo "... remove.i" |
| | @echo "... remove.s" |
| | @echo "... replace.o" |
| | @echo "... replace.i" |
| | @echo "... replace.s" |
| | @echo "... reverse.o" |
| | @echo "... reverse.i" |
| | @echo "... reverse.s" |
| | @echo "... scan.o" |
| | @echo "... scan.i" |
| | @echo "... scan.s" |
| | @echo "... scan_by_key.o" |
| | @echo "... scan_by_key.i" |
| | @echo "... scan_by_key.s" |
| | @echo "... scatter.o" |
| | @echo "... scatter.i" |
| | @echo "... scatter.s" |
| | @echo "... sequence.o" |
| | @echo "... sequence.i" |
| | @echo "... sequence.s" |
| | @echo "... set_difference.o" |
| | @echo "... set_difference.i" |
| | @echo "... set_difference.s" |
| | @echo "... set_difference_by_key.o" |
| | @echo "... set_difference_by_key.i" |
| | @echo "... set_difference_by_key.s" |
| | @echo "... set_intersection.o" |
| | @echo "... set_intersection.i" |
| | @echo "... set_intersection.s" |
| | @echo "... set_intersection_by_key.o" |
| | @echo "... set_intersection_by_key.i" |
| | @echo "... set_intersection_by_key.s" |
| | @echo "... set_symmetric_difference.o" |
| | @echo "... set_symmetric_difference.i" |
| | @echo "... set_symmetric_difference.s" |
| | @echo "... set_symmetric_difference_by_key.o" |
| | @echo "... set_symmetric_difference_by_key.i" |
| | @echo "... set_symmetric_difference_by_key.s" |
| | @echo "... set_union.o" |
| | @echo "... set_union.i" |
| | @echo "... set_union.s" |
| | @echo "... set_union_by_key.o" |
| | @echo "... set_union_by_key.i" |
| | @echo "... set_union_by_key.s" |
| | @echo "... sort.o" |
| | @echo "... sort.i" |
| | @echo "... sort.s" |
| | @echo "... sort_by_key.o" |
| | @echo "... sort_by_key.i" |
| | @echo "... sort_by_key.s" |
| | @echo "... stream_legacy.o" |
| | @echo "... stream_legacy.i" |
| | @echo "... stream_legacy.s" |
| | @echo "... stream_per_thread.o" |
| | @echo "... stream_per_thread.i" |
| | @echo "... stream_per_thread.s" |
| | @echo "... swap_ranges.o" |
| | @echo "... swap_ranges.i" |
| | @echo "... swap_ranges.s" |
| | @echo "... tabulate.o" |
| | @echo "... tabulate.i" |
| | @echo "... tabulate.s" |
| | @echo "... transform.o" |
| | @echo "... transform.i" |
| | @echo "... transform.s" |
| | @echo "... transform_reduce.o" |
| | @echo "... transform_reduce.i" |
| | @echo "... transform_reduce.s" |
| | @echo "... transform_scan.o" |
| | @echo "... transform_scan.i" |
| | @echo "... transform_scan.s" |
| | @echo "... uninitialized_copy.o" |
| | @echo "... uninitialized_copy.i" |
| | @echo "... uninitialized_copy.s" |
| | @echo "... uninitialized_fill.o" |
| | @echo "... uninitialized_fill.i" |
| | @echo "... uninitialized_fill.s" |
| | @echo "... unique.o" |
| | @echo "... unique.i" |
| | @echo "... unique.s" |
| | @echo "... unique_by_key.o" |
| | @echo "... unique_by_key.i" |
| | @echo "... unique_by_key.s" |
| | .PHONY : help |
| |
|
| |
|
| |
|
| | |
| | |
| |
|
| | |
| | |
| | |
| | cmake_check_build_system: |
| | cd /home/ubuntu/thrust/build && $(CMAKE_COMMAND) -P /home/ubuntu/thrust/build/CMakeFiles/VerifyGlobs.cmake |
| | cd /home/ubuntu/thrust/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 |
| | .PHONY : cmake_check_build_system |
| |
|
| |
|