SWDEV-2 - Change OpenCL version number from 2461 to 2462.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2209 edit
[ROCm/clr commit: 0b5300069f]
[hipify-clang] Finally finished syncing with CUDA 8.0.61 Driver and Runtime API (including missing data types, D3D, OpenGL, VDPAU and EGL interop).
+ All the Modules are supported now:
1) 4.1 – 4.31 from CUDA 8.0.61 Driver API
2) CUDA_Driver_API_functions_supported_by_HIP.md updated accordingly
3) 4.1 – 4.31 from CUDA 8.0.61 Runtime API
4) CUDA_Runtime_API_functions_supported_by_HIP.md updated accordingly
+ Typos fixing
+ Annotating
[ROCm/clr commit: 9b10efe419]
SWDEV-95919 - Make sure PerfCounters_Start, Kernel_dispatch, and PerfCounters_End are in the same command buffer.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/platform/command.hpp#85 edit
... //depot/stg/opencl/drivers/opencl/tests/ocltst/module/runtime/OCLPerfCounters.cpp#38 edit
[ROCm/clr commit: 18617446da]
SWDEV-2 - Change OpenCL version number from 2460 to 2461.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2208 edit
[ROCm/clr commit: 8a40282f4a]
SWDEV-2 - Change OpenCL version number from 2459 to 2460.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2207 edit
[ROCm/clr commit: 5f2839e8dd]
SWDEV-2 - Change OpenCL version number from 2458 to 2459.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2206 edit
[ROCm/clr commit: 9ac2fe6abe]
SWDEV-2 - Change OpenCL version number from 2457 to 2458.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2205 edit
[ROCm/clr commit: afabd5aa33]
SWDEV-2 - Change OpenCL version number from 2456 to 2457.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2204 edit
[ROCm/clr commit: 04b3eaa50c]
SWDEV-2 - Change OpenCL version number from 2455 to 2456.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2203 edit
[ROCm/clr commit: 453919dd2f]
SWDEV-127280 - Expose CL_DEVICE_GFXIP_MINOR_AMD/CL_DEVICE_GFXIP_MAJOR_AMD even though cl_amd_device_attribute_query is not yet supported on OpenCL/ROCm.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#57 edit
[ROCm/clr commit: 660650d441]
SWDEV-2 - Change OpenCL version number from 2454 to 2455.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2202 edit
[ROCm/clr commit: a77399a76b]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Update from git.
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#13 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#7 edit
[ROCm/clr commit: dfd8394134]
SWDEV-102733 - [OCL-LC-ROCm] Cmake build Write CMakeLists.txt to enable building with and without the DK environment
- Update from git.
Affected files ...
... //depot/stg/opencl/drivers/opencl/CMakeLists.txt#13 edit
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/CMakeLists.txt#7 edit
[ROCm/clr commit: ca5e8526e0]
SWDEV-2 - Change OpenCL version number from 2453 to 2454.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2201 edit
[ROCm/clr commit: 8e68958b18]
SWDEV-102733 - Remove an old instance var that was used by the finalizer path.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.hpp#23 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#66 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.hpp#26 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.hpp#13 edit
[ROCm/clr commit: 2aad2059f9]
SWDEV-2 - Change OpenCL version number from 2452 to 2453.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2200 edit
[ROCm/clr commit: 825cc6cc73]
SWDEV-126057 - Fix a segfault of libamdocl-rocr64.so when there's no vega10 is in the system.
When there's no supported device, Device::devices_ is not created. So we add a check.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#56 edit
[ROCm/clr commit: a00fa77a6e]
SWDEV-122734 - [OCL]Carrizo crashes test on OCLperf in Windows 10
- revert CL#142983. The crash still exists inside fprintf() for unknown reason. Could be memory corruption, which is difficult to reproduce
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/device.cpp#211 edit
[ROCm/clr commit: c0750db6d1]