We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb313e commit bd9d36dCopy full SHA for bd9d36d
rmake.py
@@ -289,8 +289,7 @@ def config_cmd():
289
if args.build_clients:
290
cmake_build_dir = cmake_path(build_dir)
291
cmake_options.append( f"-DBUILD_CLIENTS_TESTS=ON -DBUILD_CLIENTS_BENCHMARKS=ON -DBUILD_CLIENTS_SAMPLES=ON -DBUILD_DIR={cmake_build_dir} " )
292
- if os.environ['HIP_PLATFORM'] == 'amd':
293
- cmake_options.append( f"-DLINK_BLIS=ON")
+ cmake_options.append( f"-DLINK_BLIS=ON")
294
295
296
if args.build_solver:
0 commit comments