SWDEV-252337: Fix for V100 compilation issue

Change-Id: Ib57ff3ac28f0a581f395f32181974e64eca6d858
이 커밋은 다음에 포함됨:
Sarbojit Sarkar
2020-09-22 03:20:02 -04:00
커밋한 사람 Sarbojit Sarkar
부모 f93a2b03ad
커밋 7da8264b7c
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
+1 -1
파일 보기
@@ -247,4 +247,4 @@ The workaround is to explicitly add the keyword of "static" before any functions
Product of block.x, block.y, and block.z should be less than 1024.
### Are __shfl_*_sync functions supported on HIP platform?
__shfl_*_sync is not supported on HIP but for nvcc path CUDA 9.0 and above all shuffle calls get redirected to it's sync version.
__shfl_*_sync is not supported on HIP but for nvcc path CUDA 9.0 and above all shuffle calls get redirected to it's sync version.