SWDEV-145570 - Fix build failure due to type mismatch of amd::Event::CallBackFunction
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/hip/hip_stream.cpp#16 edit
SWDEV-2 - Change OpenCL version number from 2856 to 2857.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2604 edit
* adding prof primitives generator
* minor change, renaming
* minor cosmetic changes, comments correcting and dead code removing
* minor changes and renaming
* minor chane, fixing comments
* reimplement HIP_INIT as a function, expose it as hip_impl::hip_init()
so that it could be called from hipLaunchKernelGGL and other inlined
HIP functions
* Don't call hip_init from ihipPreLaunchKernel
SWDEV-132899 - [OCL][GFX10] add "wavefrontsize64" to the linkOptions if they had previously been added to the compile options
ReviewRequestURL = http://ocltc.amd.com/reviews/r/16966/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#35 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#71 edit
SWDEV-2 - Change OpenCL version number from 2855 to 2856.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2603 edit
SWDEV-132899 - [OCL][GFX10] passing "force-wgp-mode" option to Finalizer to enable WGP mode by default on gfx10+
and allow GPU_ENABLE_WGP_MODE to control the WGP/CU mode for HSAIL/SC path as well.
- also for Ariel (Navi10Lite) the wave32 should be disabled in LC but allow GPU_ENABLE_WAVE32_MODE control it for testing if needed.
ReviewrequestURL = http://ocltc.amd.com/reviews/r/16926/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#34 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#70 edit
Making more clear what this list details. In particular, this list is intended to indicate what items for each CUDA release is supported, and which are not.
SWDEV-2 - Change OpenCL version number from 2854 to 2855.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2602 edit
SWDEV-2 - Change OpenCL version number from 2853 to 2854.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2601 edit
SWDEV-86035 - Fix asserts in PAL after latest integration
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#71 edit
SWDEV-2 - Change OpenCL version number from 2852 to 2853.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2600 edit
SWDEV-2 - Change OpenCL version number from 2851 to 2852.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2599 edit
Issue: Header uses std::vector<Agent_global> agent_globals which is created by hip_module.cpp
- Move iterator fails to copy Agent_global from library source into header version
- Due to different versions of std::string name in struct Agent_global
Fix: Change Agent_global to use char* name instead of std::string name
Issue: mismatch undefined symbols in different user env
- Binary expects modified return value std::string&
- Fails to match libhip_hcc.so: return value is std::string& but doesn't match modified C++ env
Fix: Change return value to char*, create new key std::string in header from char*
SWDEV-2 - Change OpenCL version number from 2850 to 2851.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#2598 edit