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
HIP_HIPCC_FLAGS is defined as a list with generator expression
in FindHIP.cmake. It should be treated as a list in caffe cmake
files. Also target_compile_options needs to be used since
set_target_properties does not support generator expression.
0 commit comments