Skip to content

Commit

Permalink
fix code formating for macro
Browse files Browse the repository at this point in the history
  • Loading branch information
lcskrishna committed Jan 9, 2025
1 parent c132d18 commit 0ad3f54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/cupy_builder/install_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ def get_compiler_setting(ctx: Context, use_hip):

if use_hip:
extra_compile_args.append('-std=c++11')
define_macros.append(('THRUST_DEVICE_SYSTEM', 'THRUST_DEVICE_SYSTEM_HIP'))
define_macros.append(
('THRUST_DEVICE_SYSTEM', 'THRUST_DEVICE_SYSTEM_HIP'))

if PLATFORM_WIN32:
nvtx_path = _environment.get_nvtx_path()
Expand Down

0 comments on commit 0ad3f54

Please sign in to comment.