"tests/vscode:/vscode.git/clone" did not exist on "40c69e751a47ec87786283e125c5eb264101270f"
Commit 5decde26 authored by tianlh's avatar tianlh
Browse files

add build-python.sh

parent 1632da1d
...@@ -146,6 +146,8 @@ while [ $# -gt 0 ]; do ...@@ -146,6 +146,8 @@ while [ $# -gt 0 ]; do
;; ;;
--rocm) --rocm)
BUILD_ARGS="${BUILD_ARGS} --config-setting=cmake.define.USE_ROCM=ON" BUILD_ARGS="${BUILD_ARGS} --config-setting=cmake.define.USE_ROCM=ON"
BUILD_ARGS="${BUILD_ARGS} --config-setting=cmake.define.CMAKE_HIP_COMPILER=dcc"
#BUILD_ARGS="${BUILD_ARGS} --config-setting=cmake.define.GPU_MAX_THREADS_PER_BLOCK=256"
;; ;;
--gpu) --gpu)
BUILD_ARGS="${BUILD_ARGS} --config-setting=cmake.define.USE_GPU=ON" BUILD_ARGS="${BUILD_ARGS} --config-setting=cmake.define.USE_GPU=ON"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment