Bump version to 3.5 (#1993)

* Switch CI testing from rocm-3.1.x to rocm-3.3.x
* Update hcc workweek for cooperative view
* bump version to 3.5
This commit is contained in:
Rahul Garg
2020-04-06 03:09:10 -07:00
zatwierdzone przez GitHub
rodzic b80a2c3966
commit 59afcb1091
3 zmienionych plików z 7 dodań i 7 usunięć
+2 -2
Wyświetl plik
@@ -493,7 +493,7 @@ hipError_t ihipLaunchCooperativeKernel(const void* f, dim3 gridDim,
dim3 blockDim, void** kernelParams, unsigned int sharedMemBytes,
hipStream_t stream, hip_impl::program_state& ps) {
#if (__hcc_workweek__ >= 20093)
#if (__hcc_workweek__ >= 20115)
hipError_t result;
@@ -641,7 +641,7 @@ hipError_t hipLaunchCooperativeKernel(const void* func, dim3 gridDim,
hipError_t ihipLaunchCooperativeKernelMultiDevice(hipLaunchParams* launchParamsList,
int numDevices, unsigned int flags, hip_impl::program_state& ps) {
#if (__hcc_workweek__ >= 20093)
#if (__hcc_workweek__ >= 20115)
hipError_t result;
if (numDevices > g_deviceCnt || launchParamsList == nullptr || numDevices > MAX_COOPERATIVE_GPUs) {