SWDEV-2 - Change OpenCL version number from 2323 to 2324.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2070 edit
[ROCm/clr commit: 0948789f95]
SWDEV-2 - Change OpenCL version number from 2322 to 2323.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2069 edit
[ROCm/clr commit: 8970ee531c]
SWDEV-2 - Change OpenCL version number from 2321 to 2322.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2068 edit
[ROCm/clr commit: e28597cc6a]
SWDEV-2 - Change OpenCL version number from 2320 to 2321.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2067 edit
[ROCm/clr commit: ac57286b77]
SWDEV-2 - Change OpenCL version number from 2319 to 2320.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2066 edit
[ROCm/clr commit: b15c59101c]
SWDEV-2 - Change OpenCL version number from 2318 to 2319.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2065 edit
[ROCm/clr commit: d129ee08cb]
CUBLAS API 7.5 now is supported by hipify;
API calls, which are not yet supported by hcblas/hipblas, are listed as HIP_UNSUPPORTED.
[ROCm/clr commit: ddf51d382c]
SWDEV-2 - Change OpenCL version number from 2317 to 2318.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2064 edit
[ROCm/clr commit: 93db06a41b]
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
[ROCm/clr commit: c5bc579945]
SWDEV-2 - Change OpenCL version number from 2316 to 2317.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2063 edit
[ROCm/clr commit: 1926daacdd]
SWDEV-2 - Change OpenCL version number from 2315 to 2316.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2062 edit
[ROCm/clr commit: cb48e33f54]
SWDEV-2 - Change OpenCL version number from 2314 to 2315.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2061 edit
[ROCm/clr commit: 5584248bd6]
SWDEV-2 - Change OpenCL version number from 2313 to 2314.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2060 edit
[ROCm/clr commit: cd1ee25c14]
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
[ROCm/clr commit: f6aa3ddb0e]
+ REPLACED bytes, TOTAL bytes & CODE CHANGED are added to statistics.
+ -o-stats option for specifying the file with statistic.
[ROCm/clr commit: 52b3fb9f79]
SWDEV-2 - Change OpenCL version number from 2312 to 2313.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2059 edit
[ROCm/clr commit: 615c944321]
SWDEV-2 - Change OpenCL version number from 2311 to 2312.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2058 edit
[ROCm/clr commit: 74d46dd805]
SWDEV-2 - Change OpenCL version number from 2310 to 2311.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2057 edit
[ROCm/clr commit: 81a1726d1d]
SWDEV-2 - Change OpenCL version number from 2309 to 2310.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2056 edit
[ROCm/clr commit: 8b0f04dd54]
https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP/issues/53
+ Unsupported refs (by HIP) are now might be listed along with the supported ones.
+ Warnings are added for the unhandled (by HIPIFY) refs, for instance:
"warning: the following reference is not handled: 'cublasContext' [param decl ptr]."
+ Reflect unsupported CUDA API refs in statistics.
+ Occupancy API [HIP_UNSUPPORTED].
+ A few CUBLAS refs are listed as HIP_UNSUPPORTED.
TODO: Statistics in CSV file.
[ROCm/clr commit: ea8e886077]
SWDEV-2 - Change OpenCL version number from 2308 to 2309.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2055 edit
[ROCm/clr commit: d3f53c7613]
SWDEV-2 - Change OpenCL version number from 2307 to 2308.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2054 edit
[ROCm/clr commit: 37dfc5a1fd]
- hipFunction_t is now returned by value. This eliminates dynamic
allocation / memory management complexity in the module. Removed
the kernel
name so the structure is just 16 bytes now.
- Moved the hsa_executable_load_module and hsa_executable_freeze
calls to the hipModuleLoad and hipModuleLoadData calls.
- Apply sharedMemBytes in hipModuleLaunchKernel to group segment
size (not private).
[ROCm/clr commit: 3f9404d0e1]
SWDEV-2 - Change OpenCL version number from 2306 to 2307.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2053 edit
[ROCm/clr commit: 14e0b5d0e5]
SWDEV-2 - Change OpenCL version number from 2305 to 2306.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2052 edit
[ROCm/clr commit: 45f11736bc]