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
committed by GitHub
parent 3523219b43
commit c09c4cd239
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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) {