Fix HIP-Clang build with HSA headers

HIP-Clang does not include these HSA headers, and they need to be explicitly added in RCCL.
Tento commit je obsažen v:
Aaron Enye Shi
2020-04-03 17:58:23 -04:00
rodič 3cbe5c8a40
revize a95090d981
2 změnil soubory, kde provedl 8 přidání a 0 odebrání
+4
Zobrazit soubor
@@ -34,6 +34,10 @@ THE SOFTWARE.
#include <hip/hip_runtime.h>
#include "copy_kernel.h"
#include "TransferBench.hpp"
#if defined(__HIP_PLATFORM_HCC__) || defined(__HCC__) || defined(__HIPCC__)
#include <hsa/hsa.h>
#include <hsa/hsa_ext_amd.h>
#endif
int main(int argc, char **argv)
{