SWDEV-118182 - OpenCL runtime picks up wrong DLL if AMD APP SDK is installed
- Check the path of the base loaded dll before attempting the default location
http://ocltc.amd.com/reviews/r/12572/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpudevice.cpp#566 edit
... //depot/stg/opencl/drivers/opencl/runtime/os/os.cpp#7 edit
[ROCm/clr commit: 5cf562b34a]
SWDEV-2 - Change OpenCL version number from 2397 to 2398.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2144 edit
[ROCm/clr commit: 00473ec7de]
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]