SWDEV-118182 - OpenCL runtime picks up wrong DLL if AMD APP SDK is installed
- Add driver store path to the dll name
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#565 edit
[ROCm/clr commit: 8a7b55e9d2]
SWDEV-2 - Change OpenCL version number from 2396 to 2397.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2143 edit
[ROCm/clr commit: c7271bc442]
SWDEV-2 - Change OpenCL version number from 2395 to 2396.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2142 edit
[ROCm/clr commit: 5d6747cfd7]
SWDEV-79445 - OCL generic changes and code clean-up
- Added a simple hang analysis (PAL path only). GPU_ANALYZE_HANG controls the feature. It will create ocl_hang_dump.txt, which will contain OCL resident resources used in the last submissions on this queue and last kernel name. Its recommended to use this feature with GPU_FLUSH_ON_EXECUTION or AMD_OCL_WAIT_COMMAND
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#46 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#20 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#270 edit
[ROCm/clr commit: 738dcbcdd4]
SWDEV-2 - Change OpenCL version number from 2394 to 2395.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2141 edit
[ROCm/clr commit: f5115dca59]
SWDEV-79445 - OCL generic changes and code clean-up
- Add OCL_STUB_PROGRAMS it allows to dumps the original OCL programs with unique name and reuse possibly modified versions on the second run.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/appprofile.hpp#11 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/program.cpp#85 edit
... //depot/stg/opencl/drivers/opencl/runtime/platform/program.hpp#40 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#268 edit
[ROCm/clr commit: 1c46212c4b]
SWDEV-79445 - OCL generic changes and code clean-up
- Implement the right fix for SWDEV-115408 and revert CL#1392885. PAL fence reset should occur after WaitForFences(), since there is a possible delay between TS event and OS event
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#45 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#19 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#267 edit
[ROCm/clr commit: a708eb45ce]
1. hipHccModuleLaunchKernel is same as hipModuleLaunchKernel with OpenCL workitem model
2. Added copy right
3. Fixed header naming
Change-Id: I6a7c35a3566e2f8d3f5056613e34193775d4b236
[ROCm/clr commit: 1cead6a4cd]
SWDEV-2 - Change OpenCL version number from 2393 to 2394.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2140 edit
[ROCm/clr commit: 89b8c47c24]
SWDEV-115408 - [Vega10] IB size mismatch in OCL submissions
- Incorrect result for OS event wait was causing this issue, because runtime could overwrite an incomplete IB. A workaround is to check TS value after a wait returned a successful code
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#18 edit
... //depot/stg/opencl/drivers/opencl/runtime/utils/flags.hpp#266 edit
[ROCm/clr commit: 39290bb733]
SWDEV-79278 - [OpenCL][GFXIP9 Bring up] Add the Vega10 DeviceInfo entry and the gfx90X control functions.
- modify getHsaDeviceId() to use HSA_AGENT_INFO_NAME to determine the HSA device ID.
- add back the codes to get the pci_id in the function
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#46 edit
[ROCm/clr commit: 37f3408aef]
SWDEV-79278 - [OpenCL][GFXIP9 Bring up] Add the Vega10 DeviceInfo entry and the gfx90X control functions.
- modify getHsaDeviceId() to use HSA_AGENT_INFO_NAME to determine the HSA device ID.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocdevice.cpp#45 edit
[ROCm/clr commit: 168c0a27b7]
SWDEV-2 - Change OpenCL version number from 2392 to 2393.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2139 edit
[ROCm/clr commit: c6b63501b4]