All are marked as HIP_UNSUPPORTED.
IMPORTANT:
1. libraryPropertyType_t has no cuda prefix. => TO_DO: new matcher is needed.
2. all libraries (cublas, cufft, cusolver, cusparse, nvgraph) have started to use these types (since 8.0).
SWDEV-2 - Change OpenCL version number from 2330 to 2331.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2077 edit
Includes some tricky manipulation of the locks for contexts and streams.
issue is that stealing a stream requires we lock the context to
walk the streams to find a victim. To avoid deadlock, we can't
have a stream locked when we lock the context. This implementation
releases the stream lock, then acquires the context and selects the
victim.
A more stable implemenation might be to copy the stream list
from a context so that a lock is not required to walk all streams.
Smart shared_ptr could be used to prevent the streams from being
deallocated during the walk.
SWDEV-2 - Change OpenCL version number from 2329 to 2330.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2076 edit
SWDEV-2 - Change OpenCL version number from 2328 to 2329.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2075 edit
SWDEV-2 - Change OpenCL version number from 2327 to 2328.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2074 edit
SWDEV-2 - Change OpenCL version number from 2326 to 2327.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2073 edit
SWDEV-110504 - OpenCL on ROCm: MAX_WORK_GROUP_SIZE is 256 but max work items per dimension is 1024
- Report Orca stack capabilities. OCL runtime currently can't report 1024 due to possible regressions in the apps.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#32 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocsettings.cpp#12 edit
SWDEV-107966 - PCMark10 OpenCL Performance Regression with SVM
- Remove optimization for pinned memory. This causes performance drops now what we can use SUA model. This can be inserted in the future if the IOMMUv2 HW gets faster
ReviewBoardURL = http://ocltc.amd.com/reviews/r/12125/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#237 edit
SWDEV-2 - Change OpenCL version number from 2325 to 2326.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2072 edit
SWDEV-110151 - [CQE OCL][TongaGL][QR] Hard hang/ error saying: "rendered images have artifacts(probably due to driver...)" is observed, while running RAT GPU(Low) due to faulty CL#1354622
ReviewBoardURL = http://ocltc.amd.com/reviews/r/12112/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gslbe/src/rt/GSLDevice.cpp#178 edit
SWDEV-109541 - Max queues limit in OCL impacts product development at GE Healthcare
- Make GPU_MAX_COMMAND_QUEUES available in release build
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#263 edit
SWDEV-2 - Change OpenCL version number from 2324 to 2325.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2071 edit
SWDEV-2 - Change OpenCL version number from 2323 to 2324.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2070 edit
SWDEV-2 - Change OpenCL version number from 2322 to 2323.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2069 edit
SWDEV-2 - Change OpenCL version number from 2321 to 2322.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2068 edit
SWDEV-2 - Change OpenCL version number from 2320 to 2321.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2067 edit
SWDEV-2 - Change OpenCL version number from 2319 to 2320.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2066 edit
SWDEV-2 - Change OpenCL version number from 2318 to 2319.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2065 edit
SWDEV-2 - Change OpenCL version number from 2317 to 2318.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2064 edit
SWDEV-107271 - [OpenCL][GFXIP9 Bring up] add support for Raven(gfx901)
- Add case for gfx901 else target device is incorrect for finalizer
Affected files ...
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#23 edit
SWDEV-2 - Change OpenCL version number from 2316 to 2317.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2063 edit
SWDEV-2 - Change OpenCL version number from 2315 to 2316.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2062 edit
SWDEV-2 - Change OpenCL version number from 2314 to 2315.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2061 edit
SWDEV-2 - Change OpenCL version number from 2313 to 2314.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2060 edit
The differences from the similar scripts for hipify.pl:
1. CSV file with extended statistics is produced.
2. scripts' arguments are changed a bit:
DIRNAME [hipify options] [--] [clang options]
where -- is a delimiter; all the arguments are optional, except DIRNAME.
Usage example:
./hipexamine2.sh ./tmp -o-stats ./tmp/stats.csv -- -I/usr/local/cuda-7.5/include -I/usr/local/hipify-clang/hipblas/include 2>&1 | tee log
SWDEV-2 - Change OpenCL version number from 2312 to 2313.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2059 edit