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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user