cms-patatrack / pixeltrack-standalone

Standalone Patatrack pixel tracking
Apache License 2.0
17 stars 35 forks source link

Rename TARGETS_HIP to TARGETS_ROCM in Makefile #349

Closed makortel closed 2 years ago

makortel commented 2 years ago

The consistency is needed for SPLIT_TARGETS_template to function properly. Otherwise programs depending on ROCm end up in TARGETS even when ROCM_BASE is undefined, leading to make all to fail in such case.

Found and tested while testing #342.