SWDEV-252337: Fix for V100 compilation issue

Change-Id: Ib57ff3ac28f0a581f395f32181974e64eca6d858


[ROCm/clr commit: 7da8264b7c]
Этот коммит содержится в:
Sarbojit Sarkar
2020-09-22 03:20:02 -04:00
коммит произвёл Sarbojit Sarkar
родитель 3ab02902f4
Коммит 596fa95c9b
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.
+1
Просмотреть файл
@@ -26,6 +26,7 @@ THE SOFTWARE.
#include <cuda_runtime_api.h>
#include <cuda.h>
#include <cuda_profiler_api.h>
#include <cuda_fp16.h>
#ifdef __cplusplus
extern "C" {