SWDEV-432785 - Remove the mapping of __shfl* to __shfl*_sync functions on CUDA

Change-Id: I93d2ce360b834b3da01731cabc22841f7d0a092d


[ROCm/hipother commit: eb16d72255]
Этот коммит содержится в:
Vladana Stojiljkovic
2024-06-26 13:47:43 +02:00
родитель babc011b35
Коммит 7a8a263cf7
-7
Просмотреть файл
@@ -752,13 +752,6 @@ typedef enum cudaGraphInstantiateFlags hipGraphInstantiateFlags;
#define hipGraphInstantiateFlagDeviceLaunch cudaGraphInstantiateFlagDeviceLaunch
#define hipGraphInstantiateFlagUseNodePriority cudaGraphInstantiateFlagUseNodePriority
#if CUDA_VERSION >= CUDA_9000
#define __shfl(...) __shfl_sync(0xffffffff, __VA_ARGS__)
#define __shfl_up(...) __shfl_up_sync(0xffffffff, __VA_ARGS__)
#define __shfl_down(...) __shfl_down_sync(0xffffffff, __VA_ARGS__)
#define __shfl_xor(...) __shfl_xor_sync(0xffffffff, __VA_ARGS__)
#endif // CUDA_VERSION >= CUDA_9000
inline static hipError_t hipCUDAErrorTohipError(cudaError_t cuError) {
switch (cuError) {
case cudaSuccess: