You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(NO_ENCRYPT "Don't encrypt kernel source and binaries"OFF)
16
16
option(NO_UNITTEST "Don't build unit tests"OFF)
17
-
option(HIPRT_PREFER_HIP_5 "Prefer HIP 5"OFF)
18
17
option(COMPILED_COMPRESSION "enable compression of compiled kernels"ON) # this argument is only used if BAKE_COMPILED_KERNEL is enabled -- advised to let it 'ON' as it's the path tested by the HIPRT team.
19
18
20
19
option(FORCE_DISABLE_CUDA "By default Cuda support is automatically added if a Cuda install is detected. Turn this flag to ON to force Cuda to be disabled."OFF)
@@ -373,10 +372,6 @@ else()
373
372
set(ENV{HIPRT_NO_ENCRYPT} "ON")
374
373
endif()
375
374
376
-
if(HIPRT_PREFER_HIP_5)
377
-
add_definitions(-DHIPRT_PREFER_HIP_5)
378
-
endif()
379
-
380
375
381
376
382
377
# files generated by compile.py and precompile_bitcode.py
0 commit comments