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
SWDEV-2 - Change OpenCL version number from 2311 to 2312.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2058 edit
SWDEV-2 - Change OpenCL version number from 2310 to 2311.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2057 edit
SWDEV-2 - Change OpenCL version number from 2309 to 2310.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2056 edit
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.
SWDEV-2 - Change OpenCL version number from 2308 to 2309.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2055 edit
SWDEV-2 - Change OpenCL version number from 2307 to 2308.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2054 edit
- 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).
SWDEV-2 - Change OpenCL version number from 2306 to 2307.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2053 edit
SWDEV-2 - Change OpenCL version number from 2305 to 2306.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2052 edit
SWDEV-2 - Change OpenCL version number from 2304 to 2305.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2051 edit
- modified Makefile for hipblas_saxpy to replaced hcblas.so with hipblas.so as part of HCSWAP-100
- Resolved missing separator issue in peer2peer cookbook Makefile
Change-Id: I678fea267eee1481f02da09379339ed78d3f95f2
- modified Makefile for hipblas_saxpy to replaced hcblas.so with hipblas.so as part of HCSWAP-100
- Resolved missing separator issue in peer2peer cookbook Makefile
Change-Id: I678fea267eee1481f02da09379339ed78d3f95f2
SWDEV-2 - Change OpenCL version number from 2303 to 2304.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2050 edit