From 8eaa2601146f21cb93c4f53e7fb504c0e9970ef3 Mon Sep 17 00:00:00 2001 From: David Rohr Date: Mon, 17 Mar 2025 09:09:14 +0100 Subject: [PATCH] GPU HIP: #define no longer needed, rocthrust does it internally --- GPU/GPUTracking/Base/hip/GPUReconstructionHIPIncludesHost.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/GPU/GPUTracking/Base/hip/GPUReconstructionHIPIncludesHost.h b/GPU/GPUTracking/Base/hip/GPUReconstructionHIPIncludesHost.h index c7a1b4f55e501..5506e3925bf80 100644 --- a/GPU/GPUTracking/Base/hip/GPUReconstructionHIPIncludesHost.h +++ b/GPU/GPUTracking/Base/hip/GPUReconstructionHIPIncludesHost.h @@ -15,8 +15,6 @@ #ifndef O2_GPU_RECONSTRUCTIONHIPINCLUDES_H #define O2_GPU_RECONSTRUCTIONHIPINCLUDES_H -#define __HIP_ENABLE_DEVICE_MALLOC__ 1 // Fix SWDEV-239120 - #include #include #include