Searched full:build_tool (Results 1 – 15 of 15) sorted by relevance
50 BUILD_TOOL="cmake"52 PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "${BUILD_TOOL}"54 PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "add" "${BUILD_TOOL}" "portable"75 BUILD_TOOL=${{ matrix.build-tool }}79 PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "${BUILD_TOOL}"81 …PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND…110 BUILD_TOOL="cmake"116 PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "${BUILD_TOOL}"120 …TABLE=python bash .ci/scripts/test_llama.sh -model stories110M -build_tool "${BUILD_TOOL}" -dtype …138 BUILD_TOOL="cmake"[all …]
54 BUILD_TOOL=${{ matrix.build-tool }}60 PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh "${BUILD_TOOL}"62 …=python ${CONDA_RUN} bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" "…78 BUILD_TOOL=${{ matrix.build-tool }}82 PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh "${BUILD_TOOL}"84 …EXECUTABLE=python ${CONDA_RUN} bash examples/portable/custom_ops/test_custom_ops.sh "${BUILD_TOOL}"100 BUILD_TOOL=${{ matrix.build-tool }}104 PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh "${BUILD_TOOL}"106 …XECUTABLE=python ${CONDA_RUN} bash examples/selective_build/test_selective_build.sh "${BUILD_TOOL}"127 BUILD_TOOL=${{ matrix.build-tool }}[all …]
58 BUILD_TOOL=cmake70 .ci/scripts/setup-macos.sh "${BUILD_TOOL}"144 BUILD_TOOL=cmake161 .ci/scripts/setup-macos.sh "${BUILD_TOOL}"297 BUILD_TOOL=cmake300 .ci/scripts/setup-macos.sh "${BUILD_TOOL}"
59 BUILD_TOOL=${{ matrix.build-tool }}63 PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "${BUILD_TOOL}"65 …PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND…
140 BUILD_TOOL=cmake143 .ci/scripts/setup-macos.sh "${BUILD_TOOL}"203 BUILD_TOOL=cmake206 .ci/scripts/setup-macos.sh "${BUILD_TOOL}"
36 BUILD_TOOL=${{ matrix.build-tool }}38 PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "${BUILD_TOOL}"
14 def GetPath(build_tool): argument16 return devil_env.config.LocalPath(build_tool)21 return _PathInLocalSdk(build_tool)25 return devil_env.config.FetchPath(build_tool)28 def _PathInLocalSdk(build_tool): argument31 raise dependency_manager.NoPathFoundError(build_tool,34 candidate_path = os.path.join(build_tools_path, build_tool)36 raise dependency_manager.NoPathFoundError(build_tool,
19 BUILD_TOOL=$220 if [[ -z "${BUILD_TOOL:-}" ]]; then64 if [[ "${BUILD_TOOL}" == "buck2" ]]; then66 elif [[ "${BUILD_TOOL}" == "cmake" ]]; then70 echo "Invalid build tool ${BUILD_TOOL}. Only buck2 and cmake are supported atm"121 bash examples/xnnpack/quantization/test_quantize.sh "${BUILD_TOOL}" "${MODEL_NAME}"138 if [[ "${BUILD_TOOL}" == "buck2" ]]; then140 elif [[ "${BUILD_TOOL}" == "cmake" ]]; then146 echo "Invalid build tool ${BUILD_TOOL}. Only buck2 and cmake are supported atm"183 if [[ "${BUILD_TOOL}" == "buck2" ]]; then
18 -build_tool)19 BUILD_TOOL="$2" # buck2 or cmake56 if [[ -z "${BUILD_TOOL:-}" ]]; then249 if [[ "${BUILD_TOOL}" == "buck2" ]]; then253 elif [[ "${BUILD_TOOL}" == "cmake" ]]; then264 echo "Invalid build tool ${BUILD_TOOL}. Only buck2 is supported atm"
13 BUILD_TOOL=$114 if [[ -z "${BUILD_TOOL:-}" ]]; then18 echo "Setup Linux for ${BUILD_TOOL} ..."25 build_executorch_runner "${BUILD_TOOL}"
13 BUILD_TOOL=$114 if [[ -z "${BUILD_TOOL:-}" ]]; then18 echo "Setup MacOS for ${BUILD_TOOL} ..."132 build_executorch_runner "${BUILD_TOOL}"
12 BUILD_TOOL=$113 if [[ -z "${BUILD_TOOL:-}" ]]; then37 if [[ "${BUILD_TOOL}" == "buck2" ]]; then41 elif [[ "${BUILD_TOOL}" == "cmake" ]]; then49 echo "Invalid build tool ${BUILD_TOOL}. Only buck2 and cmake are supported atm"
14 # - BUILD_TOOL=["Unix Makefile"|"Ninja"]91 if ${BUILD_TOOL+false}; then92 BUILD_TOOL="Ninja"109 -G "${BUILD_TOOL}" \
61 BUILD_TOOL="Unix Makefiles"
57 source ".ci/scripts/test_llama.sh" -model stories110M -build_tool cmake -dtype fp16 -mode portable …