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
Copy file name to clipboardExpand all lines: GPU/Common/GPUCommonDefAPI.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
#defineGPUconstantref() // reference / ptr to constant memory
59
59
#defineGPUconstexprref() // reference / ptr to variable declared as GPUconstexpr()
60
60
61
-
#ifndef__VECTOR_TYPES_H__ // FIXME: ROOT will pull in these CUDA definitions if built against CUDA, so we have to add an ugly protection here
61
+
#if !defined(__VECTOR_TYPES_H__) && !defined(HIP_INCLUDE_HIP_HIP_VECTOR_TYPES_H)// FIXME: ROOT will pull in these CUDA definitions if built against CUDA, so we have to add an ugly protection here
0 commit comments