Commit 5acc6781 authored by Jeff Daily's avatar Jeff Daily
Browse files

fix build-python.sh doc

parent 76953f14
...@@ -38,8 +38,6 @@ ...@@ -38,8 +38,6 @@
# Compile 32-bit version. # Compile 32-bit version.
# --cuda # --cuda
# Compile CUDA version. # Compile CUDA version.
# --rocm
# Compile CUDA version.
# --gpu # --gpu
# Compile GPU version. # Compile GPU version.
# --integrated-opencl # --integrated-opencl
...@@ -56,6 +54,8 @@ ...@@ -56,6 +54,8 @@
# --precompile # --precompile
# Use precompiled library. # Use precompiled library.
# Only used with 'install' command. # Only used with 'install' command.
# --rocm
# Compile ROCm version.
# --time-costs # --time-costs
# Compile version that outputs time costs for different internal routines. # Compile version that outputs time costs for different internal routines.
# --user # --user
......
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