# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.16 # Default target executed when no arguments are given to make. default_target: all .PHONY : default_target # Allow only one "make -f Makefile2" at a time, but pass parallelism. .NOTPARALLEL: #============================================================================= # Special targets provided by cmake. # Disable implicit rules so canonical targets will work. .SUFFIXES: # Remove some rules from gmake that .SUFFIXES does not remove. SUFFIXES = .SUFFIXES: .hpux_make_needs_suffix_list # Suppress display of executed commands. $(VERBOSE).SILENT: # A target that is always out of date. cmake_force: .PHONY : cmake_force #============================================================================= # Set environment variables for the build. # The shell in which to execute make rules. SHELL = /bin/sh # The CMake executable. CMAKE_COMMAND = /opt/cmake/bin/cmake # The command to remove a file. RM = /opt/cmake/bin/cmake -E remove -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /data/norm/lmdeploy # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /data/norm/lmdeploy/build #============================================================================= # Targets provided globally by CMake. # Special rule for the target install/strip install/strip: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." /opt/cmake/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake .PHONY : install/strip # Special rule for the target install/strip install/strip/fast: preinstall/fast @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." /opt/cmake/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake .PHONY : install/strip/fast # Special rule for the target install/local install/local: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." /opt/cmake/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake .PHONY : install/local # Special rule for the target install/local install/local/fast: preinstall/fast @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." /opt/cmake/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake .PHONY : install/local/fast # Special rule for the target edit_cache edit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." /opt/cmake/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : edit_cache # Special rule for the target edit_cache edit_cache/fast: edit_cache .PHONY : edit_cache/fast # Special rule for the target rebuild_cache rebuild_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." /opt/cmake/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : rebuild_cache # Special rule for the target rebuild_cache rebuild_cache/fast: rebuild_cache .PHONY : rebuild_cache/fast # Special rule for the target install install: preinstall @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." /opt/cmake/bin/cmake -P cmake_install.cmake .PHONY : install # Special rule for the target install install/fast: preinstall/fast @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." /opt/cmake/bin/cmake -P cmake_install.cmake .PHONY : install/fast # Special rule for the target list_install_components list_install_components: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" .PHONY : list_install_components # Special rule for the target list_install_components list_install_components/fast: list_install_components .PHONY : list_install_components/fast # The main all target all: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /data/norm/lmdeploy/build/CMakeFiles /data/norm/lmdeploy/build/CMakeFiles/progress.marks $(MAKE) -f CMakeFiles/Makefile2 all $(CMAKE_COMMAND) -E cmake_progress_start /data/norm/lmdeploy/build/CMakeFiles 0 .PHONY : all # The main clean target clean: $(MAKE) -f CMakeFiles/Makefile2 clean .PHONY : clean # The main clean target clean/fast: clean .PHONY : clean/fast # Prepare targets for installation. preinstall: all $(MAKE) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: $(MAKE) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall/fast # clear depends depend: $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend #============================================================================= # Target rules for targets named transformer-shared # Build rule for target. transformer-shared: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 transformer-shared .PHONY : transformer-shared # fast build rule for target. transformer-shared/fast: $(MAKE) -f CMakeFiles/transformer-shared.dir/build.make CMakeFiles/transformer-shared.dir/build .PHONY : transformer-shared/fast #============================================================================= # Target rules for targets named tensor # Build rule for target. tensor: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 tensor .PHONY : tensor # fast build rule for target. tensor/fast: $(MAKE) -f src/turbomind/utils/CMakeFiles/tensor.dir/build.make src/turbomind/utils/CMakeFiles/tensor.dir/build .PHONY : tensor/fast #============================================================================= # Target rules for targets named gemm # Build rule for target. gemm: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 gemm .PHONY : gemm # fast build rule for target. gemm/fast: $(MAKE) -f src/turbomind/utils/CMakeFiles/gemm.dir/build.make src/turbomind/utils/CMakeFiles/gemm.dir/build .PHONY : gemm/fast #============================================================================= # Target rules for targets named cublasAlgoMap # Build rule for target. cublasAlgoMap: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 cublasAlgoMap .PHONY : cublasAlgoMap # fast build rule for target. cublasAlgoMap/fast: $(MAKE) -f src/turbomind/utils/CMakeFiles/cublasAlgoMap.dir/build.make src/turbomind/utils/CMakeFiles/cublasAlgoMap.dir/build .PHONY : cublasAlgoMap/fast #============================================================================= # Target rules for targets named nvtx_utils # Build rule for target. nvtx_utils: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 nvtx_utils .PHONY : nvtx_utils # fast build rule for target. nvtx_utils/fast: $(MAKE) -f src/turbomind/utils/CMakeFiles/nvtx_utils.dir/build.make src/turbomind/utils/CMakeFiles/nvtx_utils.dir/build .PHONY : nvtx_utils/fast #============================================================================= # Target rules for targets named cublasMMWrapper # Build rule for target. cublasMMWrapper: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 cublasMMWrapper .PHONY : cublasMMWrapper # fast build rule for target. cublasMMWrapper/fast: $(MAKE) -f src/turbomind/utils/CMakeFiles/cublasMMWrapper.dir/build.make src/turbomind/utils/CMakeFiles/cublasMMWrapper.dir/build .PHONY : cublasMMWrapper/fast #============================================================================= # Target rules for targets named logger # Build rule for target. logger: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 logger .PHONY : logger # fast build rule for target. logger/fast: $(MAKE) -f src/turbomind/utils/CMakeFiles/logger.dir/build.make src/turbomind/utils/CMakeFiles/logger.dir/build .PHONY : logger/fast #============================================================================= # Target rules for targets named nccl_utils # Build rule for target. nccl_utils: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 nccl_utils .PHONY : nccl_utils # fast build rule for target. nccl_utils/fast: $(MAKE) -f src/turbomind/utils/CMakeFiles/nccl_utils.dir/build.make src/turbomind/utils/CMakeFiles/nccl_utils.dir/build .PHONY : nccl_utils/fast #============================================================================= # Target rules for targets named cuda_utils # Build rule for target. cuda_utils: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 cuda_utils .PHONY : cuda_utils # fast build rule for target. cuda_utils/fast: $(MAKE) -f src/turbomind/utils/CMakeFiles/cuda_utils.dir/build.make src/turbomind/utils/CMakeFiles/cuda_utils.dir/build .PHONY : cuda_utils/fast #============================================================================= # Target rules for targets named word_list # Build rule for target. word_list: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 word_list .PHONY : word_list # fast build rule for target. word_list/fast: $(MAKE) -f src/turbomind/utils/CMakeFiles/word_list.dir/build.make src/turbomind/utils/CMakeFiles/word_list.dir/build .PHONY : word_list/fast #============================================================================= # Target rules for targets named custom_ar_comm # Build rule for target. custom_ar_comm: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 custom_ar_comm .PHONY : custom_ar_comm # fast build rule for target. custom_ar_comm/fast: $(MAKE) -f src/turbomind/utils/CMakeFiles/custom_ar_comm.dir/build.make src/turbomind/utils/CMakeFiles/custom_ar_comm.dir/build .PHONY : custom_ar_comm/fast #============================================================================= # Target rules for targets named memory_utils # Build rule for target. memory_utils: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 memory_utils .PHONY : memory_utils # fast build rule for target. memory_utils/fast: $(MAKE) -f src/turbomind/utils/CMakeFiles/memory_utils.dir/build.make src/turbomind/utils/CMakeFiles/memory_utils.dir/build .PHONY : memory_utils/fast #============================================================================= # Target rules for targets named mpi_utils # Build rule for target. mpi_utils: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 mpi_utils .PHONY : mpi_utils # fast build rule for target. mpi_utils/fast: $(MAKE) -f src/turbomind/utils/CMakeFiles/mpi_utils.dir/build.make src/turbomind/utils/CMakeFiles/mpi_utils.dir/build .PHONY : mpi_utils/fast #============================================================================= # Target rules for targets named decoding_gemm_func # Build rule for target. decoding_gemm_func: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 decoding_gemm_func .PHONY : decoding_gemm_func # fast build rule for target. decoding_gemm_func/fast: $(MAKE) -f src/turbomind/utils/gemm_test/CMakeFiles/decoding_gemm_func.dir/build.make src/turbomind/utils/gemm_test/CMakeFiles/decoding_gemm_func.dir/build .PHONY : decoding_gemm_func/fast #============================================================================= # Target rules for targets named gpt_gemm_func # Build rule for target. gpt_gemm_func: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 gpt_gemm_func .PHONY : gpt_gemm_func # fast build rule for target. gpt_gemm_func/fast: $(MAKE) -f src/turbomind/utils/gemm_test/CMakeFiles/gpt_gemm_func.dir/build.make src/turbomind/utils/gemm_test/CMakeFiles/gpt_gemm_func.dir/build .PHONY : gpt_gemm_func/fast #============================================================================= # Target rules for targets named encoder_igemm_func # Build rule for target. encoder_igemm_func: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 encoder_igemm_func .PHONY : encoder_igemm_func # fast build rule for target. encoder_igemm_func/fast: $(MAKE) -f src/turbomind/utils/gemm_test/CMakeFiles/encoder_igemm_func.dir/build.make src/turbomind/utils/gemm_test/CMakeFiles/encoder_igemm_func.dir/build .PHONY : encoder_igemm_func/fast #============================================================================= # Target rules for targets named encoder_gemm_func # Build rule for target. encoder_gemm_func: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 encoder_gemm_func .PHONY : encoder_gemm_func # fast build rule for target. encoder_gemm_func/fast: $(MAKE) -f src/turbomind/utils/gemm_test/CMakeFiles/encoder_gemm_func.dir/build.make src/turbomind/utils/gemm_test/CMakeFiles/encoder_gemm_func.dir/build .PHONY : encoder_gemm_func/fast #============================================================================= # Target rules for targets named gemm_func # Build rule for target. gemm_func: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 gemm_func .PHONY : gemm_func # fast build rule for target. gemm_func/fast: $(MAKE) -f src/turbomind/utils/gemm_test/CMakeFiles/gemm_func.dir/build.make src/turbomind/utils/gemm_test/CMakeFiles/gemm_func.dir/build .PHONY : gemm_func/fast #============================================================================= # Target rules for targets named swin_gemm_func # Build rule for target. swin_gemm_func: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 swin_gemm_func .PHONY : swin_gemm_func # fast build rule for target. swin_gemm_func/fast: $(MAKE) -f src/turbomind/utils/gemm_test/CMakeFiles/swin_gemm_func.dir/build.make src/turbomind/utils/gemm_test/CMakeFiles/swin_gemm_func.dir/build .PHONY : swin_gemm_func/fast #============================================================================= # Target rules for targets named swin_igemm_func # Build rule for target. swin_igemm_func: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 swin_igemm_func .PHONY : swin_igemm_func # fast build rule for target. swin_igemm_func/fast: $(MAKE) -f src/turbomind/utils/gemm_test/CMakeFiles/swin_igemm_func.dir/build.make src/turbomind/utils/gemm_test/CMakeFiles/swin_igemm_func.dir/build .PHONY : swin_igemm_func/fast #============================================================================= # Target rules for targets named t5_gemm_func # Build rule for target. t5_gemm_func: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 t5_gemm_func .PHONY : t5_gemm_func # fast build rule for target. t5_gemm_func/fast: $(MAKE) -f src/turbomind/utils/gemm_test/CMakeFiles/t5_gemm_func.dir/build.make src/turbomind/utils/gemm_test/CMakeFiles/t5_gemm_func.dir/build .PHONY : t5_gemm_func/fast #============================================================================= # Target rules for targets named xlnet_gemm_func # Build rule for target. xlnet_gemm_func: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 xlnet_gemm_func .PHONY : xlnet_gemm_func # fast build rule for target. xlnet_gemm_func/fast: $(MAKE) -f src/turbomind/utils/gemm_test/CMakeFiles/xlnet_gemm_func.dir/build.make src/turbomind/utils/gemm_test/CMakeFiles/xlnet_gemm_func.dir/build .PHONY : xlnet_gemm_func/fast #============================================================================= # Target rules for targets named custom_ar_kernels # Build rule for target. custom_ar_kernels: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 custom_ar_kernels .PHONY : custom_ar_kernels # fast build rule for target. custom_ar_kernels/fast: $(MAKE) -f src/turbomind/kernels/CMakeFiles/custom_ar_kernels.dir/build.make src/turbomind/kernels/CMakeFiles/custom_ar_kernels.dir/build .PHONY : custom_ar_kernels/fast #============================================================================= # Target rules for targets named sampling_topp_kernels # Build rule for target. sampling_topp_kernels: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 sampling_topp_kernels .PHONY : sampling_topp_kernels # fast build rule for target. sampling_topp_kernels/fast: $(MAKE) -f src/turbomind/kernels/CMakeFiles/sampling_topp_kernels.dir/build.make src/turbomind/kernels/CMakeFiles/sampling_topp_kernels.dir/build .PHONY : sampling_topp_kernels/fast #============================================================================= # Target rules for targets named activation_kernels # Build rule for target. activation_kernels: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 activation_kernels .PHONY : activation_kernels # fast build rule for target. activation_kernels/fast: $(MAKE) -f src/turbomind/kernels/CMakeFiles/activation_kernels.dir/build.make src/turbomind/kernels/CMakeFiles/activation_kernels.dir/build .PHONY : activation_kernels/fast #============================================================================= # Target rules for targets named ban_bad_words # Build rule for target. ban_bad_words: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 ban_bad_words .PHONY : ban_bad_words # fast build rule for target. ban_bad_words/fast: $(MAKE) -f src/turbomind/kernels/CMakeFiles/ban_bad_words.dir/build.make src/turbomind/kernels/CMakeFiles/ban_bad_words.dir/build .PHONY : ban_bad_words/fast #============================================================================= # Target rules for targets named sampling_topk_kernels # Build rule for target. sampling_topk_kernels: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 sampling_topk_kernels .PHONY : sampling_topk_kernels # fast build rule for target. sampling_topk_kernels/fast: $(MAKE) -f src/turbomind/kernels/CMakeFiles/sampling_topk_kernels.dir/build.make src/turbomind/kernels/CMakeFiles/sampling_topk_kernels.dir/build .PHONY : sampling_topk_kernels/fast #============================================================================= # Target rules for targets named logprob_kernels # Build rule for target. logprob_kernels: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 logprob_kernels .PHONY : logprob_kernels # fast build rule for target. logprob_kernels/fast: $(MAKE) -f src/turbomind/kernels/CMakeFiles/logprob_kernels.dir/build.make src/turbomind/kernels/CMakeFiles/logprob_kernels.dir/build .PHONY : logprob_kernels/fast #============================================================================= # Target rules for targets named stop_criteria # Build rule for target. stop_criteria: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 stop_criteria .PHONY : stop_criteria # fast build rule for target. stop_criteria/fast: $(MAKE) -f src/turbomind/kernels/CMakeFiles/stop_criteria.dir/build.make src/turbomind/kernels/CMakeFiles/stop_criteria.dir/build .PHONY : stop_criteria/fast #============================================================================= # Target rules for targets named sampling_penalty_kernels # Build rule for target. sampling_penalty_kernels: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 sampling_penalty_kernels .PHONY : sampling_penalty_kernels # fast build rule for target. sampling_penalty_kernels/fast: $(MAKE) -f src/turbomind/kernels/CMakeFiles/sampling_penalty_kernels.dir/build.make src/turbomind/kernels/CMakeFiles/sampling_penalty_kernels.dir/build .PHONY : sampling_penalty_kernels/fast #============================================================================= # Target rules for targets named gpt_kernels # Build rule for target. gpt_kernels: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 gpt_kernels .PHONY : gpt_kernels # fast build rule for target. gpt_kernels/fast: $(MAKE) -f src/turbomind/kernels/CMakeFiles/gpt_kernels.dir/build.make src/turbomind/kernels/CMakeFiles/gpt_kernels.dir/build .PHONY : gpt_kernels/fast #============================================================================= # Target rules for targets named unfused_attention_kernels # Build rule for target. unfused_attention_kernels: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 unfused_attention_kernels .PHONY : unfused_attention_kernels # fast build rule for target. unfused_attention_kernels/fast: $(MAKE) -f src/turbomind/kernels/CMakeFiles/unfused_attention_kernels.dir/build.make src/turbomind/kernels/CMakeFiles/unfused_attention_kernels.dir/build .PHONY : unfused_attention_kernels/fast #============================================================================= # Target rules for targets named bert_preprocess_kernels # Build rule for target. bert_preprocess_kernels: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 bert_preprocess_kernels .PHONY : bert_preprocess_kernels # fast build rule for target. bert_preprocess_kernels/fast: $(MAKE) -f src/turbomind/kernels/CMakeFiles/bert_preprocess_kernels.dir/build.make src/turbomind/kernels/CMakeFiles/bert_preprocess_kernels.dir/build .PHONY : bert_preprocess_kernels/fast #============================================================================= # Target rules for targets named decoding_kernels # Build rule for target. decoding_kernels: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 decoding_kernels .PHONY : decoding_kernels # fast build rule for target. decoding_kernels/fast: $(MAKE) -f src/turbomind/kernels/CMakeFiles/decoding_kernels.dir/build.make src/turbomind/kernels/CMakeFiles/decoding_kernels.dir/build .PHONY : decoding_kernels/fast #============================================================================= # Target rules for targets named decoder_masked_multihead_attention # Build rule for target. decoder_masked_multihead_attention: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 decoder_masked_multihead_attention .PHONY : decoder_masked_multihead_attention # fast build rule for target. decoder_masked_multihead_attention/fast: $(MAKE) -f src/turbomind/kernels/CMakeFiles/decoder_masked_multihead_attention.dir/build.make src/turbomind/kernels/CMakeFiles/decoder_masked_multihead_attention.dir/build .PHONY : decoder_masked_multihead_attention/fast #============================================================================= # Target rules for targets named decoder_multihead_attention # Build rule for target. decoder_multihead_attention: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 decoder_multihead_attention .PHONY : decoder_multihead_attention # fast build rule for target. decoder_multihead_attention/fast: $(MAKE) -f src/turbomind/kernels/decoder_multihead_attention/CMakeFiles/decoder_multihead_attention.dir/build.make src/turbomind/kernels/decoder_multihead_attention/CMakeFiles/decoder_multihead_attention.dir/build .PHONY : decoder_multihead_attention/fast #============================================================================= # Target rules for targets named DynamicDecodeLayer # Build rule for target. DynamicDecodeLayer: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 DynamicDecodeLayer .PHONY : DynamicDecodeLayer # fast build rule for target. DynamicDecodeLayer/fast: $(MAKE) -f src/turbomind/layers/CMakeFiles/DynamicDecodeLayer.dir/build.make src/turbomind/layers/CMakeFiles/DynamicDecodeLayer.dir/build .PHONY : DynamicDecodeLayer/fast #============================================================================= # Target rules for targets named BaseSamplingLayer # Build rule for target. BaseSamplingLayer: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 BaseSamplingLayer .PHONY : BaseSamplingLayer # fast build rule for target. BaseSamplingLayer/fast: $(MAKE) -f src/turbomind/layers/sampling_layers/CMakeFiles/BaseSamplingLayer.dir/build.make src/turbomind/layers/sampling_layers/CMakeFiles/BaseSamplingLayer.dir/build .PHONY : BaseSamplingLayer/fast #============================================================================= # Target rules for targets named TopKSamplingLayer # Build rule for target. TopKSamplingLayer: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 TopKSamplingLayer .PHONY : TopKSamplingLayer # fast build rule for target. TopKSamplingLayer/fast: $(MAKE) -f src/turbomind/layers/sampling_layers/CMakeFiles/TopKSamplingLayer.dir/build.make src/turbomind/layers/sampling_layers/CMakeFiles/TopKSamplingLayer.dir/build .PHONY : TopKSamplingLayer/fast #============================================================================= # Target rules for targets named TopPSamplingLayer # Build rule for target. TopPSamplingLayer: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 TopPSamplingLayer .PHONY : TopPSamplingLayer # fast build rule for target. TopPSamplingLayer/fast: $(MAKE) -f src/turbomind/layers/sampling_layers/CMakeFiles/TopPSamplingLayer.dir/build.make src/turbomind/layers/sampling_layers/CMakeFiles/TopPSamplingLayer.dir/build .PHONY : TopPSamplingLayer/fast #============================================================================= # Target rules for targets named Llama # Build rule for target. Llama: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 Llama .PHONY : Llama # fast build rule for target. Llama/fast: $(MAKE) -f src/turbomind/models/llama/CMakeFiles/Llama.dir/build.make src/turbomind/models/llama/CMakeFiles/Llama.dir/build .PHONY : Llama/fast #============================================================================= # Target rules for targets named llama_gemm # Build rule for target. llama_gemm: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 llama_gemm .PHONY : llama_gemm # fast build rule for target. llama_gemm/fast: $(MAKE) -f src/turbomind/models/llama/CMakeFiles/llama_gemm.dir/build.make src/turbomind/models/llama/CMakeFiles/llama_gemm.dir/build .PHONY : llama_gemm/fast #============================================================================= # Target rules for targets named _turbomind # Build rule for target. _turbomind: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 _turbomind .PHONY : _turbomind # fast build rule for target. _turbomind/fast: $(MAKE) -f src/turbomind/python/CMakeFiles/_turbomind.dir/build.make src/turbomind/python/CMakeFiles/_turbomind.dir/build .PHONY : _turbomind/fast #============================================================================= # Target rules for targets named TransformerTritonBackend # Build rule for target. TransformerTritonBackend: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 TransformerTritonBackend .PHONY : TransformerTritonBackend # fast build rule for target. TransformerTritonBackend/fast: $(MAKE) -f src/turbomind/triton_backend/CMakeFiles/TransformerTritonBackend.dir/build.make src/turbomind/triton_backend/CMakeFiles/TransformerTritonBackend.dir/build .PHONY : TransformerTritonBackend/fast #============================================================================= # Target rules for targets named triton-turbomind-backend # Build rule for target. triton-turbomind-backend: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 triton-turbomind-backend .PHONY : triton-turbomind-backend # fast build rule for target. triton-turbomind-backend/fast: $(MAKE) -f src/turbomind/triton_backend/CMakeFiles/triton-turbomind-backend.dir/build.make src/turbomind/triton_backend/CMakeFiles/triton-turbomind-backend.dir/build .PHONY : triton-turbomind-backend/fast #============================================================================= # Target rules for targets named LlamaTritonBackend # Build rule for target. LlamaTritonBackend: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 LlamaTritonBackend .PHONY : LlamaTritonBackend # fast build rule for target. LlamaTritonBackend/fast: $(MAKE) -f src/turbomind/triton_backend/llama/CMakeFiles/LlamaTritonBackend.dir/build.make src/turbomind/triton_backend/llama/CMakeFiles/LlamaTritonBackend.dir/build .PHONY : LlamaTritonBackend/fast #============================================================================= # Target rules for targets named triton-common-logging # Build rule for target. triton-common-logging: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 triton-common-logging .PHONY : triton-common-logging # fast build rule for target. triton-common-logging/fast: $(MAKE) -f _deps/repo-common-build/CMakeFiles/triton-common-logging.dir/build.make _deps/repo-common-build/CMakeFiles/triton-common-logging.dir/build .PHONY : triton-common-logging/fast #============================================================================= # Target rules for targets named triton-common-error # Build rule for target. triton-common-error: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 triton-common-error .PHONY : triton-common-error # fast build rule for target. triton-common-error/fast: $(MAKE) -f _deps/repo-common-build/CMakeFiles/triton-common-error.dir/build.make _deps/repo-common-build/CMakeFiles/triton-common-error.dir/build .PHONY : triton-common-error/fast #============================================================================= # Target rules for targets named triton-common-async-work-queue # Build rule for target. triton-common-async-work-queue: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 triton-common-async-work-queue .PHONY : triton-common-async-work-queue # fast build rule for target. triton-common-async-work-queue/fast: $(MAKE) -f _deps/repo-common-build/CMakeFiles/triton-common-async-work-queue.dir/build.make _deps/repo-common-build/CMakeFiles/triton-common-async-work-queue.dir/build .PHONY : triton-common-async-work-queue/fast #============================================================================= # Target rules for targets named triton-common-thread-pool # Build rule for target. triton-common-thread-pool: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 triton-common-thread-pool .PHONY : triton-common-thread-pool # fast build rule for target. triton-common-thread-pool/fast: $(MAKE) -f _deps/repo-common-build/CMakeFiles/triton-common-thread-pool.dir/build.make _deps/repo-common-build/CMakeFiles/triton-common-thread-pool.dir/build .PHONY : triton-common-thread-pool/fast #============================================================================= # Target rules for targets named triton-common-table-printer # Build rule for target. triton-common-table-printer: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 triton-common-table-printer .PHONY : triton-common-table-printer # fast build rule for target. triton-common-table-printer/fast: $(MAKE) -f _deps/repo-common-build/CMakeFiles/triton-common-table-printer.dir/build.make _deps/repo-common-build/CMakeFiles/triton-common-table-printer.dir/build .PHONY : triton-common-table-printer/fast #============================================================================= # Target rules for targets named triton-core-serverstub # Build rule for target. triton-core-serverstub: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 triton-core-serverstub .PHONY : triton-core-serverstub # fast build rule for target. triton-core-serverstub/fast: $(MAKE) -f _deps/repo-core-build/CMakeFiles/triton-core-serverstub.dir/build.make _deps/repo-core-build/CMakeFiles/triton-core-serverstub.dir/build .PHONY : triton-core-serverstub/fast #============================================================================= # Target rules for targets named triton-backend-utils # Build rule for target. triton-backend-utils: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 triton-backend-utils .PHONY : triton-backend-utils # fast build rule for target. triton-backend-utils/fast: $(MAKE) -f _deps/repo-backend-build/CMakeFiles/triton-backend-utils.dir/build.make _deps/repo-backend-build/CMakeFiles/triton-backend-utils.dir/build .PHONY : triton-backend-utils/fast #============================================================================= # Target rules for targets named kernel-library-new # Build rule for target. kernel-library-new: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 kernel-library-new .PHONY : kernel-library-new # fast build rule for target. kernel-library-new/fast: $(MAKE) -f _deps/repo-backend-build/CMakeFiles/kernel-library-new.dir/build.make _deps/repo-backend-build/CMakeFiles/kernel-library-new.dir/build .PHONY : kernel-library-new/fast #============================================================================= # Target rules for targets named llama_triton_example # Build rule for target. llama_triton_example: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 llama_triton_example .PHONY : llama_triton_example # fast build rule for target. llama_triton_example/fast: $(MAKE) -f examples/cpp/llama/CMakeFiles/llama_triton_example.dir/build.make examples/cpp/llama/CMakeFiles/llama_triton_example.dir/build .PHONY : llama_triton_example/fast #============================================================================= # Target rules for targets named unittest # Build rule for target. unittest: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 unittest .PHONY : unittest # fast build rule for target. unittest/fast: $(MAKE) -f tests/csrc/unittests/CMakeFiles/unittest.dir/build.make tests/csrc/unittests/CMakeFiles/unittest.dir/build .PHONY : unittest/fast #============================================================================= # Target rules for targets named test_gemm # Build rule for target. test_gemm: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 test_gemm .PHONY : test_gemm # fast build rule for target. test_gemm/fast: $(MAKE) -f tests/csrc/unittests/CMakeFiles/test_gemm.dir/build.make tests/csrc/unittests/CMakeFiles/test_gemm.dir/build .PHONY : test_gemm/fast #============================================================================= # Target rules for targets named test_gpt_kernels # Build rule for target. test_gpt_kernels: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 test_gpt_kernels .PHONY : test_gpt_kernels # fast build rule for target. test_gpt_kernels/fast: $(MAKE) -f tests/csrc/unittests/CMakeFiles/test_gpt_kernels.dir/build.make tests/csrc/unittests/CMakeFiles/test_gpt_kernels.dir/build .PHONY : test_gpt_kernels/fast #============================================================================= # Target rules for targets named gmock_main # Build rule for target. gmock_main: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 gmock_main .PHONY : gmock_main # fast build rule for target. gmock_main/fast: $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build .PHONY : gmock_main/fast #============================================================================= # Target rules for targets named gmock # Build rule for target. gmock: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 gmock .PHONY : gmock # fast build rule for target. gmock/fast: $(MAKE) -f _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build .PHONY : gmock/fast #============================================================================= # Target rules for targets named gtest_main # Build rule for target. gtest_main: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 gtest_main .PHONY : gtest_main # fast build rule for target. gtest_main/fast: $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build .PHONY : gtest_main/fast #============================================================================= # Target rules for targets named gtest # Build rule for target. gtest: cmake_check_build_system $(MAKE) -f CMakeFiles/Makefile2 gtest .PHONY : gtest # fast build rule for target. gtest/fast: $(MAKE) -f _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build .PHONY : gtest/fast # Help Target 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 "... install/strip" @echo "... install/local" @echo "... transformer-shared" @echo "... edit_cache" @echo "... rebuild_cache" @echo "... install" @echo "... list_install_components" @echo "... tensor" @echo "... gemm" @echo "... cublasAlgoMap" @echo "... nvtx_utils" @echo "... cublasMMWrapper" @echo "... logger" @echo "... nccl_utils" @echo "... cuda_utils" @echo "... word_list" @echo "... custom_ar_comm" @echo "... memory_utils" @echo "... mpi_utils" @echo "... decoding_gemm_func" @echo "... gpt_gemm_func" @echo "... encoder_igemm_func" @echo "... encoder_gemm_func" @echo "... gemm_func" @echo "... swin_gemm_func" @echo "... swin_igemm_func" @echo "... t5_gemm_func" @echo "... xlnet_gemm_func" @echo "... custom_ar_kernels" @echo "... sampling_topp_kernels" @echo "... activation_kernels" @echo "... ban_bad_words" @echo "... sampling_topk_kernels" @echo "... logprob_kernels" @echo "... stop_criteria" @echo "... sampling_penalty_kernels" @echo "... gpt_kernels" @echo "... unfused_attention_kernels" @echo "... bert_preprocess_kernels" @echo "... decoding_kernels" @echo "... decoder_masked_multihead_attention" @echo "... decoder_multihead_attention" @echo "... DynamicDecodeLayer" @echo "... BaseSamplingLayer" @echo "... TopKSamplingLayer" @echo "... TopPSamplingLayer" @echo "... Llama" @echo "... llama_gemm" @echo "... _turbomind" @echo "... TransformerTritonBackend" @echo "... triton-turbomind-backend" @echo "... LlamaTritonBackend" @echo "... triton-common-logging" @echo "... triton-common-error" @echo "... triton-common-async-work-queue" @echo "... triton-common-thread-pool" @echo "... triton-common-table-printer" @echo "... triton-core-serverstub" @echo "... triton-backend-utils" @echo "... kernel-library-new" @echo "... llama_triton_example" @echo "... unittest" @echo "... test_gemm" @echo "... test_gpt_kernels" @echo "... gmock_main" @echo "... gmock" @echo "... gtest_main" @echo "... gtest" .PHONY : help #============================================================================= # Special targets to cleanup operation of make. # Special rule to run CMake to check the build system integrity. # No rule that depends on this can have commands that come from listfiles # because they might be regenerated. cmake_check_build_system: $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system