SWDEV-2 - Change OpenCL version number from 2247 to 2248.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1994 edit
SWDEV-102761 - [CQE OCL][OpenCL on PAL] Few WF Conformance tests are stuck in middle/hardhang while running using csv file
- Disable non-user mode queue. There is a hang and deadlock in OS if a mix of user and non-user queues is used.
- Wait for the fence longer if PAL returned a timeout error
- Slightly change CB warmup code to avoid PAL overhead on the first submit
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/paldevice.cpp#24 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palresource.cpp#14 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.cpp#30 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palvirtual.hpp#14 edit
SWDEV-2 - Change OpenCL version number from 2246 to 2247.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1993 edit
SWDEV-2 - Change OpenCL version number from 2245 to 2246.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1992 edit
SWDEV-105136 - [OCL-LC-ROCm] Missing CL_PROGRAM_GLOBAL_VARIABLE_TOTAL_SIZE implementation
- iterate over the elf sections and add up the section size for SHF_ALLOC && ! SHF_EXECINSTR
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#41 edit
SWDEV-2 - Change OpenCL version number from 2244 to 2245.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1991 edit
SWDEV-2 - Change OpenCL version number from 2243 to 2244.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1990 edit
SWDEV-86035 - Support for PAL Linux build
Affected files ...
... //depot/stg/opencl/drivers/opencl/appprofiles/brahma/apl.cpp#3 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palcounters.cpp#6 edit
SWDEV-2 - Change OpenCL version number from 2242 to 2243.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1989 edit
SWDEV-102549 - Fix change comma seperated fields for the string values when the MS FileVersion is dot-seperated
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/amdocl.rc#5 edit
1. hipDeviceGetLimit API for HCC path is added
2. Test for hipDeviceGetLimit API is added
3. The feature added only supports querying heap size
4. Corrected indents for malloc and free device functions
5. Removed redundant data structures
6. Added g_heap_malloc_size to store the heap size
Change-Id: If48d1b0ce9270e994f1c542cc283ddbb14746bbb
1. Added malloc and free device functions
2. Added test which check malloc and free functions
TODO: Need to add support for multiple device. Works only on one device (multi device support id NOT available).
Change-Id: Id11fc36463915d6ad46c264d5a20c8feb2d2c17c
SWDEV-102937, SWDEV-103130 - Set agent acquire fence all the time in dispatch
Misunderstanding of fence acquire and release: The fence release doesn't mean another dispatch will wait. So we need to set the acquire in the dispatch kernel even if we insert a barrier packet to try to sync.
We could try to fix this by including the memory tracking to all the image/buffer operations provided by OpenCL (ReadImage, WriteImage, etc.) but that's a much bigger change and not what it's in place right now at all.
ReviewBoardURL = http://ocltc.amd.com/reviews/r/11508/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#15 edit
SWDEV-104875 - ROCm/HSA: use the finalizer from source tree
Right now ROCm/HSA uses finalizer from the HSA RT installed.
This finalizer version has outdated stale SC sources.
At the same time source tree has fresh finalizer sources matching ORCA.
The offline tool amdhsafin is built from that sources.
This change switches from HSA RT finalizer to the in tree finalizer.
Testing: precheckin
Reviewed by Laurent Morichetti and Evgeny Mankov
Affected files ...
... //depot/stg/opencl/drivers/opencl/compiler/lib/utils/v0_8/libUtils.cpp#20 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocprogram.cpp#39 edit
SWDEV-2 - Change OpenCL version number from 2241 to 2242.
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/utils/versions.hpp#1988 edit