File tree Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Expand file tree Collapse file tree 4 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 7575 source /opt/intel/oneapi/setvars.sh
7676 wget https://github.com/vovkos/doxyrest/releases/download/doxyrest-2.1.2/doxyrest-2.1.2-linux-amd64.tar.xz
7777 tar xf doxyrest-2.1.2-linux-amd64.tar.xz
78- python scripts/gen_docs.py --c-compiler=$(which icx) --cxx-compiler=$(which icpx) \
79- --doxyrest-root=`pwd`/doxyrest-2.1.2-linux-amd64 --verbose || exit 1
78+ python scripts/gen_docs.py --doxyrest-root=`pwd`/doxyrest-2.1.2-linux-amd64 --verbose || exit 1
8079 python -c "import dpctl; print(dpctl.__version__)" || exit 1
8180 pushd "$(find _skbuild -name cmake-build)" || exit 1
8281 cmake --build . --target Sphinx || exit 1
Original file line number Diff line number Diff line change @@ -94,8 +94,7 @@ def parse_args():
9494 dest = "no_level_zero" ,
9595 action = "store_true" ,
9696 default = False ,
97- help = "Disable Level Zero backend (deprecated: use --target-level-zero "
98- "OFF)" ,
97+ help = "Disable Level Zero backend" ,
9998 )
10099
101100 p .add_argument (
@@ -169,11 +168,6 @@ def main():
169168 if args .target_hip :
170169 cmake_args += [f"-DDPCTL_TARGET_HIP={ args .target_hip } " ]
171170
172- cmake_args += [
173- "-DDPCTL_ENABLE_L0_PROGRAM_CREATION="
174- f"{ 'ON' if level_zero_enabled else 'OFF' } "
175- ]
176-
177171 log_cmake_args (cmake_args , "build_locally" )
178172
179173 print ("[build_locally] Building extensions in-place..." )
Original file line number Diff line number Diff line change @@ -87,8 +87,7 @@ def parse_args():
8787 dest = "no_level_zero" ,
8888 action = "store_true" ,
8989 default = False ,
90- help = "Disable Level Zero backend (deprecated: use --target-level-zero "
91- "OFF)" ,
90+ help = "Disable Level Zero backend" ,
9291 )
9392
9493 p .add_argument (
Original file line number Diff line number Diff line change @@ -66,8 +66,7 @@ def parse_args():
6666 dest = "no_level_zero" ,
6767 action = "store_true" ,
6868 default = False ,
69- help = "Disable Level Zero backend (deprecated: use --target-level-zero "
70- "OFF)" ,
69+ help = "Disable Level Zero backend" ,
7170 )
7271
7372 p .add_argument (
You can’t perform that action at this time.
0 commit comments