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
SWDEV-108384 - Force map memory offset to 0
Copy what we do in ORCA and PAL backend: When mapping an image, default the offset to 0 instead of the map offset for the staging buffer.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/12010/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocmemory.cpp#5 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#25 edit
SWDEV-109407 - 2nd OCL 2.0 Default Device Queue Creation Does Not Set errcode_ret
- Return CL_SUCCESS for the second call on the Default Device Queue creation
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/cl_command.cpp#12 edit
SWDEV-108384 - Send down row pitch and slice pitch
This fixes test case #8 and 9.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/12009/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#24 edit
SWDEV-2 - Change OpenCL version number from 2302 to 2303.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2049 edit